chore: update dependencies to latest versions
- React and React DOM to 19.0.0 - @types/react to 19.0.1 - @types/react-dom to 19.0.2 - @types/node to 22.10.1 - Vite to 6.0.3 - react-simple-maps to 4.0.0-beta.6
This commit is contained in:
parent
a09c831b2e
commit
d20a4f74ed
2 changed files with 514 additions and 486 deletions
32
package.json
32
package.json
|
|
@ -12,30 +12,30 @@
|
|||
"dependencies": {
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/react-simple-maps": "^3.0.6",
|
||||
"@vitejs/plugin-react": "^4.3.3",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"framer-motion": "^11.11.17",
|
||||
"framer-motion": "^11.13.5",
|
||||
"postcss": "^8.4.49",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-icons": "^5.3.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-icons": "^5.4.0",
|
||||
"react-intersection-observer": "^9.13.1",
|
||||
"react-router-dom": "^7.0.1",
|
||||
"react-simple-maps": "^3.0.0",
|
||||
"tailwindcss": "^3.4.15",
|
||||
"vite": "^5.4.11"
|
||||
"react-router-dom": "^7.0.2",
|
||||
"react-simple-maps": "4.0.0-beta.6",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"vite": "^6.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.15.0",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"@types/node": "^20.0.0",
|
||||
"@types/node": "^22.10.1",
|
||||
"@types/react": "^19.0.1",
|
||||
"@types/react-dom": "^19.0.2",
|
||||
"eslint": "^9.15.0",
|
||||
"eslint-plugin-react-hooks": "^5.0.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.14",
|
||||
"globals": "^15.12.0",
|
||||
"eslint-plugin-react-hooks": "^5.1.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.16",
|
||||
"globals": "^15.13.0",
|
||||
"typescript": "~5.7.2",
|
||||
"typescript-eslint": "^8.15.0"
|
||||
"typescript-eslint": "^8.18.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.14.2"
|
||||
}
|
||||
|
|
|
|||
968
pnpm-lock.yaml
generated
968
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue