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-dev): bump @types/node from 20.9.0 to 20.9.2 #275

Merged
merged 1 commit into from
Nov 20, 2023
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 packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bandersnatch": "1.12.12"
},
"devDependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.2",
"ts-node": "10.9.1",
"typescript": "5.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/hosted-git-info": "3.0.5",
"@types/node": "20.9.0",
"@types/node": "20.9.2",
"tempy": "3.1.0",
"ts-node": "10.9.1",
"typescript": "5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@mokr/core": "workspace:*"
},
"devDependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.2",
"typescript": "5.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@mokr/plugins": "workspace:*"
},
"devDependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.2",
"typescript": "5.3.2"
},
"publishConfig": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ __metadata:
resolution: "@mokr/core@workspace:packages/core"
dependencies:
"@types/hosted-git-info": "npm:3.0.5"
"@types/node": "npm:20.9.0"
"@types/node": "npm:20.9.2"
chalk: "npm:5.3.0"
deepmerge: "npm:4.3.1"
hosted-git-info: "npm:7.0.1"
Expand All @@ -180,7 +180,7 @@ __metadata:
resolution: "@mokr/plugins@workspace:packages/plugins"
dependencies:
"@mokr/core": "workspace:*"
"@types/node": "npm:20.9.0"
"@types/node": "npm:20.9.2"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -210,7 +210,7 @@ __metadata:
dependencies:
"@mokr/core": "workspace:*"
"@mokr/plugins": "workspace:*"
"@types/node": "npm:20.9.0"
"@types/node": "npm:20.9.2"
typescript: "npm:5.3.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -946,12 +946,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.9.0":
version: 20.9.0
resolution: "@types/node@npm:20.9.0"
"@types/node@npm:20.9.2":
version: 20.9.2
resolution: "@types/node@npm:20.9.2"
dependencies:
undici-types: "npm:~5.26.4"
checksum: a934f7645ed117a27857147403b0c657ffbca578c8f280e4c21d27dfb43e58dc4f24c4319d4335b8a4fa08e28fb2dc905a5bd5e4bc8878047164c56c1b162139
checksum: 8bab2870bfc02efc988c53dfb0149634f8feb824132cc7f20b36f3d55d89ef893e3a43d545524a5cb3a284f4ce68ae4181d75a4a39cee6b79c586d719e6b7461
languageName: node
linkType: hard

Expand Down Expand Up @@ -4334,7 +4334,7 @@ __metadata:
"@mokr/core": "workspace:*"
"@mokr/plugins": "workspace:*"
"@mokr/templates": "workspace:*"
"@types/node": "npm:20.9.0"
"@types/node": "npm:20.9.2"
bandersnatch: "npm:1.12.12"
ts-node: "npm:10.9.1"
typescript: "npm:5.3.2"
Expand Down
Loading