aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-12-03 17:36:05 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-12-03 17:36:05 +0100
commite116072a55f70f94b06f12ad2451351773273385 (patch)
tree338b0d01cffde5086404c704743f3a052811a71c /subprojects
parentfix: lower multiplicity objective (diff)
downloadrefinery-e116072a55f70f94b06f12ad2451351773273385.tar.gz
refinery-e116072a55f70f94b06f12ad2451351773273385.tar.zst
refinery-e116072a55f70f94b06f12ad2451351773273385.zip
chore(deps): Java 21
Also bumps other dependencies.
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/frontend/package.json52
-rw-r--r--subprojects/frontend/types/node/@lezer-generator-rollup.d.ts4
-rw-r--r--subprojects/frontend/vite.config.ts2
3 files changed, 29 insertions, 29 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index e710a506..f55093ce 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -28,26 +28,26 @@
28 }, 28 },
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.11.0", 31 "@codemirror/autocomplete": "^6.11.1",
32 "@codemirror/commands": "^6.3.0", 32 "@codemirror/commands": "^6.3.2",
33 "@codemirror/language": "^6.9.2", 33 "@codemirror/language": "^6.9.3",
34 "@codemirror/lint": "^6.4.2", 34 "@codemirror/lint": "^6.4.2",
35 "@codemirror/search": "^6.5.4", 35 "@codemirror/search": "^6.5.5",
36 "@codemirror/state": "^6.3.1", 36 "@codemirror/state": "^6.3.2",
37 "@codemirror/view": "^6.22.0", 37 "@codemirror/view": "^6.22.1",
38 "@emotion/react": "^11.11.1", 38 "@emotion/react": "^11.11.1",
39 "@emotion/styled": "^11.11.0", 39 "@emotion/styled": "^11.11.0",
40 "@fontsource-variable/jetbrains-mono": "^5.0.18", 40 "@fontsource-variable/jetbrains-mono": "^5.0.18",
41 "@fontsource-variable/open-sans": "^5.0.18", 41 "@fontsource-variable/open-sans": "^5.0.18",
42 "@hpcc-js/wasm": "^2.14.1", 42 "@hpcc-js/wasm": "^2.15.0",
43 "@lezer/common": "^1.1.1", 43 "@lezer/common": "^1.1.1",
44 "@lezer/highlight": "^1.2.0", 44 "@lezer/highlight": "^1.2.0",
45 "@lezer/lr": "^1.3.14", 45 "@lezer/lr": "^1.3.14",
46 "@material-icons/svg": "^1.0.33", 46 "@material-icons/svg": "^1.0.33",
47 "@mui/icons-material": "5.14.18", 47 "@mui/icons-material": "5.14.19",
48 "@mui/material": "5.14.18", 48 "@mui/material": "5.14.19",
49 "@mui/system": "^5.14.18", 49 "@mui/system": "^5.14.19",
50 "@mui/x-data-grid": "^6.18.1", 50 "@mui/x-data-grid": "^6.18.2",
51 "ansi-styles": "^6.2.1", 51 "ansi-styles": "^6.2.1",
52 "csstype": "^3.1.2", 52 "csstype": "^3.1.2",
53 "d3": "^7.8.5", 53 "d3": "^7.8.5",
@@ -58,10 +58,10 @@
58 "lodash-es": "^4.17.21", 58 "lodash-es": "^4.17.21",
59 "loglevel": "^1.8.1", 59 "loglevel": "^1.8.1",
60 "loglevel-plugin-prefix": "^0.8.4", 60 "loglevel-plugin-prefix": "^0.8.4",
61 "mobx": "^6.11.0", 61 "mobx": "^6.12.0",
62 "mobx-react-lite": "^4.0.5", 62 "mobx-react-lite": "^4.0.5",
63 "ms": "^2.1.3", 63 "ms": "^2.1.3",
64 "nanoid": "^5.0.3", 64 "nanoid": "^5.0.4",
65 "notistack": "^3.0.1", 65 "notistack": "^3.0.1",
66 "react": "^18.2.0", 66 "react": "^18.2.0",
67 "react-dom": "^18.2.0", 67 "react-dom": "^18.2.0",
@@ -75,24 +75,24 @@
75 "@types/d3-graphviz": "^2.6.10", 75 "@types/d3-graphviz": "^2.6.10",
76 "@types/d3-selection": "^3.0.10", 76 "@types/d3-selection": "^3.0.10",
77 "@types/d3-zoom": "^3.0.8", 77 "@types/d3-zoom": "^3.0.8",
78 "@types/eslint": "^8.44.7", 78 "@types/eslint": "^8.44.8",
79 "@types/html-minifier-terser": "^7.0.2", 79 "@types/html-minifier-terser": "^7.0.2",
80 "@types/lodash-es": "^4.17.11", 80 "@types/lodash-es": "^4.17.12",
81 "@types/micromatch": "^4.0.5", 81 "@types/micromatch": "^4.0.6",
82 "@types/ms": "^0.7.34", 82 "@types/ms": "^0.7.34",
83 "@types/node": "^20.9.2", 83 "@types/node": "^20.10.2",
84 "@types/pnpapi": "^0.0.5", 84 "@types/pnpapi": "^0.0.5",
85 "@types/react": "^18.2.37", 85 "@types/react": "^18.2.41",
86 "@types/react-dom": "^18.2.15", 86 "@types/react-dom": "^18.2.17",
87 "@typescript-eslint/eslint-plugin": "^6.11.0", 87 "@typescript-eslint/eslint-plugin": "^6.13.1",
88 "@typescript-eslint/parser": "^6.11.0", 88 "@typescript-eslint/parser": "^6.13.1",
89 "@vitejs/plugin-react-swc": "^3.5.0", 89 "@vitejs/plugin-react-swc": "^3.5.0",
90 "@xstate/cli": "^0.5.11", 90 "@xstate/cli": "^0.5.11",
91 "cross-env": "^7.0.3", 91 "cross-env": "^7.0.3",
92 "eslint": "^8.54.0", 92 "eslint": "^8.55.0",
93 "eslint-config-airbnb": "^19.0.4", 93 "eslint-config-airbnb": "^19.0.4",
94 "eslint-config-airbnb-typescript": "^17.1.0", 94 "eslint-config-airbnb-typescript": "^17.1.0",
95 "eslint-config-prettier": "^9.0.0", 95 "eslint-config-prettier": "^9.1.0",
96 "eslint-import-resolver-typescript": "^3.6.1", 96 "eslint-import-resolver-typescript": "^3.6.1",
97 "eslint-plugin-import": "^2.29.0", 97 "eslint-plugin-import": "^2.29.0",
98 "eslint-plugin-jsx-a11y": "^6.8.0", 98 "eslint-plugin-jsx-a11y": "^6.8.0",
@@ -104,9 +104,9 @@
104 "micromatch": "^4.0.5", 104 "micromatch": "^4.0.5",
105 "pnpapi": "^0.0.0", 105 "pnpapi": "^0.0.0",
106 "prettier": "^3.1.0", 106 "prettier": "^3.1.0",
107 "typescript": "5.2.2", 107 "typescript": "5.3.2",
108 "vite": "^5.0.0", 108 "vite": "^5.0.4",
109 "vite-plugin-pwa": "^0.17.0", 109 "vite-plugin-pwa": "^0.17.2",
110 "workbox-window": "^7.0.0" 110 "workbox-window": "^7.0.0"
111 } 111 }
112} 112}
diff --git a/subprojects/frontend/types/node/@lezer-generator-rollup.d.ts b/subprojects/frontend/types/node/@lezer-generator-rollup.d.ts
index ce89a44c..cba76c44 100644
--- a/subprojects/frontend/types/node/@lezer-generator-rollup.d.ts
+++ b/subprojects/frontend/types/node/@lezer-generator-rollup.d.ts
@@ -8,7 +8,7 @@
8// We have to explicitly redeclare the type of the `./rollup` ESM export of `@lezer/generator`, 8// We have to explicitly redeclare the type of the `./rollup` ESM export of `@lezer/generator`,
9// because TypeScript can't find it on its own even with `"moduleResolution": "Node16"`. 9// because TypeScript can't find it on its own even with `"moduleResolution": "Node16"`.
10declare module '@lezer/generator/rollup' { 10declare module '@lezer/generator/rollup' {
11 import type { PluginOptions } from 'vite'; 11 import type { PluginOption } from 'vite';
12 12
13 export function lezer(): PluginOptions; 13 export function lezer(): PluginOption;
14} 14}
diff --git a/subprojects/frontend/vite.config.ts b/subprojects/frontend/vite.config.ts
index 63d5245f..fffaae20 100644
--- a/subprojects/frontend/vite.config.ts
+++ b/subprojects/frontend/vite.config.ts
@@ -63,7 +63,7 @@ const viteConfig: ViteConfig = {
63 includeAssets: ['apple-touch-icon.png', 'favicon.svg'], 63 includeAssets: ['apple-touch-icon.png', 'favicon.svg'],
64 manifest, 64 manifest,
65 }), 65 }),
66 ...devModePlugins, 66 devModePlugins,
67 ], 67 ],
68 base: '', 68 base: '',
69 define: { 69 define: {