Update deps
This commit is contained in:
parent
589010493d
commit
f552f8024f
15 changed files with 1835 additions and 1516 deletions
|
|
@ -17,13 +17,13 @@
|
||||||
"@mui/icons-material": "^6",
|
"@mui/icons-material": "^6",
|
||||||
"@mui/material": "^6",
|
"@mui/material": "^6",
|
||||||
"@mui/material-nextjs": "^6",
|
"@mui/material-nextjs": "^6",
|
||||||
"@mui/x-license": "^7.21.0",
|
"@mui/x-license": "^7.23.2",
|
||||||
"@link-stack/bridge-common": "*",
|
"@link-stack/bridge-common": "*",
|
||||||
"@link-stack/bridge-ui": "*",
|
"@link-stack/bridge-ui": "*",
|
||||||
"next": "15.0.3",
|
"next": "15.1.0",
|
||||||
"next-auth": "^4.24.10",
|
"next-auth": "^4.24.11",
|
||||||
"react": "18.3.1",
|
"react": "19.0.0",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "19.0.0",
|
||||||
"sharp": "^0.33.5",
|
"sharp": "^0.33.5",
|
||||||
"tsx": "^4.19.2",
|
"tsx": "^4.19.2",
|
||||||
"@link-stack/ui": "*"
|
"@link-stack/ui": "*"
|
||||||
|
|
@ -31,8 +31,8 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22",
|
"@types/node": "^22",
|
||||||
"@types/pg": "^8.11.10",
|
"@types/pg": "^8.11.10",
|
||||||
"@types/react": "^18",
|
"@types/react": "^19",
|
||||||
"@types/react-dom": "^18",
|
"@types/react-dom": "^19",
|
||||||
"@link-stack/eslint-config": "*",
|
"@link-stack/eslint-config": "*",
|
||||||
"@link-stack/typescript-config": "*",
|
"@link-stack/typescript-config": "*",
|
||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"migrate:down:one": "tsx migrate.ts down:one"
|
"migrate:down:one": "tsx migrate.ts down:one"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.7",
|
||||||
"kysely": "0.26.1",
|
"kysely": "0.26.1",
|
||||||
"pg": "^8.13.1",
|
"pg": "^8.13.1",
|
||||||
"tsx": "^4.19.2"
|
"tsx": "^4.19.2"
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@
|
||||||
"@link-stack/signal-api": "*",
|
"@link-stack/signal-api": "*",
|
||||||
"fluent-ffmpeg": "^2.1.3",
|
"fluent-ffmpeg": "^2.1.3",
|
||||||
"graphile-worker": "^0.16.6",
|
"graphile-worker": "^0.16.6",
|
||||||
"remeda": "^2.17.3",
|
"remeda": "^2.17.4",
|
||||||
"twilio": "^5.3.6"
|
"twilio": "^5.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fluent-ffmpeg": "^2.1.27",
|
"@types/fluent-ffmpeg": "^2.1.27",
|
||||||
|
|
|
||||||
2
apps/leafcutter/next-env.d.ts
vendored
2
apps/leafcutter/next-env.d.ts
vendored
|
|
@ -3,4 +3,4 @@
|
||||||
/// <reference types="next/navigation-types/compat/navigation" />
|
/// <reference types="next/navigation-types/compat/navigation" />
|
||||||
|
|
||||||
// NOTE: This file should not be edited
|
// NOTE: This file should not be edited
|
||||||
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||||
|
|
|
||||||
|
|
@ -13,34 +13,34 @@
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/cache": "^11.13.5",
|
"@emotion/cache": "^11.14.0",
|
||||||
"@emotion/react": "^11.13.5",
|
"@emotion/react": "^11.14.0",
|
||||||
"@emotion/server": "^11.11.0",
|
"@emotion/server": "^11.11.0",
|
||||||
"@emotion/styled": "^11.13.5",
|
"@emotion/styled": "^11.14.0",
|
||||||
"@link-stack/leafcutter-ui": "*",
|
"@link-stack/leafcutter-ui": "*",
|
||||||
"@link-stack/opensearch-common": "*",
|
"@link-stack/opensearch-common": "*",
|
||||||
"@mui/icons-material": "^6",
|
"@mui/icons-material": "^6",
|
||||||
"@mui/material": "^6",
|
"@mui/material": "^6",
|
||||||
"@mui/material-nextjs": "^6",
|
"@mui/material-nextjs": "^6",
|
||||||
"@mui/x-date-pickers-pro": "^7.22.3",
|
"@mui/x-date-pickers-pro": "^7.23.2",
|
||||||
"@opensearch-project/opensearch": "^2.13.0",
|
"@opensearch-project/opensearch": "^2.13.0",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"http-proxy-middleware": "^3.0.3",
|
"http-proxy-middleware": "^3.0.3",
|
||||||
"material-ui-popup-state": "^5.3.1",
|
"material-ui-popup-state": "^5.3.1",
|
||||||
"next": "15.0.3",
|
"next": "15.1.0",
|
||||||
"next-auth": "^4.24.10",
|
"next-auth": "^4.24.11",
|
||||||
"react": "18.3.1",
|
"react": "19.0.0",
|
||||||
"react-cookie": "^7.2.2",
|
"react-cookie": "^7.2.2",
|
||||||
"react-cookie-consent": "^9.0.0",
|
"react-cookie-consent": "^9.0.0",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "19.0.0",
|
||||||
"react-iframe": "^1.8.5",
|
"react-iframe": "^1.8.5",
|
||||||
"react-polyglot": "^0.7.2",
|
"react-polyglot": "^0.7.2",
|
||||||
"sharp": "^0.33.5",
|
"sharp": "^0.33.5",
|
||||||
"uuid": "^11.0.3"
|
"uuid": "^11.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.9.3",
|
"@types/node": "^22.10.2",
|
||||||
"@types/react": "18.3.12",
|
"@types/react": "19.0.1",
|
||||||
"@types/uuid": "^10.0.0",
|
"@types/uuid": "^10.0.0",
|
||||||
"@link-stack/eslint-config": "*",
|
"@link-stack/eslint-config": "*",
|
||||||
"@link-stack/typescript-config": "*",
|
"@link-stack/typescript-config": "*",
|
||||||
|
|
|
||||||
2
apps/link/next-env.d.ts
vendored
2
apps/link/next-env.d.ts
vendored
|
|
@ -2,4 +2,4 @@
|
||||||
/// <reference types="next/image-types/global" />
|
/// <reference types="next/image-types/global" />
|
||||||
|
|
||||||
// NOTE: This file should not be edited
|
// NOTE: This file should not be edited
|
||||||
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,10 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chatscope/chat-ui-kit-react": "^2.0.3",
|
"@chatscope/chat-ui-kit-react": "^2.0.3",
|
||||||
"@chatscope/chat-ui-kit-styles": "^1.4.0",
|
"@chatscope/chat-ui-kit-styles": "^1.4.0",
|
||||||
"@emotion/cache": "^11.13.5",
|
"@emotion/cache": "^11.14.0",
|
||||||
"@emotion/react": "^11.13.5",
|
"@emotion/react": "^11.14.0",
|
||||||
"@emotion/server": "^11.11.0",
|
"@emotion/server": "^11.11.0",
|
||||||
"@emotion/styled": "^11.13.5",
|
"@emotion/styled": "^11.14.0",
|
||||||
"@link-stack/bridge-common": "*",
|
"@link-stack/bridge-common": "*",
|
||||||
"@link-stack/bridge-ui": "*",
|
"@link-stack/bridge-ui": "*",
|
||||||
"@link-stack/leafcutter-ui": "*",
|
"@link-stack/leafcutter-ui": "*",
|
||||||
|
|
@ -24,26 +24,26 @@
|
||||||
"@mui/icons-material": "^6",
|
"@mui/icons-material": "^6",
|
||||||
"@mui/material": "^6",
|
"@mui/material": "^6",
|
||||||
"@mui/material-nextjs": "^6",
|
"@mui/material-nextjs": "^6",
|
||||||
"@mui/x-data-grid-pro": "^7.22.3",
|
"@mui/x-data-grid-pro": "^7.23.2",
|
||||||
"@mui/x-date-pickers": "^7.22.3",
|
"@mui/x-date-pickers": "^7.23.2",
|
||||||
"@mui/x-date-pickers-pro": "^7.22.3",
|
"@mui/x-date-pickers-pro": "^7.23.2",
|
||||||
"@mui/x-license": "^7.21.0",
|
"@mui/x-license": "^7.23.2",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"graphql-request": "^7.1.2",
|
"graphql-request": "^7.1.2",
|
||||||
"mui-chips-input": "^4.0.1",
|
"mui-chips-input": "^4.0.1",
|
||||||
"next": "15.0.3",
|
"next": "15.1.0",
|
||||||
"next-auth": "^4.24.10",
|
"next-auth": "^4.24.11",
|
||||||
"react": "18.3.1",
|
"react": "19.0.0",
|
||||||
"react-cookie": "^7.2.2",
|
"react-cookie": "^7.2.2",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "19.0.0",
|
||||||
"react-iframe": "^1.8.5",
|
"react-iframe": "^1.8.5",
|
||||||
"react-polyglot": "^0.7.2",
|
"react-polyglot": "^0.7.2",
|
||||||
"sharp": "^0.33.5"
|
"sharp": "^0.33.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@link-stack/eslint-config": "*",
|
"@link-stack/eslint-config": "*",
|
||||||
"@types/node": "^22.9.3",
|
"@types/node": "^22.10.2",
|
||||||
"@types/react": "18.3.12",
|
"@types/react": "19.0.1",
|
||||||
"@types/uuid": "^10.0.0"
|
"@types/uuid": "^10.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
3181
package-lock.json
generated
3181
package-lock.json
generated
File diff suppressed because it is too large
Load diff
42
package.json
42
package.json
|
|
@ -46,39 +46,33 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
|
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
|
||||||
},
|
},
|
||||||
"packageManager": "npm@10.9.1",
|
"packageManager": "npm@10.9.2",
|
||||||
"author": "Darren Clarke",
|
"author": "Darren Clarke",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"dotenv-cli": "latest",
|
"dotenv-cli": "latest",
|
||||||
"eslint": "^8",
|
"eslint": "^9",
|
||||||
"turbo": "^2.3.1",
|
"turbo": "^2.3.3",
|
||||||
"typescript": "latest"
|
"typescript": "latest",
|
||||||
|
"react": "^19.0.0",
|
||||||
|
"react-dom": "^19.0.0",
|
||||||
|
"@types/react": "^19.0.0"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"eslint-config-next": {
|
"material-ui-popup-state": {
|
||||||
"eslint": "$eslint"
|
"react": "$react"
|
||||||
},
|
},
|
||||||
"eslint-plugin-import": {
|
"@chatscope/chat-ui-kit-react": {
|
||||||
"eslint": "$eslint"
|
"react": "$react",
|
||||||
|
"react-dom": "$react-dom"
|
||||||
},
|
},
|
||||||
"eslint-plugin-jsx-a11y": {
|
"@mui/icons-material": {
|
||||||
"eslint": "$eslint"
|
"react": "$react"
|
||||||
},
|
},
|
||||||
"eslint-plugin-react": {
|
"mui-chips-input": {
|
||||||
"eslint": "$eslint"
|
"react": "$react",
|
||||||
},
|
"react-dom": "$react-dom",
|
||||||
"@typescript-eslint/eslint-plugin": {
|
"@types/react": "$@types/react"
|
||||||
"eslint": "$eslint"
|
|
||||||
},
|
|
||||||
"@typescript-eslint/parser": {
|
|
||||||
"eslint": "$eslint"
|
|
||||||
},
|
|
||||||
"eslint-plugin-promise": {
|
|
||||||
"eslint": "$eslint"
|
|
||||||
},
|
|
||||||
"@babel/eslint-parser": {
|
|
||||||
"eslint": "$eslint"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
||||||
|
|
@ -9,17 +9,17 @@
|
||||||
"@link-stack/signal-api": "*",
|
"@link-stack/signal-api": "*",
|
||||||
"@link-stack/ui": "^2.2.0",
|
"@link-stack/ui": "^2.2.0",
|
||||||
"@mui/material": "^6",
|
"@mui/material": "^6",
|
||||||
"@mui/x-data-grid-pro": "^7.22.3",
|
"@mui/x-data-grid-pro": "^7.23.2",
|
||||||
"kysely": "0.26.1",
|
"kysely": "0.26.1",
|
||||||
"next": "15.0.3",
|
"next": "15.1.0",
|
||||||
"react": "18.3.1",
|
"react": "19.0.0",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "19.0.0",
|
||||||
"react-qr-code": "^2.0.15"
|
"react-qr-code": "^2.0.15"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.9.3",
|
"@types/node": "^22.10.2",
|
||||||
"@types/react": "18.3.12",
|
"@types/react": "19.0.1",
|
||||||
"@types/react-dom": "^18.3.1",
|
"@types/react-dom": "^19.0.2",
|
||||||
"typescript": "5.7.2"
|
"typescript": "5.7.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,14 +10,14 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rushstack/eslint-patch": "^1.10.4",
|
"@rushstack/eslint-patch": "^1.10.4",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
"@typescript-eslint/eslint-plugin": "^8.18.0",
|
||||||
"@typescript-eslint/parser": "^8.15.0",
|
"@typescript-eslint/parser": "^8.18.0",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-config-xo-space": "^0.35.0",
|
"eslint-config-xo-space": "^0.35.0",
|
||||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||||
"eslint-plugin-import": "^2.31.0",
|
"eslint-plugin-import": "^2.31.0",
|
||||||
"eslint-plugin-jest": "^28.9.0",
|
"eslint-plugin-jest": "^28.9.0",
|
||||||
"eslint-plugin-promise": "^7.1.0",
|
"eslint-plugin-promise": "^7.2.1",
|
||||||
"eslint-plugin-unicorn": "56.0.1",
|
"eslint-plugin-unicorn": "56.0.1",
|
||||||
"@babel/eslint-parser": "7.25.9"
|
"@babel/eslint-parser": "7.25.9"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -5,19 +5,19 @@
|
||||||
"build": "tsc -p tsconfig.json"
|
"build": "tsc -p tsconfig.json"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.13.5",
|
"@emotion/react": "^11.14.0",
|
||||||
"@emotion/styled": "^11.13.5",
|
"@emotion/styled": "^11.14.0",
|
||||||
"@link-stack/opensearch-common": "*",
|
"@link-stack/opensearch-common": "*",
|
||||||
"@mui/icons-material": "^6",
|
"@mui/icons-material": "^6",
|
||||||
"@mui/material": "^6",
|
"@mui/material": "^6",
|
||||||
"@mui/x-data-grid-pro": "^7.22.3",
|
"@mui/x-data-grid-pro": "^7.23.2",
|
||||||
"@mui/x-date-pickers-pro": "^7.22.3",
|
"@mui/x-date-pickers-pro": "^7.23.2",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"next": "15.0.3",
|
"next": "15.1.0",
|
||||||
"next-auth": "^4.24.10",
|
"next-auth": "^4.24.11",
|
||||||
"react": "18.3.1",
|
"react": "19.0.0",
|
||||||
"react-cookie": "^7.2.2",
|
"react-cookie": "^7.2.2",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "19.0.0",
|
||||||
"react-iframe": "^1.8.5",
|
"react-iframe": "^1.8.5",
|
||||||
"react-markdown": "^9.0.1",
|
"react-markdown": "^9.0.1",
|
||||||
"react-polyglot": "^0.7.2"
|
"react-polyglot": "^0.7.2"
|
||||||
|
|
@ -25,8 +25,8 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@link-stack/eslint-config": "*",
|
"@link-stack/eslint-config": "*",
|
||||||
"@link-stack/typescript-config": "*",
|
"@link-stack/typescript-config": "*",
|
||||||
"@types/node": "^22.9.3",
|
"@types/node": "^22.10.2",
|
||||||
"@types/react": "18.3.12",
|
"@types/react": "19.0.1",
|
||||||
"typescript": "5.7.2"
|
"typescript": "5.7.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"uuid": "^11.0.3"
|
"uuid": "^11.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.9.3",
|
"@types/node": "^22.10.2",
|
||||||
"@types/uuid": "^10.0.0",
|
"@types/uuid": "^10.0.0",
|
||||||
"@link-stack/typescript-config": "*",
|
"@link-stack/typescript-config": "*",
|
||||||
"@link-stack/eslint-config": "*",
|
"@link-stack/eslint-config": "*",
|
||||||
|
|
|
||||||
|
|
@ -9,15 +9,15 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mui/icons-material": "^6",
|
"@mui/icons-material": "^6",
|
||||||
"@mui/material": "^6",
|
"@mui/material": "^6",
|
||||||
"@mui/x-data-grid-pro": "^7.22.3",
|
"@mui/x-data-grid-pro": "^7.23.2",
|
||||||
"@mui/x-license": "^7.21.0",
|
"@mui/x-license": "^7.23.2",
|
||||||
"next": "15.0.3",
|
"next": "15.1.0",
|
||||||
"react": "18.3.1",
|
"react": "19.0.0",
|
||||||
"react-dom": "18.3.1"
|
"react-dom": "19.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.9.3",
|
"@types/node": "^22.10.2",
|
||||||
"@types/react": "18.3.12",
|
"@types/react": "19.0.1",
|
||||||
"typescript": "^5.7.2"
|
"typescript": "^5.7.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"build": "tsc"
|
"build": "tsc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.9.3",
|
"@types/node": "^22.10.2",
|
||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue