aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-03 20:28:45 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-03 20:28:45 +0200
commit859ba2b5e153bd5959fad42cbd21fd87a2643cdb (patch)
tree2bd59ac89cfb943a4f67ef290bdb23bc2468a78f /subprojects
parentfix(build): missing option in Dockerfile (diff)
downloadrefinery-859ba2b5e153bd5959fad42cbd21fd87a2643cdb.tar.gz
refinery-859ba2b5e153bd5959fad42cbd21fd87a2643cdb.tar.zst
refinery-859ba2b5e153bd5959fad42cbd21fd87a2643cdb.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/frontend/package.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 5a21069a..f7f6e8f8 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -34,16 +34,16 @@
34 "@codemirror/lint": "^6.5.0", 34 "@codemirror/lint": "^6.5.0",
35 "@codemirror/search": "^6.5.6", 35 "@codemirror/search": "^6.5.6",
36 "@codemirror/state": "^6.4.1", 36 "@codemirror/state": "^6.4.1",
37 "@codemirror/view": "^6.26.0", 37 "@codemirror/view": "^6.26.1",
38 "@emotion/cache": "^11.11.0", 38 "@emotion/cache": "^11.11.0",
39 "@emotion/react": "^11.11.4", 39 "@emotion/react": "^11.11.4",
40 "@emotion/serialize": "^1.1.3", 40 "@emotion/serialize": "^1.1.4",
41 "@emotion/styled": "^11.11.0", 41 "@emotion/styled": "^11.11.5",
42 "@emotion/utils": "^1.2.1", 42 "@emotion/utils": "^1.2.1",
43 "@fontsource-variable/jetbrains-mono": "^5.0.20", 43 "@fontsource-variable/jetbrains-mono": "^5.0.20",
44 "@fontsource-variable/open-sans": "^5.0.28", 44 "@fontsource-variable/open-sans": "^5.0.28",
45 "@fontsource/open-sans": "^5.0.27", 45 "@fontsource/open-sans": "^5.0.27",
46 "@hpcc-js/wasm": "^2.16.0", 46 "@hpcc-js/wasm": "^2.16.1",
47 "@lezer/common": "^1.2.1", 47 "@lezer/common": "^1.2.1",
48 "@lezer/highlight": "^1.2.0", 48 "@lezer/highlight": "^1.2.0",
49 "@lezer/lr": "^1.4.0", 49 "@lezer/lr": "^1.4.0",
@@ -51,7 +51,7 @@
51 "@mui/icons-material": "^5.15.14", 51 "@mui/icons-material": "^5.15.14",
52 "@mui/material": "^5.15.14", 52 "@mui/material": "^5.15.14",
53 "@mui/system": "^5.15.14", 53 "@mui/system": "^5.15.14",
54 "@mui/x-data-grid": "^7.0.0", 54 "@mui/x-data-grid": "^7.1.0",
55 "ansi-styles": "^6.2.1", 55 "ansi-styles": "^6.2.1",
56 "csstype": "^3.1.3", 56 "csstype": "^3.1.3",
57 "d3": "^7.9.0", 57 "d3": "^7.9.0",
@@ -64,8 +64,8 @@
64 "lodash-es": "^4.17.21", 64 "lodash-es": "^4.17.21",
65 "loglevel": "^1.9.1", 65 "loglevel": "^1.9.1",
66 "loglevel-plugin-prefix": "^0.8.4", 66 "loglevel-plugin-prefix": "^0.8.4",
67 "mobx": "^6.12.1", 67 "mobx": "^6.12.3",
68 "mobx-react-lite": "^4.0.6", 68 "mobx-react-lite": "^4.0.7",
69 "ms": "^2.1.3", 69 "ms": "^2.1.3",
70 "nanoid": "^5.0.6", 70 "nanoid": "^5.0.6",
71 "notistack": "^3.0.1", 71 "notistack": "^3.0.1",
@@ -83,18 +83,18 @@
83 "@types/d3-graphviz": "^2.6.10", 83 "@types/d3-graphviz": "^2.6.10",
84 "@types/d3-selection": "^3.0.10", 84 "@types/d3-selection": "^3.0.10",
85 "@types/d3-zoom": "^3.0.8", 85 "@types/d3-zoom": "^3.0.8",
86 "@types/eslint": "^8.56.6", 86 "@types/eslint": "^8.56.7",
87 "@types/html-minifier-terser": "^7.0.2", 87 "@types/html-minifier-terser": "^7.0.2",
88 "@types/jspdf": "^2.0.0", 88 "@types/jspdf": "^2.0.0",
89 "@types/lodash-es": "^4.17.12", 89 "@types/lodash-es": "^4.17.12",
90 "@types/micromatch": "^4.0.6", 90 "@types/micromatch": "^4.0.6",
91 "@types/ms": "^0.7.34", 91 "@types/ms": "^0.7.34",
92 "@types/node": "^20.11.30", 92 "@types/node": "^20.12.3",
93 "@types/pnpapi": "^0.0.5", 93 "@types/pnpapi": "^0.0.5",
94 "@types/react": "^18.2.71", 94 "@types/react": "^18.2.74",
95 "@types/react-dom": "^18.2.22", 95 "@types/react-dom": "^18.2.23",
96 "@typescript-eslint/eslint-plugin": "^7.4.0", 96 "@typescript-eslint/eslint-plugin": "^7.5.0",
97 "@typescript-eslint/parser": "^7.4.0", 97 "@typescript-eslint/parser": "^7.5.0",
98 "@vitejs/plugin-react-swc": "^3.6.0", 98 "@vitejs/plugin-react-swc": "^3.6.0",
99 "@xstate/cli": "^0.5.17", 99 "@xstate/cli": "^0.5.17",
100 "cross-env": "^7.0.3", 100 "cross-env": "^7.0.3",
@@ -114,7 +114,7 @@
114 "pnpapi": "^0.0.0", 114 "pnpapi": "^0.0.0",
115 "prettier": "^3.2.5", 115 "prettier": "^3.2.5",
116 "typescript": "5.4.3", 116 "typescript": "5.4.3",
117 "vite": "^5.2.6", 117 "vite": "^5.2.8",
118 "vite-plugin-pwa": "^0.19.7", 118 "vite-plugin-pwa": "^0.19.7",
119 "workbox-window": "^7.0.0" 119 "workbox-window": "^7.0.0"
120 } 120 }