mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 07:24:22 +00:00
Upgrade and unfreeze dependencies
This commit is contained in:
parent
03c542dc83
commit
df79321ad6
2 changed files with 568 additions and 393 deletions
20
package.json
20
package.json
|
@ -9,19 +9,19 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@matejmazur/react-katex": "^3.1.3",
|
||||
"@sentry/nextjs": "^6.17.4",
|
||||
"@sentry/nextjs": "^7.3.1",
|
||||
"@steffo/bluelib-react": "^4.4.3",
|
||||
"katex": "^0.15.2",
|
||||
"next": "12.0.10",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"katex": "^0.16.0",
|
||||
"next": "^12.2.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"strip-indent": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "17.0.14",
|
||||
"@types/react": "17.0.38",
|
||||
"eslint": "8.8.0",
|
||||
"eslint-config-next": "12.0.10",
|
||||
"typescript": "4.5.5"
|
||||
"@types/node": "^18.0.0",
|
||||
"@types/react": "^18.0.14",
|
||||
"eslint": "^8.18.0",
|
||||
"eslint-config-next": "^12.2.0",
|
||||
"typescript": "^4.7.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue