Skip to content

Commit 1a6a949

Browse files
committed
Updated packages to latest
1 parent 8963d53 commit 1a6a949

2 files changed

Lines changed: 605 additions & 600 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@
1515
"lint-ts": "tsc --noemit"
1616
},
1717
"devDependencies": {
18-
"@eslint/js": "^9.39.1",
18+
"@eslint/js": "^9.39.2",
1919
"@testing-library/dom": "^10.4.1",
20-
"@testing-library/react": "^16.3.0",
20+
"@testing-library/react": "^16.3.1",
2121
"@testing-library/user-event": "^14.6.1",
22-
"@types/node": "^24.10.1",
22+
"@types/node": "^25.0.3",
2323
"@types/react": "^19.2.7",
2424
"@vitejs/plugin-react": "^5.1.2",
25-
"@vitest/coverage-v8": "^4.0.15",
25+
"@vitest/coverage-v8": "^4.0.16",
2626
"babel-plugin-react-compiler": "1.0.0",
27-
"eslint": "^9.39.1",
27+
"eslint": "^9.39.2",
2828
"eslint-config-prettier": "^10.1.8",
2929
"eslint-plugin-prettier": "^5.5.4",
3030
"eslint-plugin-react": "^7.37.5",
3131
"eslint-plugin-react-hooks": "^7.0.1",
32-
"jsdom": "^27.3.0",
32+
"jsdom": "^27.4.0",
3333
"prettier": "^3.7.4",
3434
"typescript": "^5.9.3",
35-
"typescript-eslint": "^8.49.0",
36-
"vite": "^7.2.7",
37-
"vitest": "^4.0.15"
35+
"typescript-eslint": "^8.52.0",
36+
"vite": "^7.3.0",
37+
"vitest": "^4.0.16"
3838
},
3939
"dependencies": {
40-
"react": "^19.2.1",
41-
"react-dom": "^19.2.1",
42-
"react-router-dom": "^7.10.1",
40+
"react": "^19.2.3",
41+
"react-dom": "^19.2.3",
42+
"react-router-dom": "^7.11.0",
4343
"zustand": "^5.0.9"
4444
}
4545
}

0 commit comments

Comments
 (0)