Skip to content

Commit f643eab

Browse files
fix: Update dev dependencies (#5718)
1 parent fc08d32 commit f643eab

File tree

6 files changed

+266
-286
lines changed

6 files changed

+266
-286
lines changed

examples/react/nextjs-suspense-streaming/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"next": "^13.4.4",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",
17-
"superjson": "^1.12.3"
17+
"superjson": "^1.12.4"
1818
},
1919
"devDependencies": {
20-
"@types/node": "20.2.5",
21-
"@types/react": "18.2.8",
22-
"typescript": "5.1.3"
20+
"@types/node": "^18.16.0",
21+
"@types/react": "^18.2.4",
22+
"typescript": "^5.1.3"
2323
}
2424
}

examples/react/optimistic-updates-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-dom": "^18.2.0"
1414
},
1515
"devDependencies": {
16-
"@types/node": "^18.13.0",
16+
"@types/node": "^18.16.0",
1717
"@types/react": "^18.2.4",
1818
"@types/react-dom": "^18.2.4",
1919
"typescript": "^5.0.4"

examples/solid/solid-start-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"undici": "^5.22.1"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^18.13.0",
19+
"@types/node": "^18.16.0",
2020
"esbuild": "^0.14.54",
2121
"postcss": "^8.4.23",
2222
"solid-start-node": "^0.2.0",

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@
3030
},
3131
"namespace": "@tanstack",
3232
"devDependencies": {
33-
"@arethetypeswrong/cli": "^0.4.2",
33+
"@arethetypeswrong/cli": "^0.6.0",
3434
"@babel/core": "^7.21.8",
3535
"@babel/preset-env": "^7.21.5",
3636
"@babel/preset-react": "^7.18.6",
3737
"@babel/preset-typescript": "^7.21.5",
3838
"@commitlint/parse": "^17.6.5",
3939
"@rollup/plugin-babel": "^6.0.3",
40-
"@rollup/plugin-commonjs": "^25.0.0",
41-
"@rollup/plugin-node-resolve": "^15.0.2",
40+
"@rollup/plugin-commonjs": "^25.0.2",
41+
"@rollup/plugin-node-resolve": "^15.1.0",
4242
"@rollup/plugin-replace": "^5.0.2",
4343
"@solidjs/testing-library": "^0.5.1",
4444
"@testing-library/jest-dom": "^5.16.5",
4545
"@testing-library/react": "^14.0.0",
4646
"@testing-library/react-hooks": "^8.0.1",
4747
"@testing-library/user-event": "^14.4.3",
4848
"@types/current-git-branch": "^1.1.3",
49-
"@types/eslint": "^8.34.0",
49+
"@types/eslint": "^8.44.0",
5050
"@types/jsonfile": "^6.1.1",
5151
"@types/luxon": "^3.3.0",
52-
"@types/node": "^18.13.0",
52+
"@types/node": "^18.16.0",
5353
"@types/react": "^18.2.4",
5454
"@types/react-dom": "^18.2.4",
5555
"@types/semver": "^7.5.0",
@@ -64,6 +64,7 @@
6464
"concurrently": "^8.0.1",
6565
"cpy-cli": "^4.2.0",
6666
"current-git-branch": "^1.1.0",
67+
"esbuild": "^0.18.13",
6768
"eslint": "^8.34.0",
6869
"eslint-config-prettier": "^8.8.0",
6970
"eslint-import-resolver-typescript": "^3.5.5",
@@ -79,20 +80,20 @@
7980
"nx-cloud": "^16.0.5",
8081
"prettier": "^2.8.8",
8182
"prettier-plugin-svelte": "^2.10.1",
82-
"publint": "^0.1.15",
83+
"publint": "^0.1.16",
8384
"react": "^18.2.0",
8485
"react-dom": "^18.2.0",
8586
"rimraf": "^5.0.1",
86-
"rollup": "^3.23.0",
87-
"rollup-plugin-node-externals": "^6.1.0",
87+
"rollup": "^3.26.0",
88+
"rollup-plugin-node-externals": "^6.1.1",
8889
"rollup-plugin-preserve-directives": "^0.2.0",
89-
"rollup-plugin-visualizer": "^5.9.0",
90+
"rollup-plugin-visualizer": "^5.9.2",
9091
"rollup-preset-solid": "^2.0.1",
9192
"semver": "^7.5.1",
9293
"solid-js": "^1.6.13",
9394
"stream-to-array": "^2.3.0",
9495
"tsup": "^7.1.0",
95-
"type-fest": "^3.11.0",
96+
"type-fest": "^3.13.0",
9697
"typescript": "^5.0.4",
9798
"vitest": "^0.27.1",
9899
"vue": "^3.2.47"

packages/query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@tanstack/match-sorter-utils": "^8.8.4",
5050
"solid-js": "^1.6.13",
5151
"solid-transition-group": "^0.2.2",
52-
"superjson": "^1.12.1"
52+
"superjson": "^1.12.4"
5353
},
5454
"devDependencies": {
5555
"@tanstack/query-core": "workspace:*",

0 commit comments

Comments
 (0)