Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.16.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 16, 2023
1 parent 3344bdc commit e5f4fe3
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.1",
"@types/node": "18.16.10",
"@types/node": "18.16.12",
"jest": "29.5.0",
"ts-jest": "29.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.1",
"@types/node": "18.16.10",
"@types/node": "18.16.12",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion playground/child-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tsconfig-paths": "4.2.0"
},
"devDependencies": {
"@types/node": "18.16.10",
"@types/node": "18.16.12",
"fastify-flux-cli": "2.30.1",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/jest": "29.5.1",
"@types/node": "18.16.10",
"@types/node": "18.16.12",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"axios": "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/template-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/jest": "29.5.1",
"@types/node": "18.16.10",
"@types/node": "18.16.12",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"axios": "1.4.0",
Expand Down
Loading

0 comments on commit e5f4fe3

Please sign in to comment.