aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-01 19:37:01 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-01 20:17:48 +0200
commit172e6dc75014ffb6b03dbf99c76283e23e0daae6 (patch)
tree51ef2a56ec9bd591293d16757363c9b3ddf2905c /subprojects/frontend
parentrefactor(reasoning): candidate view should always be a refinement of partial (diff)
downloadrefinery-172e6dc75014ffb6b03dbf99c76283e23e0daae6.tar.gz
refinery-172e6dc75014ffb6b03dbf99c76283e23e0daae6.tar.zst
refinery-172e6dc75014ffb6b03dbf99c76283e23e0daae6.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects/frontend')
-rw-r--r--subprojects/frontend/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 859a4b5c..035ecfd6 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -28,7 +28,7 @@
28 }, 28 },
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.16.0", 31 "@codemirror/autocomplete": "^6.16.2",
32 "@codemirror/commands": "^6.5.0", 32 "@codemirror/commands": "^6.5.0",
33 "@codemirror/language": "^6.10.1", 33 "@codemirror/language": "^6.10.1",
34 "@codemirror/lint": "^6.8.0", 34 "@codemirror/lint": "^6.8.0",
@@ -46,12 +46,12 @@
46 "@hpcc-js/wasm": "^2.16.2", 46 "@hpcc-js/wasm": "^2.16.2",
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.1",
50 "@material-icons/svg": "^1.0.33", 50 "@material-icons/svg": "^1.0.33",
51 "@mui/icons-material": "^5.15.18", 51 "@mui/icons-material": "^5.15.19",
52 "@mui/material": "^5.15.18", 52 "@mui/material": "^5.15.19",
53 "@mui/system": "^5.15.15", 53 "@mui/system": "^5.15.15",
54 "@mui/x-data-grid": "^7.5.1", 54 "@mui/x-data-grid": "^7.6.1",
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",
@@ -88,7 +88,7 @@
88 "@types/lodash-es": "^4.17.12", 88 "@types/lodash-es": "^4.17.12",
89 "@types/micromatch": "^4.0.7", 89 "@types/micromatch": "^4.0.7",
90 "@types/ms": "^0.7.34", 90 "@types/ms": "^0.7.34",
91 "@types/node": "^20.12.12", 91 "@types/node": "^20.13.0",
92 "@types/pnpapi": "^0.0.5", 92 "@types/pnpapi": "^0.0.5",
93 "@types/react": "^18.3.3", 93 "@types/react": "^18.3.3",
94 "@types/react-dom": "^18.3.0", 94 "@types/react-dom": "^18.3.0",
@@ -98,7 +98,7 @@
98 "micromatch": "^4.0.7", 98 "micromatch": "^4.0.7",
99 "pnpapi": "^0.0.0", 99 "pnpapi": "^0.0.0",
100 "typescript": "5.4.5", 100 "typescript": "5.4.5",
101 "vite": "^5.2.11", 101 "vite": "^5.2.12",
102 "vite-plugin-pwa": "^0.20.0", 102 "vite-plugin-pwa": "^0.20.0",
103 "workbox-window": "^7.1.0" 103 "workbox-window": "^7.1.0"
104 } 104 }