App directory refactoring

This commit is contained in:
Darren Clarke 2023-06-26 10:07:12 +00:00 committed by GitHub
parent a53a26f4c0
commit b312a8c862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
153 changed files with 1532 additions and 1447 deletions

View file

@ -3,7 +3,7 @@
"version": "0.2.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.15",
"@apollo/client": "^3.7.16",
"@digiresilience/metamigo-config": "*",
"@hapi/boom": "^10.0.1",
"@hapi/wreck": "^18.0.1",
@ -14,21 +14,21 @@
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
"next": "13.4.6",
"next": "13.4.7",
"next-auth": "4.22.1",
"ra-data-graphql": "^4.11.3",
"ra-i18n-polyglot": "^4.11.3",
"ra-input-rich-text": "^4.11.3",
"ra-language-english": "^4.11.3",
"ra-i18n-polyglot": "^4.11.4",
"ra-input-rich-text": "^4.11.4",
"ra-language-english": "^4.11.4",
"ra-postgraphile": "^6.1.1",
"react": "18.2.0",
"react-admin": "^4.11.3",
"react-admin": "^4.11.4",
"react-digit-input": "^2.1.0",
"react-dom": "18.2.0",
"react-qr-code": "^2.0.11",
"react-redux": "^8.1.1",
"react-timer-hook": "^3.0.6",
"swr": "^2.1.5",
"swr": "^2.2.0",
"twilio-client": "^1.15.0"
},
"scripts": {
@ -41,9 +41,9 @@
"fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.6",
"@next/eslint-plugin-next": "^13.4.7",
"@types/hapi__wreck": "17.0.1",
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"@types/react-mic": "12.4.3",
"babel-preset-link": "*",
"eslint-config-link": "*",