Back to Next 13.4.3

This commit is contained in:
Darren Clarke 2023-05-26 10:14:13 +00:00
parent 67b9b3e20a
commit 842dd95e43
7 changed files with 885 additions and 499 deletions

View file

@ -51,7 +51,7 @@
"babel-loader": "^9.1.2",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.3",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",

View file

@ -44,7 +44,7 @@
"babel-loader": "^9.1.2",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.3",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",

View file

@ -41,7 +41,7 @@
"fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --list-different"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.3",
"@next/eslint-plugin-next": "^13.4.4",
"@types/hapi__wreck": "17.0.1",
"@types/react": "18.2.7",
"@types/react-mic": "12.4.3",

View file

@ -2,6 +2,7 @@ FROM zammad/zammad-docker-compose:5.4.1 AS builder
RUN mkdir -p /opt/zammad/contrib/link/addons
COPY addons ${ZAMMAD_TMP_DIR}/contrib/link/addons
COPY setup.rb ${ZAMMAD_TMP_DIR}/contrib/link/setup.rb
RUN sed -i '/proxy_set_header X-Forwarded-User "";/d' ${ZAMMAD_TMP_DIR}/contrib/nginx/zammad.conf;
USER root
RUN set -ex; \

1369
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,3 @@
{
"presets": [
"@digiresilience/babel-preset-metamigo"
]
"presets": ["babel-preset-link"]
}

View file

@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/figlet": "^1.5.6",
"@types/lodash": "^4.14.194",
"@types/lodash": "^4.14.195",
"@types/node": "*",
"@types/uuid": "^9.0.1",
"camelcase-keys": "^8.0.2",
@ -42,9 +42,7 @@
"@types/hapi__hapi": "^20.0.13",
"@types/hapi__inert": "^5.2.6",
"@types/hapi__vision": "^5.5.4",
"@types/hapi-pino": "^9.1.2",
"@types/hapipal__schmervice": "^2.0.3",
"@types/joi": "^17.2.3",
"chalk": "^5.2.0",
"commander": "^10.0.1",
"convict": "^6.2.4",