summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/package.json
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-11-13 13:37:09 +0000
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-11-13 13:37:09 +0000
commit09a11e1d55246bfeea08c16689b966d6ae437ef5 (patch)
treebdfd7a3cda5f83b3772d3d40428973198df4f147 /opendc-web/opendc-web-ui/package.json
parentfcb3a5980606a1ab7f15fa9185f9684a7702b24f (diff)
build(web/ui): Update dependencies to latest version
This change updates the dependencies of the OpenDC web UI to latest version where possible.
Diffstat (limited to 'opendc-web/opendc-web-ui/package.json')
-rw-r--r--opendc-web/opendc-web-ui/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/opendc-web/opendc-web-ui/package.json b/opendc-web/opendc-web-ui/package.json
index 864c7527..d619228c 100644
--- a/opendc-web/opendc-web-ui/package.json
+++ b/opendc-web/opendc-web-ui/package.json
@@ -19,16 +19,16 @@
"dependencies": {
"@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",
+ "@patternfly/react-icons": "^4.92.10",
+ "@patternfly/react-table": "^4.111.33",
+ "@patternfly/react-charts": "^6.94.11",
+ "@sentry/react": "^7.19.0",
+ "@sentry/tracing": "^7.19.0",
"clsx": "^1.2.1",
"immer": "^9.0.16",
- "konva": "^8.3.13",
- "mathjs": "^11.3.2",
- "next": "^13.0.0",
+ "konva": "^8.3.14",
+ "mathjs": "^11.3.3",
+ "next": "^13.0.3",
"next-global-css": "^1.3.1",
"normalizr": "^3.6.2",
"prettier": "^2.7.1",
@@ -38,19 +38,19 @@
"react-hotkeys-hook": "^3.4.7",
"react-konva": "^18.2.3",
"react-query": "^3.39.2",
- "react-redux": "^8.0.4",
+ "react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-saga": "^1.2.1",
- "redux-thunk": "^2.4.1",
+ "redux-thunk": "^2.4.2",
"svgsaver": "^0.9.0",
"use-resize-observer": "^9.0.2",
"uuid": "^9.0.0",
"victory-errorbar": "^36.6.8"
},
"devDependencies": {
- "eslint": "^8.26.0",
- "eslint-config-next": "^13.0.0"
+ "eslint": "^8.27.0",
+ "eslint-config-next": "^13.0.3"
},
"scripts": {
"format": "prettier --write src",