Skip to content

Commit

Permalink
fix(crwrsca): add @types/node to fix peer deps (redwoodjs#11842)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Dec 28, 2024
1 parent 5b8d035 commit e14d29d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-redwood-rsc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@types/node": "^22.10.2",
"chalk": "5.3.0",
"ci-info": "4.0.0",
"enquirer": "2.4.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/create-redwood-rsc-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac
languageName: node
linkType: hard

"@types/semver@npm:7.5.8":
version: 7.5.8
resolution: "@types/semver@npm:7.5.8"
Expand Down Expand Up @@ -1536,6 +1545,7 @@ __metadata:
"@types/eslint-plugin-markdown": "npm:^2.0.2"
"@types/eslint__js": "npm:^8.42.3"
"@types/fs-extra": "npm:^11"
"@types/node": "npm:^22.10.2"
"@types/semver": "npm:7.5.8"
"@types/which": "npm:3.0.4"
"@types/yauzl-promise": "npm:4.0.1"
Expand Down Expand Up @@ -4365,6 +4375,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
languageName: node
linkType: hard

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down

0 comments on commit e14d29d

Please sign in to comment.