mirror of
https://github.com/Kizuren/SauceKudasai.git
synced 2026-01-06 14:37:52 +01:00
Bumped packages to not have vulnerabilities
This commit is contained in:
parent
8a035550e6
commit
465c1f7f7b
2 changed files with 320 additions and 711 deletions
1011
package-lock.json
generated
1011
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
|
@ -17,20 +17,20 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^6.6.3",
|
"@testing-library/jest-dom": "^6.6.3",
|
||||||
"@testing-library/react": "^16.2.0",
|
"@testing-library/react": "^16.3.0",
|
||||||
"@testing-library/user-event": "^14.6.1",
|
"@testing-library/user-event": "^14.6.1",
|
||||||
"axios": "^1.8.3",
|
"axios": "^1.8.4",
|
||||||
"framer-motion": "^12.5.0",
|
"framer-motion": "^12.8.0",
|
||||||
"react": "^19.0.0",
|
"react": "^19.1.0",
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.1.0",
|
||||||
"react-dropzone": "^14.3.8",
|
"react-dropzone": "^14.3.8",
|
||||||
"react-icons": "^5.5.0",
|
"react-icons": "^5.5.0",
|
||||||
"react-scripts": "^5.0.1",
|
"react-scripts": "^5.0.1",
|
||||||
"styled-components": "^6.1.16",
|
"styled-components": "^6.1.17",
|
||||||
"web-vitals": "^4.2.4"
|
"web-vitals": "^4.2.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"getsauce": "set PORT=3006 && react-scripts start",
|
"dev": "set PORT=3006 && react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
|
|
@ -41,6 +41,12 @@
|
||||||
"react-app/jest"
|
"react-app/jest"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"overrides": {
|
||||||
|
"nth-check": "^2.1.1",
|
||||||
|
"postcss": "^8.4.31",
|
||||||
|
"svgo": "^3.0.2",
|
||||||
|
"css-select": "^5.1.0"
|
||||||
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
">0.2%",
|
">0.2%",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue