chore: update react 18 breaking deps (#226)

This commit is contained in:
Ludvig Lundgren 2022-04-09 23:42:32 +02:00 committed by GitHub
parent a3854ecd59
commit 99b0c9383b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9178 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# build web # build web
FROM node:16-alpine AS web-builder FROM node:16-alpine AS web-builder
WORKDIR /web WORKDIR /web
COPY web/package.json ./ COPY web/package.json web/yarn.lock ./
RUN yarn install RUN yarn install
COPY web . COPY web .
RUN yarn build RUN yarn build

View file

@ -43,6 +43,10 @@
"last 1 safari version" "last 1 safari version"
] ]
}, },
"overrides": {
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0"
},
"devDependencies": { "devDependencies": {
"@tailwindcss/forms": "^0.4.0", "@tailwindcss/forms": "^0.4.0",
"@testing-library/jest-dom": "^5.11.4", "@testing-library/jest-dom": "^5.11.4",
@ -50,8 +54,8 @@
"@testing-library/user-event": "^12.1.10", "@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15", "@types/jest": "^26.0.15",
"@types/node": "^12.0.0", "@types/node": "^12.0.0",
"@types/react": "^17.0.0", "@types/react": "17.0.0",
"@types/react-dom": "^17.0.0", "@types/react-dom": "17.0.0",
"@types/react-router-dom": "^5.1.7", "@types/react-router-dom": "^5.1.7",
"@types/react-table": "^7.7.7", "@types/react-table": "^7.7.7",
"@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/eslint-plugin": "^5.10.2",
@ -120,4 +124,4 @@
}, },
"globals": {} "globals": {}
} }
} }

9170
web/yarn.lock Normal file

File diff suppressed because it is too large Load diff