Update deps
This commit is contained in:
parent
589010493d
commit
f552f8024f
15 changed files with 1835 additions and 1516 deletions
42
package.json
42
package.json
|
|
@ -46,39 +46,33 @@
|
|||
"type": "git",
|
||||
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
|
||||
},
|
||||
"packageManager": "npm@10.9.1",
|
||||
"packageManager": "npm@10.9.2",
|
||||
"author": "Darren Clarke",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"dotenv-cli": "latest",
|
||||
"eslint": "^8",
|
||||
"turbo": "^2.3.1",
|
||||
"typescript": "latest"
|
||||
"eslint": "^9",
|
||||
"turbo": "^2.3.3",
|
||||
"typescript": "latest",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"@types/react": "^19.0.0"
|
||||
},
|
||||
"overrides": {
|
||||
"eslint-config-next": {
|
||||
"eslint": "$eslint"
|
||||
"material-ui-popup-state": {
|
||||
"react": "$react"
|
||||
},
|
||||
"eslint-plugin-import": {
|
||||
"eslint": "$eslint"
|
||||
"@chatscope/chat-ui-kit-react": {
|
||||
"react": "$react",
|
||||
"react-dom": "$react-dom"
|
||||
},
|
||||
"eslint-plugin-jsx-a11y": {
|
||||
"eslint": "$eslint"
|
||||
"@mui/icons-material": {
|
||||
"react": "$react"
|
||||
},
|
||||
"eslint-plugin-react": {
|
||||
"eslint": "$eslint"
|
||||
},
|
||||
"@typescript-eslint/eslint-plugin": {
|
||||
"eslint": "$eslint"
|
||||
},
|
||||
"@typescript-eslint/parser": {
|
||||
"eslint": "$eslint"
|
||||
},
|
||||
"eslint-plugin-promise": {
|
||||
"eslint": "$eslint"
|
||||
},
|
||||
"@babel/eslint-parser": {
|
||||
"eslint": "$eslint"
|
||||
"mui-chips-input": {
|
||||
"react": "$react",
|
||||
"react-dom": "$react-dom",
|
||||
"@types/react": "$@types/react"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue