diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-09-07 18:08:18 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-09-10 15:50:01 +0200 |
| commit | 8cd5ea777450dae6a86bde23dce1579016783749 (patch) | |
| tree | 45a6994cdce77f501216300e2f0510734e39d91c /opendc-web/opendc-web-ui/package.json | |
| parent | 3eda751b725448139217dc1929dca1fc354e2a4e (diff) | |
build(ui): Update dependencies
This change updates the dependencies of the OpenDC frontend module.
Diffstat (limited to 'opendc-web/opendc-web-ui/package.json')
| -rw-r--r-- | opendc-web/opendc-web-ui/package.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/opendc-web/opendc-web-ui/package.json b/opendc-web/opendc-web-ui/package.json index 8d941e88..427e3cbd 100644 --- a/opendc-web/opendc-web-ui/package.json +++ b/opendc-web/opendc-web-ui/package.json @@ -17,47 +17,47 @@ "license": "MIT", "private": true, "dependencies": { - "@auth0/auth0-react": "^1.5.0", + "@auth0/auth0-react": "^1.7.0", "@fortawesome/fontawesome-svg-core": "^1.2.35", "@fortawesome/free-brands-svg-icons": "^5.15.3", "@fortawesome/free-solid-svg-icons": "^5.15.3", "@fortawesome/react-fontawesome": "^0.1.14", - "@patternfly/react-core": "^4.135.7", - "@patternfly/react-icons": "^4.11.2", - "@patternfly/react-table": "^4.29.8", + "@patternfly/react-core": "^4.152.4", + "@patternfly/react-icons": "^4.11.14", + "@patternfly/react-table": "^4.29.58", "@sentry/react": "^5.30.0", "@sentry/tracing": "^5.30.0", - "approximate-number": "~2.0.0", - "classnames": "~2.2.5", - "husky": "~4.2.5", + "approximate-number": "^2.1.0", + "classnames": "^2.3.1", + "husky": "^4.3.8", "immer": "^9.0.6", - "konva": "~7.2.5", - "lint-staged": "~10.2.2", - "mathjs": "~7.6.0", - "next": "^11.1.1", + "konva": "^7.2.5", + "lint-staged": "^10.5.4", + "mathjs": "^7.6.0", + "next": "^11.1.2", "next-transpile-modules": "^8.0.0", "normalizr": "^3.6.1", - "prettier": "~2.0.5", - "prop-types": "~15.7.2", + "prettier": "^2.3.2", + "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-hotkeys": "^2.0.0", - "react-konva": "~17.0.2-0", - "react-query": "^3.18.1", - "react-redux": "~7.2.0", - "recharts": "~2.0.9", - "redux": "~4.0.5", + "react-konva": "^17.0.2-5", + "react-query": "^3.22.0", + "react-redux": "^7.2.5", + "recharts": "^2.1.2", + "redux": "^4.1.1", "redux-logger": "~3.0.6", "redux-saga": "~1.1.3", "redux-thunk": "~2.3.0", - "sass": "^1.32.12", - "svgsaver": "~0.9.0", - "use-resize-observer": "^7.0.0", - "uuidv4": "~6.1.1" + "sass": "^1.39.0", + "svgsaver": "^0.9.0", + "use-resize-observer": "^8.0.0", + "uuidv4": "^6.2.12" }, "devDependencies": { - "eslint": "^7.27.0", - "eslint-config-next": "^10.2.3" + "eslint": "^7.32.0", + "eslint-config-next": "^11.1.2" }, "lint-staged": { "src/**/*.{js,jsx,json}": [ |
