Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency node to v20.18.0 #11669

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
2 changes: 1 addition & 1 deletion packages/babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@redwoodjs/framework-tools": "workspace:*",
"@types/babel-plugin-tester": "9.0.10",
"@types/babel__core": "7.20.5",
"@types/node": "20.16.6",
"@types/node": "20.16.10",
"babel-plugin-tester": "11.0.4",
"tsx": "4.19.1",
"vitest": "2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"unplugin-auto-import": "0.18.3"
},
"devDependencies": {
"@types/node": "20.16.6",
"@types/node": "20.16.10",
"tsx": "4.19.1",
"typescript": "5.6.2",
"vite": "5.4.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@babel/core": "^7.22.20",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.17.10",
"@types/node": "20.16.6",
"@types/node": "20.16.10",
"@types/vscode": "1.94.0",
"typescript": "5.6.2",
"vitest": "2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/aws-lambda": "8.10.145",
"@types/babel-core": "6.25.10",
"@types/jest": "29.5.13",
"@types/node": "20.16.6",
"@types/node": "20.16.10",
"babel-jest": "^29.7.0",
"fast-glob": "3.3.2",
"jest": "29.7.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8012,7 +8012,7 @@ __metadata:
"@redwoodjs/project-config": "workspace:*"
"@types/babel-plugin-tester": "npm:9.0.10"
"@types/babel__core": "npm:7.20.5"
"@types/node": "npm:20.16.6"
"@types/node": "npm:20.16.10"
babel-plugin-auto-import: "npm:1.1.0"
babel-plugin-graphql-tag: "npm:3.3.0"
babel-plugin-module-resolver: "npm:5.0.2"
Expand Down Expand Up @@ -8804,7 +8804,7 @@ __metadata:
"@types/fs-extra": "npm:11.0.4"
"@types/line-column": "npm:1.0.2"
"@types/lodash": "npm:4.17.10"
"@types/node": "npm:20.16.6"
"@types/node": "npm:20.16.10"
"@types/vscode": "npm:1.94.0"
camelcase: "npm:6.3.0"
core-js: "npm:3.38.1"
Expand Down Expand Up @@ -8870,7 +8870,7 @@ __metadata:
"@types/aws-lambda": "npm:8.10.145"
"@types/babel-core": "npm:6.25.10"
"@types/jest": "npm:29.5.13"
"@types/node": "npm:20.16.6"
"@types/node": "npm:20.16.10"
babel-jest: "npm:^29.7.0"
concurrently: "npm:8.2.2"
fast-glob: "npm:3.3.2"
Expand Down Expand Up @@ -11249,12 +11249,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.16.6":
version: 20.16.6
resolution: "@types/node@npm:20.16.6"
"@types/node@npm:20.16.10":
version: 20.16.10
resolution: "@types/node@npm:20.16.10"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/a3bd104b4061451625ed3b320c88e01e1261d41dbcaa7248d376f60a1a831e1cbc4362eef5be3445ccc1ea2d0a9178fc1ddd5e55a4f5df571dce78e5d91375a8
checksum: 10c0/c0c0c7ecb083ec638c2118e54b5242bb4c39a75608cbac9475cf15aaceb64b8bc997a87a0798e700a81d61651c8a7750ae0455be0f0996ada6e8b2bb818d90c5
languageName: node
linkType: hard

Expand Down Expand Up @@ -27852,7 +27852,7 @@ __metadata:
"@storybook/addon-essentials": "npm:7.6.17"
"@storybook/builder-vite": "npm:7.6.17"
"@storybook/react": "npm:7.6.17"
"@types/node": "npm:20.16.6"
"@types/node": "npm:20.16.10"
magic-string: "npm:0.30.11"
react-docgen: "npm:7.0.3"
tsx: "npm:4.19.1"
Expand Down
Loading