Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.17.17 (#2085)
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 4, 2025
1 parent 8db925a commit 9a19b7d
Show file tree
Hide file tree
Showing 11 changed files with 187 additions and 187 deletions.
2 changes: 1 addition & 1 deletion examples/gnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@gqty/cli": "workspace:^",
"@next/bundle-analyzer": "^14.2.23",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "20.17.16",
"@types/node": "20.17.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"autoprefixer": "^10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/extract-files": "^13.0.1",
"@types/graphql-upload": "^16.0.7",
"@types/lodash": "^4.17.15",
"@types/node": "^20.17.16",
"@types/node": "^20.17.17",
"@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": "^20.17.16",
"@types/node": "^20.17.17",
"@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": "^20.17.16",
"@types/node": "^20.17.17",
"esbuild": "^0.24.2",
"typescript": "^5.6.3"
},
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": "^20.17.16",
"@types/node": "^20.17.17",
"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 @@ -94,7 +94,7 @@
"@pnpm/types": "^11.1.0",
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.9",
"@types/node": "^20.17.16",
"@types/node": "^20.17.17",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.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": "^20.17.16",
"@types/node": "^20.17.17",
"@types/object-hash": "^3.0.6",
"@types/wait-on": "^5.3.4",
"@types/ws": "^8.5.14",
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": "^20.17.16",
"@types/node": "^20.17.17",
"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": "^20.17.16",
"@types/node": "^20.17.17",
"@types/react": "^18.3.18",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^8.4.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": "^20.17.16",
"@types/node": "^20.17.17",
"@types/ws": "^8.5.14",
"bob-esbuild-cli": "^4.0.0",
"gqty": "workspace:^",
Expand Down
Loading

0 comments on commit 9a19b7d

Please sign in to comment.