aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-11-19 13:59:53 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-11-22 16:40:03 +0100
commit905976153911b5944dc4eddcb30b24083e8eb25d (patch)
tree6e0ef0731c202bab7c6ed75cbcc9e9792e689e70 /subprojects/frontend/package.json
parentfeat(store): DataRepresentation reflective type (diff)
downloadrefinery-905976153911b5944dc4eddcb30b24083e8eb25d.tar.gz
refinery-905976153911b5944dc4eddcb30b24083e8eb25d.tar.zst
refinery-905976153911b5944dc4eddcb30b24083e8eb25d.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index ed4b101b..4a890ee5 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -23,29 +23,29 @@
23 }, 23 },
24 "homepage": "https://refinery.tools", 24 "homepage": "https://refinery.tools",
25 "dependencies": { 25 "dependencies": {
26 "@codemirror/autocomplete": "^6.3.0", 26 "@codemirror/autocomplete": "^6.3.3",
27 "@codemirror/commands": "^6.1.2", 27 "@codemirror/commands": "^6.1.2",
28 "@codemirror/language": "^6.3.0", 28 "@codemirror/language": "^6.3.1",
29 "@codemirror/lint": "^6.0.0", 29 "@codemirror/lint": "^6.1.0",
30 "@codemirror/search": "^6.2.2", 30 "@codemirror/search": "^6.2.3",
31 "@codemirror/state": "^6.1.2", 31 "@codemirror/state": "^6.1.4",
32 "@codemirror/view": "^6.4.1", 32 "@codemirror/view": "^6.5.1",
33 "@emotion/react": "^11.10.5", 33 "@emotion/react": "^11.10.5",
34 "@emotion/styled": "^11.10.5", 34 "@emotion/styled": "^11.10.5",
35 "@fontsource/inter": "^4.5.14", 35 "@fontsource/inter": "^4.5.14",
36 "@fontsource/jetbrains-mono": "^4.5.11", 36 "@fontsource/jetbrains-mono": "^4.5.11",
37 "@lezer/common": "^1.0.1", 37 "@lezer/common": "^1.0.1",
38 "@lezer/highlight": "^1.1.2", 38 "@lezer/highlight": "^1.1.2",
39 "@lezer/lr": "^1.2.4", 39 "@lezer/lr": "^1.2.5",
40 "@material-icons/svg": "^1.0.33", 40 "@material-icons/svg": "^1.0.33",
41 "@mui/icons-material": "5.10.9", 41 "@mui/icons-material": "5.10.14",
42 "@mui/material": "5.10.13", 42 "@mui/material": "5.10.14",
43 "ansi-styles": "^6.2.1", 43 "ansi-styles": "^6.2.1",
44 "escape-string-regexp": "^5.0.0", 44 "escape-string-regexp": "^5.0.0",
45 "lodash-es": "^4.17.21", 45 "lodash-es": "^4.17.21",
46 "loglevel": "^1.8.1", 46 "loglevel": "^1.8.1",
47 "loglevel-plugin-prefix": "^0.8.4", 47 "loglevel-plugin-prefix": "^0.8.4",
48 "mobx": "^6.6.2", 48 "mobx": "^6.7.0",
49 "mobx-react-lite": "^3.4.0", 49 "mobx-react-lite": "^3.4.0",
50 "ms": "^2.1.3", 50 "ms": "^2.1.3",
51 "nanoid": "^4.0.0", 51 "nanoid": "^4.0.0",
@@ -64,13 +64,13 @@
64 "@types/node": "^18.11.9", 64 "@types/node": "^18.11.9",
65 "@types/prettier": "^2.7.1", 65 "@types/prettier": "^2.7.1",
66 "@types/react": "^18.0.25", 66 "@types/react": "^18.0.25",
67 "@types/react-dom": "^18.0.8", 67 "@types/react-dom": "^18.0.9",
68 "@typescript-eslint/eslint-plugin": "^5.42.1", 68 "@typescript-eslint/eslint-plugin": "^5.43.0",
69 "@typescript-eslint/parser": "^5.42.1", 69 "@typescript-eslint/parser": "^5.43.0",
70 "@vitejs/plugin-react": "^2.2.0", 70 "@vitejs/plugin-react": "^2.2.0",
71 "@xstate/cli": "^0.3.3", 71 "@xstate/cli": "^0.3.3",
72 "cross-env": "^7.0.3", 72 "cross-env": "^7.0.3",
73 "eslint": "^8.27.0", 73 "eslint": "^8.28.0",
74 "eslint-config-airbnb": "^19.0.4", 74 "eslint-config-airbnb": "^19.0.4",
75 "eslint-config-airbnb-typescript": "^17.0.0", 75 "eslint-config-airbnb-typescript": "^17.0.0",
76 "eslint-config-prettier": "^8.5.0", 76 "eslint-config-prettier": "^8.5.0",
@@ -79,13 +79,13 @@
79 "eslint-plugin-jsx-a11y": "^6.6.1", 79 "eslint-plugin-jsx-a11y": "^6.6.1",
80 "eslint-plugin-mobx": "^0.0.9", 80 "eslint-plugin-mobx": "^0.0.9",
81 "eslint-plugin-prettier": "^4.2.1", 81 "eslint-plugin-prettier": "^4.2.1",
82 "eslint-plugin-react": "^7.31.10", 82 "eslint-plugin-react": "^7.31.11",
83 "eslint-plugin-react-hooks": "^4.6.0", 83 "eslint-plugin-react-hooks": "^4.6.0",
84 "html-minifier-terser": "^7.0.0", 84 "html-minifier-terser": "^7.0.0",
85 "prettier": "^2.7.1", 85 "prettier": "^2.7.1",
86 "typescript": "4.8.4", 86 "typescript": "4.9.3",
87 "vite": "^3.2.3", 87 "vite": "^3.2.4",
88 "vite-plugin-inject-preload": "^1.1.0", 88 "vite-plugin-inject-preload": "^1.1.1",
89 "vite-plugin-pwa": "^0.13.3", 89 "vite-plugin-pwa": "^0.13.3",
90 "workbox-window": "^6.5.4" 90 "workbox-window": "^6.5.4"
91 } 91 }