Skip to content

Commit 42b57c9

Browse files
committed
Update dependencies
1 parent 141516c commit 42b57c9

File tree

5 files changed

+666
-571
lines changed

5 files changed

+666
-571
lines changed

examples/react/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"typecheck": "tsc"
88
},
99
"devDependencies": {
10-
"@tanstack/react-query": "^4.29.12",
11-
"@tanstack/react-query-devtools": "^4.29.12",
12-
"@types/node": "^18.7.23",
13-
"@types/react": "^18.2.21",
14-
"@types/react-dom": "^18.2.7",
15-
"@vitejs/plugin-react": "^4.0.0",
10+
"@tanstack/react-query": "^4.36.1",
11+
"@tanstack/react-query-devtools": "^4.36.1",
12+
"@types/node": "^18.18.8",
13+
"@types/react": "^18.2.34",
14+
"@types/react-dom": "^18.2.14",
15+
"@vitejs/plugin-react": "^4.1.1",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
18-
"typescript": "^5.0.0",
19-
"vite": "^4.0.0",
18+
"typescript": "^5.2.2",
19+
"vite": "^4.5.0",
2020
"vite-plugin-node-polyfills": "workspace:*"
2121
}
2222
}

examples/vanilla/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"typecheck": "tsc"
88
},
99
"devDependencies": {
10-
"@types/node": "^18.7.23",
10+
"@types/node": "^18.18.8",
1111
"lodash-es": "^4.17.21",
12-
"memfs": "^4.2.1",
13-
"ohmyfetch": "^0.4.20",
14-
"typescript": "^5.0.0",
15-
"vite": "^4.0.0",
12+
"memfs": "^4.6.0",
13+
"ohmyfetch": "^0.4.21",
14+
"typescript": "^5.2.2",
15+
"vite": "^4.5.0",
1616
"vite-plugin-node-polyfills": "workspace:*"
1717
}
1818
}

examples/vue/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"typecheck": "tsc"
88
},
99
"devDependencies": {
10-
"@types/node": "^18.7.23",
11-
"@vitejs/plugin-vue": "^4.2.3",
12-
"typescript": "^5.0.0",
13-
"vite": "^4.0.0",
10+
"@types/node": "^18.18.8",
11+
"@vitejs/plugin-vue": "^4.4.0",
12+
"typescript": "^5.2.2",
13+
"vite": "^4.5.0",
1414
"vite-plugin-node-polyfills": "workspace:*",
15-
"vue": "^3.3.4"
15+
"vue": "^3.3.7"
1616
}
1717
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,19 @@
6464
},
6565
"packageManager": "[email protected]",
6666
"devDependencies": {
67-
"@types/node": "^18.17.15",
67+
"@types/node": "^18.18.8",
6868
"esbuild": "^0.18.20",
6969
"npm-run-all": "^4.1.5",
70-
"rollup": "^3.29.1",
70+
"rollup": "^3.29.4",
7171
"typescript": "4.8.3",
72-
"vite": "^4.4.9",
73-
"vite-node": "^0.34.4",
72+
"vite": "^4.5.0",
73+
"vite-node": "^0.34.6",
7474
"vite-plugin-externalize-deps": "^0.1.5",
75-
"vite-plugin-inspect": "^0.6.0",
75+
"vite-plugin-inspect": "^0.6.1",
7676
"vite-plugin-node-polyfills": "workspace:*"
7777
},
7878
"dependencies": {
79-
"@rollup/plugin-inject": "^5.0.3",
79+
"@rollup/plugin-inject": "^5.0.5",
8080
"buffer-polyfill": "npm:buffer@^6.0.3",
8181
"node-stdlib-browser": "^1.2.0",
8282
"process": "^0.11.10"

0 commit comments

Comments
 (0)