upgrading project dependencies

This commit is contained in:
Antoine M 2025-01-09 12:08:46 +01:00
parent 81f6a1b98f
commit a9684b8312
2 changed files with 4646 additions and 5076 deletions

9676
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,31 +5,31 @@
"dependencies": { "dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@parcellab/react-use-umami": "^2.0.1", "@parcellab/react-use-umami": "^2.0.1",
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^14.5.2",
"@umami/api-client": "^0.56.0", "@umami/api-client": "^0.76.0",
"axios": "^1.6.7", "axios": "^1.7.9",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.4.5", "dotenv": "^16.4.7",
"express": "^4.18.2", "express": "^4.21.2",
"framer-motion": "^11.0.3", "framer-motion": "^11.16.1",
"lottie-react": "^2.4.0", "postcss": "^8.4.49",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0", "postcss-cli": "^11.0.0",
"postcss-nested": "^6.0.1", "postcss-nested": "^7.0.2",
"react": "^18.2.0", "react": "^19.0.0",
"react-dom": "^18.2.0", "react-dom": "^19.0.0",
"react-error-boundary": "^4.0.13", "react-error-boundary": "^5.0.0",
"react-router-dom": "^6.21.3", "react-lottie": "^1.2.10",
"react-router-dom": "^7.1.1",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"react-umami": "^1.0.1", "react-umami": "^1.0.1",
"react-zoom-pan-pinch": "^3.4.2", "react-zoom-pan-pinch": "^3.6.1",
"sass": "^1.70.0", "sass": "^1.83.1",
"swiper": "^11.0.7", "swiper": "^11.2.0",
"use-sound": "^4.0.1", "use-sound": "^4.0.3",
"uuid": "^9.0.1", "uuid": "^11.0.4",
"web-vitals": "^2.1.4" "web-vitals": "^4.2.4"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
@ -58,7 +58,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"concurrently": "^8.2.2", "concurrently": "^9.1.2",
"tailwindcss": "^3.4.1" "tailwindcss": "^3.4.17"
} }
} }