mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
chore: update react 18 breaking deps (#226)
This commit is contained in:
parent
a3854ecd59
commit
99b0c9383b
3 changed files with 9178 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# build web
|
||||
FROM node:16-alpine AS web-builder
|
||||
WORKDIR /web
|
||||
COPY web/package.json ./
|
||||
COPY web/package.json web/yarn.lock ./
|
||||
RUN yarn install
|
||||
COPY web .
|
||||
RUN yarn build
|
||||
|
|
|
@ -43,6 +43,10 @@
|
|||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"overrides": {
|
||||
"@types/react": "17.0.0",
|
||||
"@types/react-dom": "17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/forms": "^0.4.0",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
|
@ -50,8 +54,8 @@
|
|||
"@testing-library/user-event": "^12.1.10",
|
||||
"@types/jest": "^26.0.15",
|
||||
"@types/node": "^12.0.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"@types/react": "17.0.0",
|
||||
"@types/react-dom": "17.0.0",
|
||||
"@types/react-router-dom": "^5.1.7",
|
||||
"@types/react-table": "^7.7.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
||||
|
|
9170
web/yarn.lock
Normal file
9170
web/yarn.lock
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue