mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-11 13:47:13 -06:00
feat(newSite): history about us and contact us started
This commit is contained in:
11
package.json
11
package.json
@ -5,11 +5,11 @@
|
||||
"dependencies": {
|
||||
"@svgr/webpack": "^8.1.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^6.20.0",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-router-dom": "^7.6.3",
|
||||
"react-scripts": "5.0.1",
|
||||
"web-vitals": "^2.1.4"
|
||||
"web-vitals": "^5.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
@ -37,7 +37,8 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.57.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-react-app": "^7.0.1",
|
||||
"yaml-loader": "^0.8.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user