aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-25 22:18:30 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-26 17:45:15 +0200
commit58732a90187e6c4ab020ca75a13d2c4d0be57e06 (patch)
tree63a662c3720e12ec5a33d74411813c924e22a4c2 /subprojects/frontend/package.json
parentrefactor(frontend): extract xtextStateId tracking (diff)
downloadrefinery-58732a90187e6c4ab020ca75a13d2c4d0be57e06.tar.gz
refinery-58732a90187e6c4ab020ca75a13d2c4d0be57e06.tar.zst
refinery-58732a90187e6c4ab020ca75a13d2c4d0be57e06.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 7cef17fe..cb5dc2a7 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -26,9 +26,9 @@
26 "@codemirror/commands": "^6.1.0", 26 "@codemirror/commands": "^6.1.0",
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.1.0", 29 "@codemirror/search": "^6.2.0",
30 "@codemirror/state": "^6.1.1", 30 "@codemirror/state": "^6.1.1",
31 "@codemirror/view": "^6.2.0", 31 "@codemirror/view": "^6.2.1",
32 "@emotion/react": "^11.10.0", 32 "@emotion/react": "^11.10.0",
33 "@emotion/styled": "^11.10.0", 33 "@emotion/styled": "^11.10.0",
34 "@fontsource/jetbrains-mono": "^4.5.10", 34 "@fontsource/jetbrains-mono": "^4.5.10",
@@ -74,11 +74,11 @@
74 "eslint-plugin-import": "^2.26.0", 74 "eslint-plugin-import": "^2.26.0",
75 "eslint-plugin-jsx-a11y": "^6.6.1", 75 "eslint-plugin-jsx-a11y": "^6.6.1",
76 "eslint-plugin-prettier": "^4.2.1", 76 "eslint-plugin-prettier": "^4.2.1",
77 "eslint-plugin-react": "^7.30.1", 77 "eslint-plugin-react": "^7.31.0",
78 "eslint-plugin-react-hooks": "^4.6.0", 78 "eslint-plugin-react-hooks": "^4.6.0",
79 "html-minifier-terser": "^7.0.0", 79 "html-minifier-terser": "^7.0.0",
80 "prettier": "^2.7.1", 80 "prettier": "^2.7.1",
81 "typescript": "~4.7.4", 81 "typescript": "~4.8.2",
82 "vite": "^3.0.9", 82 "vite": "^3.0.9",
83 "vite-plugin-inject-preload": "^1.1.0", 83 "vite-plugin-inject-preload": "^1.1.0",
84 "vite-plugin-pwa": "^0.12.3", 84 "vite-plugin-pwa": "^0.12.3",