summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/package.json
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-10-27 11:36:19 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-10-27 11:38:06 +0200
commitd40772d2b54040a851223575e8c99eda4567f3a3 (patch)
tree8b72f12998c18636f79944ab9ed1f4503ce8e068 /opendc-web/opendc-web-ui/package.json
parent18b7ec85dde70ae0bd74d638d573daeaf3e4365f (diff)
build(web/ui): Update to Next 13 and React 18
This change updates the web interface to use Next 13 and React 18. This release has a couple breaking changes (related to links) which we have fixed accordingly.
Diffstat (limited to 'opendc-web/opendc-web-ui/package.json')
-rw-r--r--opendc-web/opendc-web-ui/package.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/opendc-web/opendc-web-ui/package.json b/opendc-web/opendc-web-ui/package.json
index 1190ff32..49d5d0a5 100644
--- a/opendc-web/opendc-web-ui/package.json
+++ b/opendc-web/opendc-web-ui/package.json
@@ -17,41 +17,41 @@
"license": "MIT",
"private": true,
"dependencies": {
- "@auth0/auth0-react": "^1.11.0",
- "@patternfly/react-core": "^4.235.7",
- "@patternfly/react-icons": "^4.86.7",
- "@patternfly/react-table": "^4.104.7",
- "@patternfly/react-charts": "^6.88.7",
- "@sentry/react": "^6.19.7",
- "@sentry/tracing": "^6.19.7",
+ "@auth0/auth0-react": "^1.12.0",
+ "@patternfly/react-core": "^4.250.1",
+ "@patternfly/react-icons": "^4.92.6",
+ "@patternfly/react-table": "^4.111.4",
+ "@patternfly/react-charts": "^6.94.7",
+ "@sentry/react": "^7.16.0",
+ "@sentry/tracing": "^7.16.0",
"clsx": "^1.2.1",
- "immer": "^9.0.15",
- "konva": "^8.3.12",
- "mathjs": "^11.2.1",
- "next": "^12.3.0",
+ "immer": "^9.0.16",
+ "konva": "^8.3.13",
+ "mathjs": "^11.3.2",
+ "next": "^13.0.0",
"next-global-css": "^1.3.1",
"normalizr": "^3.6.2",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
"react-hotkeys-hook": "^3.4.7",
- "react-konva": "^17.0.2-6",
+ "react-konva": "^18.2.3",
"react-query": "^3.39.2",
- "react-redux": "^8.0.2",
+ "react-redux": "^8.0.4",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-saga": "^1.2.1",
"redux-thunk": "^2.4.1",
- "sass": "^1.54.9",
+ "sass": "^1.55.0",
"svgsaver": "^0.9.0",
"use-resize-observer": "^9.0.2",
- "uuid": "^8.3.2",
- "victory-errorbar": "^36.6.7"
+ "uuid": "^9.0.0",
+ "victory-errorbar": "^36.6.8"
},
"devDependencies": {
- "eslint": "^8.23.1",
- "eslint-config-next": "^12.3.0"
+ "eslint": "^8.26.0",
+ "eslint-config-next": "^13.0.0"
},
"scripts": {
"format": "prettier --write src",