Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.19.64
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent fba75d9 commit 25ad2a8
Show file tree
Hide file tree
Showing 7 changed files with 39 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.19.64",
"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.19.64",
"@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.19.64",
"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.19.64",
"@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.19.64",
"eslint": "8.30.0",
"tsup": "6.5.0",
"typescript": "4.9.4",
Expand Down
61 changes: 33 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.19",
"svarta": "latest",
"typescript": "4.9.4",
"zod": "3.20.2"
Expand Down

0 comments on commit 25ad2a8

Please sign in to comment.