Update deps for webpack

This commit is contained in:
Paul Bienkowski 2021-11-25 20:13:10 +01:00
parent 93678375c2
commit b06b7ba1ad
4 changed files with 25990 additions and 4689 deletions

View file

@ -4,7 +4,7 @@
# Build the frontend AS builder
#############################################
FROM node:14 as frontend-builder
FROM node:17 as frontend-builder
WORKDIR /opt/obs/frontend
ADD frontend/package.json frontend/package-lock.json /opt/obs/frontend/

View file

@ -1,4 +1,4 @@
FROM node:14
FROM node:17
WORKDIR /opt/obs/frontend
ADD package.json package-lock.json /opt/obs/frontend/

30621
frontend/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -3,34 +3,34 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.45",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"@types/jest": "^26.0.24",
"@types/node": "^14.17.34",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"classnames": "^2.3.1",
"downloadjs": "^1.4.7",
"luxon": "^1.27.0",
"maplibre-gl": "^2.0.0-pre.1",
"node-sass": "^4.14.1",
"luxon": "^1.28.0",
"maplibre-gl": "^1.15.2",
"pkce": "^1.0.0-beta2",
"proj4": "^2.7.2",
"proj4": "^2.7.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^6.15.7",
"react-hook-form": "^6.15.8",
"react-map-gl": "^6.1.17",
"react-markdown": "^5.0.3",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"redux": "^4.1.0",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"redux": "^4.1.2",
"redux-localstorage": "^0.4.1",
"rxjs": "^6.6.7",
"rxjs-hooks": "^0.6.2",
"semantic-ui-react": "^2.0.3",
"typescript": "^4.2.4",
"sass": "^1.43.5",
"semantic-ui-react": "^2.0.4",
"typescript": "^4.5.2",
"web-vitals": "^0.2.4"
},
"scripts": {
@ -59,11 +59,11 @@
},
"proxy": "http://api:3000",
"devDependencies": {
"@craco/craco": "^6.1.2",
"@semantic-ui-react/craco-less": "^1.2.1",
"@types/lodash": "^4.14.169",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@craco/craco": "^6.4.2",
"@semantic-ui-react/craco-less": "^1.2.3",
"@types/lodash": "^4.14.177",
"@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.2",
"semantic-ui-less": "^2.4.1"
}
}