From 8fe6d4b9abe14fdc84f5b7a41e8f6e956f03b0dc Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 18 Jun 2023 17:39:27 +0200 Subject: chore(deps): bump dependencies --- subprojects/frontend/index.html | 6 +-- subprojects/frontend/package.json | 60 ++++++++++++------------ subprojects/frontend/src/theme/ThemeProvider.tsx | 4 +- 3 files changed, 35 insertions(+), 35 deletions(-) (limited to 'subprojects/frontend') 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 @@ 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 @@ }, "homepage": "https://refinery.tools", "dependencies": { - "@codemirror/autocomplete": "^6.5.1", - "@codemirror/commands": "^6.2.3", - "@codemirror/language": "^6.6.0", - "@codemirror/lint": "^6.2.1", - "@codemirror/search": "^6.4.0", - "@codemirror/state": "^6.2.0", - "@codemirror/view": "^6.10.0", - "@emotion/react": "^11.10.6", - "@emotion/styled": "^11.10.6", - "@fontsource/inter": "^4.5.15", - "@fontsource/jetbrains-mono": "^4.5.12", - "@lezer/common": "^1.0.2", - "@lezer/highlight": "^1.1.4", - "@lezer/lr": "^1.3.4", + "@codemirror/autocomplete": "^6.8.0", + "@codemirror/commands": "^6.2.4", + "@codemirror/language": "^6.8.0", + "@codemirror/lint": "^6.2.2", + "@codemirror/search": "^6.5.0", + "@codemirror/state": "^6.2.1", + "@codemirror/view": "^6.13.2", + "@emotion/react": "^11.11.1", + "@emotion/styled": "^11.11.0", + "@fontsource-variable/inter": "^5.0.3", + "@fontsource-variable/jetbrains-mono": "^5.0.3", + "@lezer/common": "^1.0.3", + "@lezer/highlight": "^1.1.6", + "@lezer/lr": "^1.3.6", "@material-icons/svg": "^1.0.33", "@mui/icons-material": "5.11.16", - "@mui/material": "5.12.2", - "@vitejs/plugin-react-swc": "^3.3.0", + "@mui/material": "5.13.5", + "@vitejs/plugin-react-swc": "^3.3.2", "ansi-styles": "^6.2.1", "csstype": "^3.1.2", "escape-string-regexp": "^5.0.0", @@ -63,21 +63,21 @@ "zod": "^3.21.4" }, "devDependencies": { - "@lezer/generator": "^1.2.2", - "@types/eslint": "^8.37.0", + "@lezer/generator": "^1.3.0", + "@types/eslint": "^8.40.2", "@types/html-minifier-terser": "^7.0.0", "@types/lodash-es": "^4.17.7", "@types/micromatch": "^4.0.2", "@types/ms": "^0.7.31", - "@types/node": "^18.16.1", - "@types/prettier": "^2.7.2", - "@types/react": "^18.2.0", - "@types/react-dom": "^18.2.1", - "@typescript-eslint/eslint-plugin": "^5.59.1", - "@typescript-eslint/parser": "^5.59.1", - "@xstate/cli": "^0.4.2", + "@types/node": "^18.16.18", + "@types/prettier": "^2.7.3", + "@types/react": "^18.2.12", + "@types/react-dom": "^18.2.5", + "@typescript-eslint/eslint-plugin": "^5.59.11", + "@typescript-eslint/parser": "^5.59.11", + "@xstate/cli": "^0.5.1", "cross-env": "^7.0.3", - "eslint": "^8.39.0", + "eslint": "^8.43.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.8.0", @@ -91,9 +91,9 @@ "html-minifier-terser": "^7.2.0", "micromatch": "^4.0.5", "prettier": "^2.8.8", - "typescript": "5.0.4", - "vite": "^4.3.3", - "vite-plugin-pwa": "^0.14.7", - "workbox-window": "^6.5.4" + "typescript": "5.1.3", + "vite": "^4.3.9", + "vite-plugin-pwa": "^0.16.4", + "workbox-window": "^7.0.0" } } 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( ...options, typography: { fontFamily: - '"InterVariable", "Inter", "Roboto", "Helvetica", "Arial", sans-serif', + '"Inter Variable", "Inter", "Roboto", "Helvetica", "Arial", sans-serif', fontWeightMedium: 600, fontWeightEditorNormal: 400, fontWeightEditorBold: 700, @@ -85,7 +85,7 @@ function createResponsiveTheme( }, editor: { fontFamily: - '"JetBrains MonoVariable", "JetBrains Mono", "Cascadia Code", "Fira Code", monospace', + '"JetBrains Mono Variable", "JetBrains Mono", "Cascadia Code", "Fira Code", monospace', fontFeatureSettings: '"liga", "calt"', // `rem` for JetBrains MonoVariable make the text too large in Safari. fontSize: '16px', -- cgit v1.2.3-70-g09d2