mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-16 10:20:20 -04:00
Bump dependencies
This commit is contained in:
parent
50a22097ba
commit
bf31540bc9
27
package.json
27
package.json
|
@ -1,34 +1,34 @@
|
|||
{
|
||||
"name": "potentia-site",
|
||||
"version": "0.1.0",
|
||||
"private": false,
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.34",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.2",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"@material-ui/core": "^4.11.3",
|
||||
"@sanity/client": "^2.1.0",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/user-event": "^12.1.10",
|
||||
"@material-ui/core": "^4.11.4",
|
||||
"@sanity/client": "^2.11.0",
|
||||
"@testing-library/jest-dom": "^5.11.1",
|
||||
"@testing-library/react": "^11.2.7",
|
||||
"@testing-library/user-event": "^12.8.3",
|
||||
"axios": "^0.21.1",
|
||||
"bootstrap": "^4.6.0",
|
||||
"bootstrap-icons": "^1.2.2",
|
||||
"bootstrap-icons": "^1.5.0",
|
||||
"emailjs-com": "^2.6.4",
|
||||
"jquery": "^3.5.1",
|
||||
"node-sass": "4.14",
|
||||
"popper.js": "^1.16.1",
|
||||
"react": "^17.0.1",
|
||||
"react-bootstrap": "^1.5.1",
|
||||
"react-bootstrap": "^1.6.0",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-icons": "^4.2.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "4.0.0",
|
||||
"react-scripts": "^4.0.3",
|
||||
"serve": "^11.3.2",
|
||||
"styled-components": "^5.2.1",
|
||||
"styled-components": "^5.3.0",
|
||||
"tsutils": "^3.20.0",
|
||||
"typescript": "^4.1.3",
|
||||
"web-vitals": "^0.2.4"
|
||||
"typescript": "^4.3.4",
|
||||
"web-vitals": "^0.2.4",
|
||||
"yarn": "^1.22.10"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "serve -s build/"
|
||||
|
@ -52,6 +52,7 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-sass": "^6.0.0",
|
||||
"react-spring": "^8.0.27"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user