aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-26 22:23:12 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-26 22:23:12 +0200
commit922e72086fb11b54a7237a82da88b48a8f98ade0 (patch)
treec916c7624fc1278e88a1643a8a4b8f4ebea2fa34 /subprojects/frontend
parentrefactor(frontent): improve graph drawing (diff)
downloadrefinery-922e72086fb11b54a7237a82da88b48a8f98ade0.tar.gz
refinery-922e72086fb11b54a7237a82da88b48a8f98ade0.tar.zst
refinery-922e72086fb11b54a7237a82da88b48a8f98ade0.zip
chore(deps): bump frontend dependencies
Diffstat (limited to 'subprojects/frontend')
-rw-r--r--subprojects/frontend/package.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 3ebb1542..6bc13524 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -29,10 +29,10 @@
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.9.0", 31 "@codemirror/autocomplete": "^6.9.0",
32 "@codemirror/commands": "^6.2.4", 32 "@codemirror/commands": "^6.2.5",
33 "@codemirror/language": "^6.8.0", 33 "@codemirror/language": "^6.9.0",
34 "@codemirror/lint": "^6.4.0", 34 "@codemirror/lint": "^6.4.1",
35 "@codemirror/search": "^6.5.1", 35 "@codemirror/search": "^6.5.2",
36 "@codemirror/state": "^6.2.1", 36 "@codemirror/state": "^6.2.1",
37 "@codemirror/view": "^6.16.0", 37 "@codemirror/view": "^6.16.0",
38 "@emotion/react": "^11.11.1", 38 "@emotion/react": "^11.11.1",
@@ -40,12 +40,12 @@
40 "@fontsource-variable/jetbrains-mono": "^5.0.9", 40 "@fontsource-variable/jetbrains-mono": "^5.0.9",
41 "@fontsource-variable/open-sans": "^5.0.9", 41 "@fontsource-variable/open-sans": "^5.0.9",
42 "@hpcc-js/wasm": "^2.13.1", 42 "@hpcc-js/wasm": "^2.13.1",
43 "@lezer/common": "^1.0.3", 43 "@lezer/common": "^1.0.4",
44 "@lezer/highlight": "^1.1.6", 44 "@lezer/highlight": "^1.1.6",
45 "@lezer/lr": "^1.3.9", 45 "@lezer/lr": "^1.3.10",
46 "@material-icons/svg": "^1.0.33", 46 "@material-icons/svg": "^1.0.33",
47 "@mui/icons-material": "5.14.3", 47 "@mui/icons-material": "5.14.6",
48 "@mui/material": "5.14.5", 48 "@mui/material": "5.14.6",
49 "ansi-styles": "^6.2.1", 49 "ansi-styles": "^6.2.1",
50 "csstype": "^3.1.2", 50 "csstype": "^3.1.2",
51 "d3": "^7.8.5", 51 "d3": "^7.8.5",
@@ -57,7 +57,7 @@
57 "loglevel": "^1.8.1", 57 "loglevel": "^1.8.1",
58 "loglevel-plugin-prefix": "^0.8.4", 58 "loglevel-plugin-prefix": "^0.8.4",
59 "mobx": "^6.10.0", 59 "mobx": "^6.10.0",
60 "mobx-react-lite": "^4.0.3", 60 "mobx-react-lite": "^4.0.4",
61 "ms": "^2.1.3", 61 "ms": "^2.1.3",
62 "nanoid": "^4.0.2", 62 "nanoid": "^4.0.2",
63 "notistack": "^3.0.1", 63 "notistack": "^3.0.1",
@@ -65,45 +65,45 @@
65 "react-dom": "^18.2.0", 65 "react-dom": "^18.2.0",
66 "react-resize-detector": "^9.1.0", 66 "react-resize-detector": "^9.1.0",
67 "xstate": "^4.38.2", 67 "xstate": "^4.38.2",
68 "zod": "^3.22.0" 68 "zod": "^3.22.2"
69 }, 69 },
70 "devDependencies": { 70 "devDependencies": {
71 "@lezer/generator": "^1.4.0", 71 "@lezer/generator": "^1.5.0",
72 "@types/d3": "^7.4.0", 72 "@types/d3": "^7.4.0",
73 "@types/d3-graphviz": "^2.6.7", 73 "@types/d3-graphviz": "^2.6.7",
74 "@types/d3-selection": "^3.0.5", 74 "@types/d3-selection": "^3.0.6",
75 "@types/d3-zoom": "^3.0.4", 75 "@types/d3-zoom": "^3.0.4",
76 "@types/eslint": "^8.44.2", 76 "@types/eslint": "^8.44.2",
77 "@types/html-minifier-terser": "^7.0.0", 77 "@types/html-minifier-terser": "^7.0.0",
78 "@types/lodash-es": "^4.17.8", 78 "@types/lodash-es": "^4.17.8",
79 "@types/micromatch": "^4.0.2", 79 "@types/micromatch": "^4.0.2",
80 "@types/ms": "^0.7.31", 80 "@types/ms": "^0.7.31",
81 "@types/node": "^20.5.0", 81 "@types/node": "^20.5.6",
82 "@types/pnpapi": "^0.0.2", 82 "@types/pnpapi": "^0.0.2",
83 "@types/prettier": "^3.0.0", 83 "@types/prettier": "^3.0.0",
84 "@types/react": "^18.2.20", 84 "@types/react": "^18.2.21",
85 "@types/react-dom": "^18.2.7", 85 "@types/react-dom": "^18.2.7",
86 "@typescript-eslint/eslint-plugin": "^6.4.0", 86 "@typescript-eslint/eslint-plugin": "^6.4.1",
87 "@typescript-eslint/parser": "^6.4.0", 87 "@typescript-eslint/parser": "^6.4.1",
88 "@vitejs/plugin-react-swc": "^3.3.2", 88 "@vitejs/plugin-react-swc": "^3.3.2",
89 "@xstate/cli": "^0.5.2", 89 "@xstate/cli": "^0.5.2",
90 "cross-env": "^7.0.3", 90 "cross-env": "^7.0.3",
91 "eslint": "^8.47.0", 91 "eslint": "^8.48.0",
92 "eslint-config-airbnb": "^19.0.4", 92 "eslint-config-airbnb": "^19.0.4",
93 "eslint-config-airbnb-typescript": "^17.1.0", 93 "eslint-config-airbnb-typescript": "^17.1.0",
94 "eslint-config-prettier": "^9.0.0", 94 "eslint-config-prettier": "^9.0.0",
95 "eslint-import-resolver-typescript": "^3.6.0", 95 "eslint-import-resolver-typescript": "^3.6.0",
96 "eslint-plugin-import": "^2.28.0", 96 "eslint-plugin-import": "^2.28.1",
97 "eslint-plugin-jsx-a11y": "^6.7.1", 97 "eslint-plugin-jsx-a11y": "^6.7.1",
98 "eslint-plugin-mobx": "^0.0.9", 98 "eslint-plugin-mobx": "^0.0.9",
99 "eslint-plugin-prettier": "^5.0.0", 99 "eslint-plugin-prettier": "^5.0.0",
100 "eslint-plugin-react": "^7.33.1", 100 "eslint-plugin-react": "^7.33.2",
101 "eslint-plugin-react-hooks": "^4.6.0", 101 "eslint-plugin-react-hooks": "^4.6.0",
102 "html-minifier-terser": "^7.2.0", 102 "html-minifier-terser": "^7.2.0",
103 "micromatch": "^4.0.5", 103 "micromatch": "^4.0.5",
104 "pnpapi": "^0.0.0", 104 "pnpapi": "^0.0.0",
105 "prettier": "^3.0.1", 105 "prettier": "^3.0.2",
106 "typescript": "5.1.6", 106 "typescript": "5.2.2",
107 "vite": "^4.4.9", 107 "vite": "^4.4.9",
108 "vite-plugin-pwa": "^0.16.4", 108 "vite-plugin-pwa": "^0.16.4",
109 "workbox-window": "^7.0.0" 109 "workbox-window": "^7.0.0"