Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2023
1 parent bd50d94 commit 6386126
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@svarta/tsconfig": "workspace:*",
"@tinyhttp/app": "2",
"@tinyhttp/cookie": "2.0.5",
"@types/node": "18.11.17",
"@types/node": "18.17.1",
"eslint": "8.30.0",
"node-fetch": "3.3.0",
"tsup": "6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@svarta/adapter-standalone": "workspace:*",
"@svarta/eslint-config-custom": "workspace:*",
"@svarta/tsconfig": "workspace:*",
"@types/node": "18.11.17",
"@types/node": "18.17.1",
"@types/yargs": "17.0.17",
"eslint": "8.30.0",
"tsup": "6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@svarta/eslint-config-custom": "workspace:*",
"@svarta/tsconfig": "workspace:*",
"@types/node": "18.11.17",
"@types/node": "18.17.1",
"eslint": "8.30.0",
"tsup": "6.5.0",
"typescript": "4.9.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svarta-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@svarta/eslint-config-custom": "workspace:*",
"@svarta/tsconfig": "workspace:*",
"@types/node": "18.11.17",
"@types/node": "18.17.1",
"@types/prompts": "2.4.2",
"@types/yargs": "17.0.17",
"eslint": "8.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@svarta/eslint-config-custom": "workspace:*",
"@svarta/tsconfig": "workspace:*",
"@types/lodash.debounce": "4.0.7",
"@types/node": "18.11.17",
"@types/node": "18.17.1",
"eslint": "8.30.0",
"tsup": "6.5.0",
"typescript": "4.9.4",
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/starter-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@svarta/cli": "latest",
"@svarta/core": "latest",
"@tinyhttp/app": "2",
"@types/node": "18.11",
"@types/node": "18.17",
"svarta": "latest",
"typescript": "4.9.4",
"zod": "3.20.2"
Expand Down

0 comments on commit 6386126

Please sign in to comment.