Skip to content

Commit

Permalink
chore: node engines
Browse files Browse the repository at this point in the history
  • Loading branch information
ginger-kang committed Mar 29, 2023
1 parent a88faf4 commit 0caf230
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-shrimps-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gatsby-source-note-com": patch
---

node engines
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"rome": "^11.0.0",
"typescript": "^4.9.3"
}
}
}
5 changes: 4 additions & 1 deletion packages/gatsby-source-note-com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@
"gatsby": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"note-com-js": "workspace:^"
"note-com-js": "workspace:^0.0.1"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"babel-preset-gatsby-package": "^3.2.0",
"gatsby": "^5.2.0",
"typescript": "^4.9.3"
},
"engines": {
"node": ">=18.0.0"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7729,7 +7729,7 @@ __metadata:
"@babel/core": ^7.20.5
babel-preset-gatsby-package: ^3.2.0
gatsby: ^5.2.0
note-com-js: "workspace:^"
note-com-js: "workspace:^0.0.1"
typescript: ^4.9.3
peerDependencies:
gatsby: ^4.0.0 || ^5.0.0
Expand Down Expand Up @@ -10556,7 +10556,7 @@ __metadata:
languageName: node
linkType: hard

"note-com-js@workspace:^, note-com-js@workspace:packages/note-com-js":
"note-com-js@workspace:^0.0.1, note-com-js@workspace:packages/note-com-js":
version: 0.0.0-use.local
resolution: "note-com-js@workspace:packages/note-com-js"
dependencies:
Expand Down

0 comments on commit 0caf230

Please sign in to comment.