Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.13.4 (#2160)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent d4ef46c commit eb9d0fb
Show file tree
Hide file tree
Showing 11 changed files with 240 additions and 240 deletions.
2 changes: 1 addition & 1 deletion examples/gnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@next/bundle-analyzer": "^15.1.7",
"@tailwindcss/postcss": "^4.0.6",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "22.13.2",
"@types/node": "22.13.4",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"dotenv-cli": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/extract-files": "^13.0.1",
"@types/graphql-upload": "^16.0.7",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.2",
"@types/node": "^22.13.4",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"bob-tsm": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.13.2",
"@types/node": "^22.13.4",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@graphql-ez/plugin-websockets": "^0.11.3",
"@jest/types": "^29.6.3",
"@types/node": "^22.13.2",
"@types/node": "^22.13.4",
"typescript": "^5.7.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@changesets/cli": "^2.27.12",
"@changesets/config": "^3.0.5",
"@changesets/read": "^0.6.2",
"@types/node": "^22.13.2",
"@types/node": "^22.13.4",
"bob-esbuild": "^4.0.3",
"bob-esbuild-cli": "^4.0.0",
"bob-ts": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@pnpm/types": "^1000.1.1",
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.13.2",
"@types/node": "^22.13.4",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gqty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"p-defer": "^3.0.0"
},
"devDependencies": {
"@types/node": "^22.13.2",
"@types/node": "^22.13.4",
"@types/ws": "^8.5.14",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prettier": "^3.0.1"
},
"devDependencies": {
"@types/node": "^22.13.2",
"@types/node": "^22.13.4",
"bob-esbuild-cli": "^4.0.0",
"gqty": "workspace:^",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.2",
"@types/node": "^22.13.4",
"@types/react": "^18.3.18",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^8.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^22.13.2",
"@types/node": "^22.13.4",
"@types/ws": "^8.5.14",
"bob-esbuild-cli": "^4.0.0",
"gqty": "workspace:^",
Expand Down
Loading

0 comments on commit eb9d0fb

Please sign in to comment.