Skip to content

Commit 0bdfbba

Browse files
authored
chore: Update dependencies and add pnpm workspace configuration (#4)
* chore: Update dependencies and add pnpm workspace configuration - Updated various dependencies in package.json and pnpm-lock.yaml to their latest versions. * chore: Update Vite configuration and fix for tests - Changed import from TanStackRouterVite to tanstackRouter in vite.config.ts. - Tests in render-with-router.test.tsx to use act for asynchronous rendering and added query function to test component.
1 parent fbcf719 commit 0bdfbba

6 files changed

Lines changed: 2032 additions & 1378 deletions

File tree

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -19,51 +19,51 @@
1919
"type-check": "tsc --noEmit"
2020
},
2121
"dependencies": {
22-
"@tanstack/react-query": "^5.66.5",
23-
"@tanstack/react-router": "^1.105.0",
24-
"react": "^19.0.0",
25-
"react-dom": "^19.0.0"
22+
"@tanstack/react-query": "^5.85.5",
23+
"@tanstack/react-router": "^1.131.28",
24+
"react": "^19.1.1",
25+
"react-dom": "^19.1.1"
2626
},
2727
"devDependencies": {
28-
"@eslint-react/eslint-plugin": "^1.26.2",
29-
"@eslint/js": "^9.20.0",
30-
"@tanstack/eslint-plugin-query": "^5.66.1",
31-
"@tanstack/eslint-plugin-router": "^1.105.0",
32-
"@tanstack/react-query-devtools": "^5.66.5",
33-
"@tanstack/router-devtools": "^1.105.0",
34-
"@tanstack/router-plugin": "^1.105.0",
35-
"@testing-library/dom": "^10.4.0",
36-
"@testing-library/jest-dom": "^6.6.3",
37-
"@testing-library/react": "^16.2.0",
28+
"@eslint-react/eslint-plugin": "^1.52.6",
29+
"@eslint/js": "^9.34.0",
30+
"@tanstack/eslint-plugin-query": "^5.83.1",
31+
"@tanstack/eslint-plugin-router": "^1.131.2",
32+
"@tanstack/react-query-devtools": "^5.85.5",
33+
"@tanstack/router-devtools": "^1.131.28",
34+
"@tanstack/router-plugin": "^1.131.28",
35+
"@testing-library/dom": "^10.4.1",
36+
"@testing-library/jest-dom": "^6.8.0",
37+
"@testing-library/react": "^16.3.0",
3838
"@testing-library/user-event": "^14.6.1",
3939
"@types/eslint": "^9.6.1",
4040
"@types/node": "^22.13.4",
41-
"@types/react": "^19.0.10",
42-
"@types/react-dom": "^19.0.4",
43-
"@vitejs/plugin-react": "^4.3.4",
44-
"autoprefixer": "^10.4.20",
45-
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
46-
"eslint": "^9.20.1",
47-
"eslint-config-prettier": "^9.1.0",
48-
"eslint-plugin-import-x": "^4.6.1",
49-
"eslint-plugin-prettier": "^5.2.3",
50-
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
51-
"eslint-plugin-react-hooks": "^5.1.0",
52-
"eslint-plugin-react-refresh": "^0.4.19",
41+
"@types/react": "^19.1.11",
42+
"@types/react-dom": "^19.1.8",
43+
"@vitejs/plugin-react": "^5.0.1",
44+
"autoprefixer": "^10.4.21",
45+
"babel-plugin-react-compiler": "19.1.0-rc.2",
46+
"eslint": "^9.34.0",
47+
"eslint-config-prettier": "^10.1.8",
48+
"eslint-plugin-import-x": "^4.16.1",
49+
"eslint-plugin-prettier": "^5.5.4",
50+
"eslint-plugin-react-compiler": "19.1.0-rc.2",
51+
"eslint-plugin-react-hooks": "^5.2.0",
52+
"eslint-plugin-react-refresh": "^0.4.20",
5353
"eslint-plugin-simple-import-sort": "^12.1.1",
54-
"globals": "^15.15.0",
54+
"globals": "^16.3.0",
5555
"husky": "^9.1.7",
56-
"jsdom": "^25.0.1",
57-
"lint-staged": "^15.4.3",
58-
"postcss": "^8.5.2",
59-
"prettier": "3.4.2",
60-
"prettier-plugin-tailwindcss": "^0.6.11",
61-
"sort-package-json": "^2.14.0",
56+
"jsdom": "^26.1.0",
57+
"lint-staged": "^16.1.5",
58+
"postcss": "^8.5.6",
59+
"prettier": "3.6.2",
60+
"prettier-plugin-tailwindcss": "^0.6.14",
61+
"sort-package-json": "^3.4.0",
6262
"tailwindcss": "^3.4.17",
63-
"typescript": "~5.7.3",
64-
"typescript-eslint": "^8.24.1",
65-
"vite": "^6.1.0",
63+
"typescript": "~5.8.0",
64+
"typescript-eslint": "^8.41.0",
65+
"vite": "^7.1.3",
6666
"vite-tsconfig-paths": "^5.1.4",
67-
"vitest": "^3.0.5"
67+
"vitest": "^3.2.4"
6868
}
6969
}

0 commit comments

Comments
 (0)