aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-16 21:14:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-16 21:14:50 +0200
commit19cd11118cde7160cd447c81bc965007c0437479 (patch)
tree5fea613e7a46d69380995368a68cc72f186078a4 /subprojects/frontend/package.json
parentchore(deps): bump frontend dependencies (diff)
downloadrefinery-19cd11118cde7160cd447c81bc965007c0437479.tar.gz
refinery-19cd11118cde7160cd447c81bc965007c0437479.tar.zst
refinery-19cd11118cde7160cd447c81bc965007c0437479.zip
refactor(frondend): improve editor store and theme
Also bumps frontend dependencies.
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index d438c104..69ff74c6 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -26,7 +26,7 @@
26 "@codemirror/commands": "^6.0.1", 26 "@codemirror/commands": "^6.0.1",
27 "@codemirror/language": "^6.2.1", 27 "@codemirror/language": "^6.2.1",
28 "@codemirror/lint": "^6.0.0", 28 "@codemirror/lint": "^6.0.0",
29 "@codemirror/search": "^6.0.1", 29 "@codemirror/search": "^6.1.0",
30 "@codemirror/state": "^6.1.1", 30 "@codemirror/state": "^6.1.1",
31 "@codemirror/view": "^6.2.0", 31 "@codemirror/view": "^6.2.0",
32 "@emotion/react": "^11.10.0", 32 "@emotion/react": "^11.10.0",
@@ -36,9 +36,10 @@
36 "@fontsource/roboto": "^4.5.8", 36 "@fontsource/roboto": "^4.5.8",
37 "@lezer/common": "^1.0.0", 37 "@lezer/common": "^1.0.0",
38 "@lezer/highlight": "^1.0.0", 38 "@lezer/highlight": "^1.0.0",
39 "@lezer/lr": "^1.2.2", 39 "@lezer/lr": "^1.2.3",
40 "@material-icons/svg": "^1.0.32",
40 "@mui/icons-material": "5.8.4", 41 "@mui/icons-material": "5.8.4",
41 "@mui/material": "5.10.0", 42 "@mui/material": "5.10.1",
42 "ansi-styles": "^6.1.0", 43 "ansi-styles": "^6.1.0",
43 "escape-string-regexp": "^5.0.0", 44 "escape-string-regexp": "^5.0.0",
44 "loglevel": "^1.8.0", 45 "loglevel": "^1.8.0",
@@ -53,12 +54,12 @@
53 "devDependencies": { 54 "devDependencies": {
54 "@lezer/generator": "^1.1.1", 55 "@lezer/generator": "^1.1.1",
55 "@types/eslint": "^8.4.5", 56 "@types/eslint": "^8.4.5",
56 "@types/node": "^18.7.4", 57 "@types/node": "^18.7.6",
57 "@types/prettier": "^2.7.0", 58 "@types/prettier": "^2.7.0",
58 "@types/react": "^18.0.17", 59 "@types/react": "^18.0.17",
59 "@types/react-dom": "^18.0.6", 60 "@types/react-dom": "^18.0.6",
60 "@typescript-eslint/eslint-plugin": "^5.33.0", 61 "@typescript-eslint/eslint-plugin": "^5.33.1",
61 "@typescript-eslint/parser": "^5.33.0", 62 "@typescript-eslint/parser": "^5.33.1",
62 "@vitejs/plugin-react": "^2.0.1", 63 "@vitejs/plugin-react": "^2.0.1",
63 "cross-env": "^7.0.3", 64 "cross-env": "^7.0.3",
64 "eslint": "^8.22.0", 65 "eslint": "^8.22.0",
@@ -73,7 +74,7 @@
73 "eslint-plugin-react-hooks": "^4.6.0", 74 "eslint-plugin-react-hooks": "^4.6.0",
74 "prettier": "^2.7.1", 75 "prettier": "^2.7.1",
75 "typescript": "~4.7.4", 76 "typescript": "~4.7.4",
76 "vite": "^3.0.7", 77 "vite": "^3.0.8",
77 "vite-plugin-inject-preload": "^1.0.1" 78 "vite-plugin-inject-preload": "^1.0.1"
78 } 79 }
79} 80}