Skip to content

Commit

Permalink
chore(deps): update patch & minor dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent 92ce3dc commit 7fe1dd8
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 94 deletions.
2 changes: 1 addition & 1 deletion infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "storm-stack",
"main": "index.ts",
"devDependencies": {
"@types/node": "^18"
"@types/node": "18.19.3"
},
"dependencies": {
"@pulumi/pulumi": "3.96.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/file-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"semver": "7.5.4"
},
"devDependencies": {
"@types/node": "20.9.5",
"@types/semver": "^7.5.6"
"@types/node": "20.10.4",
"@types/semver": "7.5.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"zod": "3.22.4"
},
"devDependencies": {
"@types/node": "20.9.5"
"@types/node": "20.10.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/serialization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"superjson": "2.2.1"
},
"devDependencies": {
"@types/node": "20.9.5",
"@types/qs": "^6.9.10"
"@types/node": "20.10.4",
"@types/qs": "6.9.10"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 7fe1dd8

Please sign in to comment.