Update deps

This commit is contained in:
Darren Clarke 2023-08-07 09:54:06 +02:00
parent e9379fd1fb
commit be835c7759
5 changed files with 5464 additions and 12558 deletions

View file

@ -29,7 +29,7 @@
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"http-proxy-middleware": "^2.0.6", "http-proxy-middleware": "^2.0.6",
"material-ui-popup-state": "^5.0.9", "material-ui-popup-state": "^5.0.9",
"next": "13.4.12", "next": "13.4.13",
"next-auth": "^4.22.4", "next-auth": "^4.22.4",
"next-http-proxy-middleware": "^1.2.5", "next-http-proxy-middleware": "^1.2.5",
"nodemailer": "^6.9.4", "nodemailer": "^6.9.4",
@ -53,7 +53,7 @@
"babel-loader": "^9.1.3", "babel-loader": "^9.1.3",
"eslint": "^8.46.0", "eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.12", "eslint-config-next": "^13.4.13",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0", "eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-jsx-a11y": "^6.7.1",

View file

@ -27,7 +27,7 @@
"graphql-request": "^6.1.0", "graphql-request": "^6.1.0",
"material-ui-popup-state": "^5.0.9", "material-ui-popup-state": "^5.0.9",
"mui-chips-input": "^2.1.2", "mui-chips-input": "^2.1.2",
"next": "13.4.12", "next": "13.4.13",
"next-auth": "^4.22.4", "next-auth": "^4.22.4",
"react": "18.2.0", "react": "18.2.0",
"react-cookie": "^4.1.1", "react-cookie": "^4.1.1",
@ -46,7 +46,7 @@
"babel-loader": "^9.1.3", "babel-loader": "^9.1.3",
"eslint": "^8.46.0", "eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.12", "eslint-config-next": "^13.4.13",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0", "eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-jsx-a11y": "^6.7.1",

View file

@ -14,7 +14,7 @@
"http-proxy-middleware": "^2.0.6", "http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.1", "jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1", "jwks-rsa": "^3.0.1",
"next": "13.4.12", "next": "13.4.13",
"next-auth": "4.22.4", "next-auth": "4.22.4",
"ra-data-graphql": "^4.12.2", "ra-data-graphql": "^4.12.2",
"ra-i18n-polyglot": "^4.12.2", "ra-i18n-polyglot": "^4.12.2",
@ -41,7 +41,7 @@
"fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write" "fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write"
}, },
"devDependencies": { "devDependencies": {
"@next/eslint-plugin-next": "^13.4.12", "@next/eslint-plugin-next": "^13.4.13",
"@types/hapi__wreck": "17.0.1", "@types/hapi__wreck": "17.0.1",
"@types/react": "18.2.18", "@types/react": "18.2.18",
"@types/react-mic": "12.4.3", "@types/react-mic": "12.4.3",

18008
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -34,7 +34,7 @@
"upgrade:setup": "npm i -g npm-check-updates", "upgrade:setup": "npm i -g npm-check-updates",
"upgrade:check": "ncu && ncu -ws -x graphql -x postgraphile", "upgrade:check": "ncu && ncu -ws -x graphql -x postgraphile",
"upgrade:all": "ncu -u && ncu -ws -u -x graphql -x postgraphile && npm i", "upgrade:all": "ncu -u && ncu -ws -u -x graphql -x postgraphile && npm i",
"clean": "rm -rf node_modules && rm -rf apps/*/node_modules && rm -rf packages/*/node_modules && rm -rf apps/*/.next" "clean": "rm package-lock.json && rm -rf node_modules && rm -rf apps/*/node_modules && rm -rf packages/*/node_modules && rm -rf apps/*/.next"
}, },
"packageManager": "npm@9.6.7", "packageManager": "npm@9.6.7",
"workspaces": [ "workspaces": [