aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-09-08 22:29:41 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-09-11 14:06:24 +0200
commitaaa180e03aeb7eab1d1d2200cbffc51059cb51ef (patch)
tree1a7b05a89186f6117f0b54b1309148b01fb20f21 /subprojects/frontend/package.json
parentbuild(ci): fix sonar.sources in frontend (diff)
downloadrefinery-aaa180e03aeb7eab1d1d2200cbffc51059cb51ef.tar.gz
refinery-aaa180e03aeb7eab1d1d2200cbffc51059cb51ef.tar.zst
refinery-aaa180e03aeb7eab1d1d2200cbffc51059cb51ef.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 0de7ce47..4ecf2efb 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -40,7 +40,7 @@
40 "@material-icons/svg": "^1.0.33", 40 "@material-icons/svg": "^1.0.33",
41 "@mui/icons-material": "5.10.3", 41 "@mui/icons-material": "5.10.3",
42 "@mui/material": "5.10.4", 42 "@mui/material": "5.10.4",
43 "ansi-styles": "^6.1.0", 43 "ansi-styles": "^6.1.1",
44 "escape-string-regexp": "^5.0.0", 44 "escape-string-regexp": "^5.0.0",
45 "lodash-es": "^4.17.21", 45 "lodash-es": "^4.17.21",
46 "loglevel": "^1.8.0", 46 "loglevel": "^1.8.0",
@@ -52,7 +52,7 @@
52 "notistack": "^2.0.5", 52 "notistack": "^2.0.5",
53 "react": "^18.2.0", 53 "react": "^18.2.0",
54 "react-dom": "^18.2.0", 54 "react-dom": "^18.2.0",
55 "xstate": "^4.33.5", 55 "xstate": "^4.33.6",
56 "zod": "^3.19.0" 56 "zod": "^3.19.0"
57 }, 57 },
58 "devDependencies": { 58 "devDependencies": {
@@ -63,7 +63,7 @@
63 "@types/ms": "^0.7.31", 63 "@types/ms": "^0.7.31",
64 "@types/node": "^18.7.16", 64 "@types/node": "^18.7.16",
65 "@types/prettier": "^2.7.0", 65 "@types/prettier": "^2.7.0",
66 "@types/react": "^18.0.18", 66 "@types/react": "^18.0.19",
67 "@types/react-dom": "^18.0.6", 67 "@types/react-dom": "^18.0.6",
68 "@typescript-eslint/eslint-plugin": "^5.36.2", 68 "@typescript-eslint/eslint-plugin": "^5.36.2",
69 "@typescript-eslint/parser": "^5.36.2", 69 "@typescript-eslint/parser": "^5.36.2",
@@ -79,11 +79,11 @@
79 "eslint-plugin-jsx-a11y": "^6.6.1", 79 "eslint-plugin-jsx-a11y": "^6.6.1",
80 "eslint-plugin-mobx": "^0.0.9", 80 "eslint-plugin-mobx": "^0.0.9",
81 "eslint-plugin-prettier": "^4.2.1", 81 "eslint-plugin-prettier": "^4.2.1",
82 "eslint-plugin-react": "^7.31.7", 82 "eslint-plugin-react": "^7.31.8",
83 "eslint-plugin-react-hooks": "^4.6.0", 83 "eslint-plugin-react-hooks": "^4.6.0",
84 "html-minifier-terser": "^7.0.0", 84 "html-minifier-terser": "^7.0.0",
85 "prettier": "^2.7.1", 85 "prettier": "^2.7.1",
86 "typescript": "~4.8.2", 86 "typescript": "~4.8.3",
87 "vite": "^3.1.0", 87 "vite": "^3.1.0",
88 "vite-plugin-inject-preload": "^1.1.0", 88 "vite-plugin-inject-preload": "^1.1.0",
89 "vite-plugin-pwa": "^0.12.7", 89 "vite-plugin-pwa": "^0.12.7",