Skip to content

Commit

Permalink
Syncing versions across packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed May 26, 2023
1 parent a74746e commit 39d6eb6
Show file tree
Hide file tree
Showing 8 changed files with 115 additions and 197 deletions.
6 changes: 3 additions & 3 deletions examples/react/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.13.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.4",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5"
"typescript": "^5.0.4"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"graphql": "^15.3.0",
"graphql-request": "^3.1.0",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@tanstack/react-query": "^4.7.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.13.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
5 changes: 3 additions & 2 deletions examples/react/optimistic-updates-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"@tanstack/react-query-devtools": "^4.7.1"
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/node": "14.14.14",
"@types/node": "^18.13.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"typescript": "^5.0.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/solid-start-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"type": "module",
"devDependencies": {
"@types/node": "^18.11.9",
"@types/node": "^18.13.0",
"esbuild": "^0.14.54",
"postcss": "^8.4.18",
"solid-start-node": "^0.2.0",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@
"@types/eslint": "^8.34.0",
"@types/luxon": "^3.2.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/semver": "^7.3.13",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitest/coverage-istanbul": "^0.27.1",
"axios": "^1.4.0",
"babel-preset-solid": "^1.6.10",
"bundlewatch": "^0.3.3",
"chalk": "^4.1.2",
Expand All @@ -73,7 +74,7 @@
"git-log-parser": "^1.2.0",
"jsonfile": "^6.1.0",
"luxon": "^3.2.1",
"nx": "^16.0.1",
"nx": "^16.2.2",
"nx-cloud": "^16.0.5",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"outDir": "build/lib"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@typescript-eslint/utils": "^5.41.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@typescript-eslint/utils": "^5.51.0",
"eslint": "^8.34.0",
"tsup": "^6.7.0"
},
Expand Down
Loading

0 comments on commit 39d6eb6

Please sign in to comment.