aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-26 19:51:29 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-26 19:51:29 +0200
commit4b3b4f027a8697624834b898bc842eec7bd769af (patch)
treee75c6a951aa106c12dd08b8d8910357d5cf75533 /subprojects
parentbuild: reduce ESLint performance cost (diff)
downloadrefinery-4b3b4f027a8697624834b898bc842eec7bd769af.tar.gz
refinery-4b3b4f027a8697624834b898bc842eec7bd769af.tar.zst
refinery-4b3b4f027a8697624834b898bc842eec7bd769af.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/frontend/package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 7271c8c5..b46e5c9d 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -32,9 +32,9 @@
32 "@codemirror/commands": "^6.2.3", 32 "@codemirror/commands": "^6.2.3",
33 "@codemirror/language": "^6.6.0", 33 "@codemirror/language": "^6.6.0",
34 "@codemirror/lint": "^6.2.1", 34 "@codemirror/lint": "^6.2.1",
35 "@codemirror/search": "^6.3.0", 35 "@codemirror/search": "^6.4.0",
36 "@codemirror/state": "^6.2.0", 36 "@codemirror/state": "^6.2.0",
37 "@codemirror/view": "^6.9.6", 37 "@codemirror/view": "^6.10.0",
38 "@emotion/react": "^11.10.6", 38 "@emotion/react": "^11.10.6",
39 "@emotion/styled": "^11.10.6", 39 "@emotion/styled": "^11.10.6",
40 "@fontsource/inter": "^4.5.15", 40 "@fontsource/inter": "^4.5.15",
@@ -44,7 +44,7 @@
44 "@lezer/lr": "^1.3.4", 44 "@lezer/lr": "^1.3.4",
45 "@material-icons/svg": "^1.0.33", 45 "@material-icons/svg": "^1.0.33",
46 "@mui/icons-material": "5.11.16", 46 "@mui/icons-material": "5.11.16",
47 "@mui/material": "5.12.1", 47 "@mui/material": "5.12.2",
48 "@vitejs/plugin-react-swc": "^3.3.0", 48 "@vitejs/plugin-react-swc": "^3.3.0",
49 "ansi-styles": "^6.2.1", 49 "ansi-styles": "^6.2.1",
50 "csstype": "^3.1.2", 50 "csstype": "^3.1.2",
@@ -59,7 +59,7 @@
59 "notistack": "^3.0.1", 59 "notistack": "^3.0.1",
60 "react": "^18.2.0", 60 "react": "^18.2.0",
61 "react-dom": "^18.2.0", 61 "react-dom": "^18.2.0",
62 "xstate": "^4.37.1", 62 "xstate": "^4.37.2",
63 "zod": "^3.21.4" 63 "zod": "^3.21.4"
64 }, 64 },
65 "devDependencies": { 65 "devDependencies": {
@@ -69,10 +69,10 @@
69 "@types/lodash-es": "^4.17.7", 69 "@types/lodash-es": "^4.17.7",
70 "@types/micromatch": "^4.0.2", 70 "@types/micromatch": "^4.0.2",
71 "@types/ms": "^0.7.31", 71 "@types/ms": "^0.7.31",
72 "@types/node": "^18.16.0", 72 "@types/node": "^18.16.1",
73 "@types/prettier": "^2.7.2", 73 "@types/prettier": "^2.7.2",
74 "@types/react": "^18.0.38", 74 "@types/react": "^18.2.0",
75 "@types/react-dom": "^18.0.11", 75 "@types/react-dom": "^18.2.1",
76 "@typescript-eslint/eslint-plugin": "^5.59.1", 76 "@typescript-eslint/eslint-plugin": "^5.59.1",
77 "@typescript-eslint/parser": "^5.59.1", 77 "@typescript-eslint/parser": "^5.59.1",
78 "@xstate/cli": "^0.4.2", 78 "@xstate/cli": "^0.4.2",
@@ -92,7 +92,7 @@
92 "micromatch": "^4.0.5", 92 "micromatch": "^4.0.5",
93 "prettier": "^2.8.8", 93 "prettier": "^2.8.8",
94 "typescript": "5.0.4", 94 "typescript": "5.0.4",
95 "vite": "^4.3.1", 95 "vite": "^4.3.3",
96 "vite-plugin-pwa": "^0.14.7", 96 "vite-plugin-pwa": "^0.14.7",
97 "workbox-window": "^6.5.4" 97 "workbox-window": "^6.5.4"
98 } 98 }