aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-15 16:56:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-15 17:23:41 +0200
commit12b9dfe1c88569830ed25c0913de8c3db6175100 (patch)
treee4d2dbac5b5939180c3fcf249a6505fa4909da2c /subprojects/frontend/package.json
parentrefactor(language): invalid multiplicity trace (diff)
downloadrefinery-12b9dfe1c88569830ed25c0913de8c3db6175100.tar.gz
refinery-12b9dfe1c88569830ed25c0913de8c3db6175100.tar.zst
refinery-12b9dfe1c88569830ed25c0913de8c3db6175100.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index ba8a0a58..06ff9f6b 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -28,23 +28,23 @@
28 }, 28 },
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.8.0", 31 "@codemirror/autocomplete": "^6.9.0",
32 "@codemirror/commands": "^6.2.4", 32 "@codemirror/commands": "^6.2.4",
33 "@codemirror/language": "^6.8.0", 33 "@codemirror/language": "^6.8.0",
34 "@codemirror/lint": "^6.2.2", 34 "@codemirror/lint": "^6.4.0",
35 "@codemirror/search": "^6.5.0", 35 "@codemirror/search": "^6.5.1",
36 "@codemirror/state": "^6.2.1", 36 "@codemirror/state": "^6.2.1",
37 "@codemirror/view": "^6.13.2", 37 "@codemirror/view": "^6.16.0",
38 "@emotion/react": "^11.11.1", 38 "@emotion/react": "^11.11.1",
39 "@emotion/styled": "^11.11.0", 39 "@emotion/styled": "^11.11.0",
40 "@fontsource-variable/inter": "^5.0.3", 40 "@fontsource-variable/inter": "^5.0.8",
41 "@fontsource-variable/jetbrains-mono": "^5.0.3", 41 "@fontsource-variable/jetbrains-mono": "^5.0.9",
42 "@lezer/common": "^1.0.3", 42 "@lezer/common": "^1.0.3",
43 "@lezer/highlight": "^1.1.6", 43 "@lezer/highlight": "^1.1.6",
44 "@lezer/lr": "^1.3.6", 44 "@lezer/lr": "^1.3.9",
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.14.3",
47 "@mui/material": "5.13.5", 47 "@mui/material": "5.14.5",
48 "@vitejs/plugin-react-swc": "^3.3.2", 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",
@@ -52,47 +52,47 @@
52 "lodash-es": "^4.17.21", 52 "lodash-es": "^4.17.21",
53 "loglevel": "^1.8.1", 53 "loglevel": "^1.8.1",
54 "loglevel-plugin-prefix": "^0.8.4", 54 "loglevel-plugin-prefix": "^0.8.4",
55 "mobx": "^6.9.0", 55 "mobx": "^6.10.0",
56 "mobx-react-lite": "^3.4.3", 56 "mobx-react-lite": "^4.0.3",
57 "ms": "^2.1.3", 57 "ms": "^2.1.3",
58 "nanoid": "^4.0.2", 58 "nanoid": "^4.0.2",
59 "notistack": "^3.0.1", 59 "notistack": "^3.0.1",
60 "react": "^18.2.0", 60 "react": "^18.2.0",
61 "react-dom": "^18.2.0", 61 "react-dom": "^18.2.0",
62 "xstate": "^4.37.2", 62 "xstate": "^4.38.2",
63 "zod": "^3.21.4" 63 "zod": "^3.22.0"
64 }, 64 },
65 "devDependencies": { 65 "devDependencies": {
66 "@lezer/generator": "^1.3.0", 66 "@lezer/generator": "^1.4.0",
67 "@types/eslint": "^8.40.2", 67 "@types/eslint": "^8.44.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.8",
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.18", 72 "@types/node": "^20.5.0",
73 "@types/prettier": "^2.7.3", 73 "@types/prettier": "^3.0.0",
74 "@types/react": "^18.2.12", 74 "@types/react": "^18.2.20",
75 "@types/react-dom": "^18.2.5", 75 "@types/react-dom": "^18.2.7",
76 "@typescript-eslint/eslint-plugin": "^5.59.11", 76 "@typescript-eslint/eslint-plugin": "^6.4.0",
77 "@typescript-eslint/parser": "^5.59.11", 77 "@typescript-eslint/parser": "^6.4.0",
78 "@xstate/cli": "^0.5.1", 78 "@xstate/cli": "^0.5.2",
79 "cross-env": "^7.0.3", 79 "cross-env": "^7.0.3",
80 "eslint": "^8.43.0", 80 "eslint": "^8.47.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.1.0",
83 "eslint-config-prettier": "^8.8.0", 83 "eslint-config-prettier": "^9.0.0",
84 "eslint-import-resolver-typescript": "^3.5.5", 84 "eslint-import-resolver-typescript": "^3.6.0",
85 "eslint-plugin-import": "^2.27.5", 85 "eslint-plugin-import": "^2.28.0",
86 "eslint-plugin-jsx-a11y": "^6.7.1", 86 "eslint-plugin-jsx-a11y": "^6.7.1",
87 "eslint-plugin-mobx": "^0.0.9", 87 "eslint-plugin-mobx": "^0.0.9",
88 "eslint-plugin-prettier": "^4.2.1", 88 "eslint-plugin-prettier": "^5.0.0",
89 "eslint-plugin-react": "^7.32.2", 89 "eslint-plugin-react": "^7.33.1",
90 "eslint-plugin-react-hooks": "^4.6.0", 90 "eslint-plugin-react-hooks": "^4.6.0",
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": "^3.0.1",
94 "typescript": "5.1.3", 94 "typescript": "5.1.6",
95 "vite": "^4.3.9", 95 "vite": "^4.4.9",
96 "vite-plugin-pwa": "^0.16.4", 96 "vite-plugin-pwa": "^0.16.4",
97 "workbox-window": "^7.0.0" 97 "workbox-window": "^7.0.0"
98 } 98 }