Skip to content

Commit 37aa136

Browse files
committed
update packages
1 parent c6c90f9 commit 37aa136

File tree

6 files changed

+152
-146
lines changed

6 files changed

+152
-146
lines changed

examples/vite/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@
1212
"test:browser": "vitest --workspace=vitest.workspace.ts"
1313
},
1414
"dependencies": {
15-
"@tanstack/react-query-devtools": "^5.71.10",
16-
"@tanstack/react-router": "^1.114.34",
15+
"@tanstack/react-query-devtools": "^5.74.4",
16+
"@tanstack/react-router": "^1.116.0",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0",
1919
"tanstack-query-builder": "^1.0.1",
2020
"tanstack-query-builder-example-mocks": "^1.0.1"
2121
},
2222
"devDependencies": {
23-
"@tanstack/router-plugin": "^1.114.34",
24-
"@types/react": "^19.1.0",
25-
"@types/react-dom": "^19.1.1",
26-
"@vitejs/plugin-react": "^4.3.4",
23+
"@tanstack/router-plugin": "^1.116.1",
24+
"@types/react": "^19.1.2",
25+
"@types/react-dom": "^19.1.2",
26+
"@vitejs/plugin-react": "^4.4.0",
2727
"@vitest/browser": "^3.1.1",
2828
"autoprefixer": "^10.4.21",
29-
"msw": "^2.7.3",
30-
"playwright": "^1.51.1",
29+
"msw": "^2.7.5",
30+
"playwright": "^1.52.0",
3131
"postcss": "^8.5.3",
3232
"sass": "^1.86.3",
3333
"tailwindcss": "^3.4.17",
3434
"typescript": "^5.8.3",
35-
"vite": "^6.2.5",
35+
"vite": "^6.3.2",
3636
"vitest": "^3.1.1",
3737
"vitest-browser-react": "^0.1.1"
3838
},

examples/vite/public/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - Please do NOT serve this file on production.
99
*/
1010

11-
const PACKAGE_VERSION = '2.7.3'
11+
const PACKAGE_VERSION = '2.7.5'
1212
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

0 commit comments

Comments
 (0)