aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-06-18 17:39:27 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-06-18 17:49:03 +0200
commit8fe6d4b9abe14fdc84f5b7a41e8f6e956f03b0dc (patch)
tree6d6e342b019a1f3ad0baae710cf520a5dffe4b9e /subprojects/frontend
parentrefactor: prefer Query.of over Dnf.of (diff)
downloadrefinery-8fe6d4b9abe14fdc84f5b7a41e8f6e956f03b0dc.tar.gz
refinery-8fe6d4b9abe14fdc84f5b7a41e8f6e956f03b0dc.tar.zst
refinery-8fe6d4b9abe14fdc84f5b7a41e8f6e956f03b0dc.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects/frontend')
-rw-r--r--subprojects/frontend/index.html6
-rw-r--r--subprojects/frontend/package.json60
-rw-r--r--subprojects/frontend/src/theme/ThemeProvider.tsx4
3 files changed, 35 insertions, 35 deletions
diff --git a/subprojects/frontend/index.html b/subprojects/frontend/index.html
index e1d2bf14..1bf3472e 100644
--- a/subprojects/frontend/index.html
+++ b/subprojects/frontend/index.html
@@ -18,9 +18,9 @@
18 <meta name="theme-color" media="(prefers-color-scheme:light)" content="#f5f5f5"> 18 <meta name="theme-color" media="(prefers-color-scheme:light)" content="#f5f5f5">
19 <meta name="theme-color" media="(prefers-color-scheme:dark)" content="#21252b"> 19 <meta name="theme-color" media="(prefers-color-scheme:dark)" content="#21252b">
20 <style> 20 <style>
21 @import '@fontsource/inter/variable.css'; 21 @import '@fontsource-variable/inter/wght.css';
22 @import '@fontsource/jetbrains-mono/variable.css'; 22 @import '@fontsource-variable/jetbrains-mono/wght.css';
23 @import '@fontsource/jetbrains-mono/variable-italic.css'; 23 @import '@fontsource-variable/jetbrains-mono/wght-italic.css';
24 </style> 24 </style>
25 </head> 25 </head>
26 <body> 26 <body>
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index b46e5c9d..ba8a0a58 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -28,24 +28,24 @@
28 }, 28 },
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.5.1", 31 "@codemirror/autocomplete": "^6.8.0",
32 "@codemirror/commands": "^6.2.3", 32 "@codemirror/commands": "^6.2.4",
33 "@codemirror/language": "^6.6.0", 33 "@codemirror/language": "^6.8.0",
34 "@codemirror/lint": "^6.2.1", 34 "@codemirror/lint": "^6.2.2",
35 "@codemirror/search": "^6.4.0", 35 "@codemirror/search": "^6.5.0",
36 "@codemirror/state": "^6.2.0", 36 "@codemirror/state": "^6.2.1",
37 "@codemirror/view": "^6.10.0", 37 "@codemirror/view": "^6.13.2",
38 "@emotion/react": "^11.10.6", 38 "@emotion/react": "^11.11.1",
39 "@emotion/styled": "^11.10.6", 39 "@emotion/styled": "^11.11.0",
40 "@fontsource/inter": "^4.5.15", 40 "@fontsource-variable/inter": "^5.0.3",
41 "@fontsource/jetbrains-mono": "^4.5.12", 41 "@fontsource-variable/jetbrains-mono": "^5.0.3",
42 "@lezer/common": "^1.0.2", 42 "@lezer/common": "^1.0.3",
43 "@lezer/highlight": "^1.1.4", 43 "@lezer/highlight": "^1.1.6",
44 "@lezer/lr": "^1.3.4", 44 "@lezer/lr": "^1.3.6",
45 "@material-icons/svg": "^1.0.33", 45 "@material-icons/svg": "^1.0.33",
46 "@mui/icons-material": "5.11.16", 46 "@mui/icons-material": "5.11.16",
47 "@mui/material": "5.12.2", 47 "@mui/material": "5.13.5",
48 "@vitejs/plugin-react-swc": "^3.3.0", 48 "@vitejs/plugin-react-swc": "^3.3.2",
49 "ansi-styles": "^6.2.1", 49 "ansi-styles": "^6.2.1",
50 "csstype": "^3.1.2", 50 "csstype": "^3.1.2",
51 "escape-string-regexp": "^5.0.0", 51 "escape-string-regexp": "^5.0.0",
@@ -63,21 +63,21 @@
63 "zod": "^3.21.4" 63 "zod": "^3.21.4"
64 }, 64 },
65 "devDependencies": { 65 "devDependencies": {
66 "@lezer/generator": "^1.2.2", 66 "@lezer/generator": "^1.3.0",
67 "@types/eslint": "^8.37.0", 67 "@types/eslint": "^8.40.2",
68 "@types/html-minifier-terser": "^7.0.0", 68 "@types/html-minifier-terser": "^7.0.0",
69 "@types/lodash-es": "^4.17.7", 69 "@types/lodash-es": "^4.17.7",
70 "@types/micromatch": "^4.0.2", 70 "@types/micromatch": "^4.0.2",
71 "@types/ms": "^0.7.31", 71 "@types/ms": "^0.7.31",
72 "@types/node": "^18.16.1", 72 "@types/node": "^18.16.18",
73 "@types/prettier": "^2.7.2", 73 "@types/prettier": "^2.7.3",
74 "@types/react": "^18.2.0", 74 "@types/react": "^18.2.12",
75 "@types/react-dom": "^18.2.1", 75 "@types/react-dom": "^18.2.5",
76 "@typescript-eslint/eslint-plugin": "^5.59.1", 76 "@typescript-eslint/eslint-plugin": "^5.59.11",
77 "@typescript-eslint/parser": "^5.59.1", 77 "@typescript-eslint/parser": "^5.59.11",
78 "@xstate/cli": "^0.4.2", 78 "@xstate/cli": "^0.5.1",
79 "cross-env": "^7.0.3", 79 "cross-env": "^7.0.3",
80 "eslint": "^8.39.0", 80 "eslint": "^8.43.0",
81 "eslint-config-airbnb": "^19.0.4", 81 "eslint-config-airbnb": "^19.0.4",
82 "eslint-config-airbnb-typescript": "^17.0.0", 82 "eslint-config-airbnb-typescript": "^17.0.0",
83 "eslint-config-prettier": "^8.8.0", 83 "eslint-config-prettier": "^8.8.0",
@@ -91,9 +91,9 @@
91 "html-minifier-terser": "^7.2.0", 91 "html-minifier-terser": "^7.2.0",
92 "micromatch": "^4.0.5", 92 "micromatch": "^4.0.5",
93 "prettier": "^2.8.8", 93 "prettier": "^2.8.8",
94 "typescript": "5.0.4", 94 "typescript": "5.1.3",
95 "vite": "^4.3.3", 95 "vite": "^4.3.9",
96 "vite-plugin-pwa": "^0.14.7", 96 "vite-plugin-pwa": "^0.16.4",
97 "workbox-window": "^6.5.4" 97 "workbox-window": "^7.0.0"
98 } 98 }
99} 99}
diff --git a/subprojects/frontend/src/theme/ThemeProvider.tsx b/subprojects/frontend/src/theme/ThemeProvider.tsx
index 740e9562..78146f25 100644
--- a/subprojects/frontend/src/theme/ThemeProvider.tsx
+++ b/subprojects/frontend/src/theme/ThemeProvider.tsx
@@ -75,7 +75,7 @@ function createResponsiveTheme(
75 ...options, 75 ...options,
76 typography: { 76 typography: {
77 fontFamily: 77 fontFamily:
78 '"InterVariable", "Inter", "Roboto", "Helvetica", "Arial", sans-serif', 78 '"Inter Variable", "Inter", "Roboto", "Helvetica", "Arial", sans-serif',
79 fontWeightMedium: 600, 79 fontWeightMedium: 600,
80 fontWeightEditorNormal: 400, 80 fontWeightEditorNormal: 400,
81 fontWeightEditorBold: 700, 81 fontWeightEditorBold: 700,
@@ -85,7 +85,7 @@ function createResponsiveTheme(
85 }, 85 },
86 editor: { 86 editor: {
87 fontFamily: 87 fontFamily:
88 '"JetBrains MonoVariable", "JetBrains Mono", "Cascadia Code", "Fira Code", monospace', 88 '"JetBrains Mono Variable", "JetBrains Mono", "Cascadia Code", "Fira Code", monospace',
89 fontFeatureSettings: '"liga", "calt"', 89 fontFeatureSettings: '"liga", "calt"',
90 // `rem` for JetBrains MonoVariable make the text too large in Safari. 90 // `rem` for JetBrains MonoVariable make the text too large in Safari.
91 fontSize: '16px', 91 fontSize: '16px',