Skip to content

Commit bb1000d

Browse files
committed
Updated packages to latest
1 parent f86b797 commit bb1000d

2 files changed

Lines changed: 408 additions & 473 deletions

File tree

package.json

Lines changed: 11 additions & 11 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.38.0",
18+
"@eslint/js": "^9.39.1",
1919
"@testing-library/dom": "^10.4.1",
2020
"@testing-library/react": "^16.3.0",
2121
"@testing-library/user-event": "^14.6.1",
22-
"@types/node": "^24.9.1",
22+
"@types/node": "^24.10.0",
2323
"@types/react": "^19.2.2",
24-
"@vitejs/plugin-react": "^5.0.4",
25-
"@vitest/coverage-v8": "^4.0.1",
24+
"@vitejs/plugin-react": "^5.1.0",
25+
"@vitest/coverage-v8": "^4.0.6",
2626
"babel-plugin-react-compiler": "1.0.0",
27-
"eslint": "^9.38.0",
27+
"eslint": "^9.39.1",
2828
"eslint-config-prettier": "^10.1.8",
2929
"eslint-plugin-prettier": "^5.5.4",
3030
"eslint-plugin-react": "^7.37.5",
31-
"eslint-plugin-react-hooks": "^7.0.0",
32-
"jsdom": "^27.0.1",
31+
"eslint-plugin-react-hooks": "^7.0.1",
32+
"jsdom": "^27.1.0",
3333
"prettier": "^3.6.2",
3434
"typescript": "^5.9.3",
35-
"typescript-eslint": "^8.46.2",
36-
"vite": "^7.1.11",
37-
"vitest": "^4.0.1"
35+
"typescript-eslint": "^8.46.3",
36+
"vite": "^7.1.12",
37+
"vitest": "^4.0.6"
3838
},
3939
"dependencies": {
4040
"react": "^19.2.0",
4141
"react-dom": "^19.2.0",
42-
"react-router-dom": "^7.9.4",
42+
"react-router-dom": "^7.9.5",
4343
"zustand": "^5.0.8"
4444
}
4545
}

0 commit comments

Comments
 (0)