Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2024
1 parent 8e6f3bd commit b82a049
Show file tree
Hide file tree
Showing 11 changed files with 164 additions and 164 deletions.
2 changes: 1 addition & 1 deletion examples/gnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@gqty/cli": "workspace:^",
"@next/bundle-analyzer": "^14.2.4",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "20.14.5",
"@types/node": "20.14.6",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
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.5",
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"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 @@ -16,7 +16,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
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 @@ -49,7 +49,7 @@
"devDependencies": {
"@graphql-ez/plugin-websockets": "^0.11.3",
"@jest/types": "^29.6.3",
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"@types/randomstring": "^1.3.0",
"bob-esbuild-cli": "^4.0.0",
"bob-ts": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@changesets/cli": "^2.27.5",
"@changesets/config": "^3.0.1",
"@changesets/read": "^0.6.0",
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"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 @@ -63,7 +63,7 @@
"@size-limit/preset-small-lib": "^11.1.4",
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.7",
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"@types/prettier": "^2.7.3",
"bob-tsm": "^1.1.2",
"esbuild": "^0.21.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/gqty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"@types/object-hash": "^3.0.6",
"@types/wait-on": "^5.3.4",
"@types/ws": "^8.5.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"bob-esbuild-cli": "^4.0.0",
"esbuild": "^0.21.5",
"gqty": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/use-sync-external-store": "^0.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ws": "^8.17.1"
},
"devDependencies": {
"@types/node": "^20.14.5",
"@types/node": "^20.14.6",
"@types/ws": "^8.5.10",
"bob-esbuild-cli": "^4.0.0",
"esbuild": "^0.21.5",
Expand Down
Loading

0 comments on commit b82a049

Please sign in to comment.