Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
akunzai committed Jan 1, 2025
1 parent 20e1ef1 commit b3695c4
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 206 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"type": "module",
"private": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.2",
"scripts": {
"start": "vite --host",
"build": "tsc && vite build",
Expand All @@ -17,11 +17,11 @@
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"formik": "^2.4.6",
"i18next": "^24.0.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next": "^24.2.0",
"i18next-browser-languagedetector": "^8.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.3",
"react-i18next": "^15.4.0",
"rooks": "^7.14.1",
"rxjs": "^7.8.1",
"typescript": "~5.6.3",
Expand All @@ -32,23 +32,23 @@
"devDependencies": {
"@react-types/shared": "^3.26.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/hoist-non-react-statics": "^3.3.5",
"@types/hoist-non-react-statics": "^3.3.6",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.3",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/coverage-v8": "^2.1.8",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"i18next-parser": "^9.1.0",
"jsdom": "^25.0.1",
"msw": "^2.7.0",
"react-test-renderer": "^18.3.1",
"react-test-renderer": "^19.0.0",
"vite": "^6.0.6",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"msw": {
"workerDirectory": [
Expand All @@ -57,7 +57,7 @@
},
"pnpm": {
"overrides": {
"cookie": "^1.0.1"
"cookie": "^1.0.2"
}
}
}
Loading

0 comments on commit b3695c4

Please sign in to comment.