aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-02-24 20:31:34 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-02-24 20:31:34 +0100
commit3ef59125f413c9e21f15b5dfae1c1f2a4635ff57 (patch)
tree3b3e495b5718ae9a8833e1b5f9fa34377a11de8f /subprojects
parentfeat(web): file open and save (diff)
downloadrefinery-3ef59125f413c9e21f15b5dfae1c1f2a4635ff57.tar.gz
refinery-3ef59125f413c9e21f15b5dfae1c1f2a4635ff57.tar.zst
refinery-3ef59125f413c9e21f15b5dfae1c1f2a4635ff57.zip
chore(deps); bump dependencies
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/frontend/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 033b55c3..73bb463d 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -48,10 +48,10 @@
48 "@lezer/highlight": "^1.2.0", 48 "@lezer/highlight": "^1.2.0",
49 "@lezer/lr": "^1.4.0", 49 "@lezer/lr": "^1.4.0",
50 "@material-icons/svg": "^1.0.33", 50 "@material-icons/svg": "^1.0.33",
51 "@mui/icons-material": "^5.15.10", 51 "@mui/icons-material": "^5.15.11",
52 "@mui/material": "^5.15.10", 52 "@mui/material": "^5.15.11",
53 "@mui/system": "^5.15.9", 53 "@mui/system": "^5.15.11",
54 "@mui/x-data-grid": "^6.19.4", 54 "@mui/x-data-grid": "^6.19.5",
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.8.5", 57 "d3": "^7.8.5",
@@ -89,14 +89,14 @@
89 "@types/ms": "^0.7.34", 89 "@types/ms": "^0.7.34",
90 "@types/node": "^20.11.20", 90 "@types/node": "^20.11.20",
91 "@types/pnpapi": "^0.0.5", 91 "@types/pnpapi": "^0.0.5",
92 "@types/react": "^18.2.57", 92 "@types/react": "^18.2.58",
93 "@types/react-dom": "^18.2.19", 93 "@types/react-dom": "^18.2.19",
94 "@typescript-eslint/eslint-plugin": "^6.21.0", 94 "@typescript-eslint/eslint-plugin": "^6.21.0",
95 "@typescript-eslint/parser": "^6.21.0", 95 "@typescript-eslint/parser": "^6.21.0",
96 "@vitejs/plugin-react-swc": "^3.6.0", 96 "@vitejs/plugin-react-swc": "^3.6.0",
97 "@xstate/cli": "^0.5.17", 97 "@xstate/cli": "^0.5.17",
98 "cross-env": "^7.0.3", 98 "cross-env": "^7.0.3",
99 "eslint": "^8.56.0", 99 "eslint": "^8.57.0",
100 "eslint-config-airbnb": "^19.0.4", 100 "eslint-config-airbnb": "^19.0.4",
101 "eslint-config-airbnb-typescript": "^17.1.0", 101 "eslint-config-airbnb-typescript": "^17.1.0",
102 "eslint-config-prettier": "^9.1.0", 102 "eslint-config-prettier": "^9.1.0",