aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-24 00:20:13 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-25 01:44:04 +0200
commitf290445c66616b49bd5eb341c6995383122e24ae (patch)
tree8bb536e5628cb338a486cabd85456b8ea81ca270 /subprojects
parentrefactor: query terms (diff)
downloadrefinery-f290445c66616b49bd5eb341c6995383122e24ae.tar.gz
refinery-f290445c66616b49bd5eb341c6995383122e24ae.tar.zst
refinery-f290445c66616b49bd5eb341c6995383122e24ae.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/frontend/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 655d7260..7271c8c5 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -29,22 +29,22 @@
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.5.1", 31 "@codemirror/autocomplete": "^6.5.1",
32 "@codemirror/commands": "^6.2.2", 32 "@codemirror/commands": "^6.2.3",
33 "@codemirror/language": "^6.6.0", 33 "@codemirror/language": "^6.6.0",
34 "@codemirror/lint": "^6.2.1", 34 "@codemirror/lint": "^6.2.1",
35 "@codemirror/search": "^6.3.0", 35 "@codemirror/search": "^6.3.0",
36 "@codemirror/state": "^6.2.0", 36 "@codemirror/state": "^6.2.0",
37 "@codemirror/view": "^6.9.4", 37 "@codemirror/view": "^6.9.6",
38 "@emotion/react": "^11.10.6", 38 "@emotion/react": "^11.10.6",
39 "@emotion/styled": "^11.10.6", 39 "@emotion/styled": "^11.10.6",
40 "@fontsource/inter": "^4.5.15", 40 "@fontsource/inter": "^4.5.15",
41 "@fontsource/jetbrains-mono": "^4.5.12", 41 "@fontsource/jetbrains-mono": "^4.5.12",
42 "@lezer/common": "^1.0.2", 42 "@lezer/common": "^1.0.2",
43 "@lezer/highlight": "^1.1.4", 43 "@lezer/highlight": "^1.1.4",
44 "@lezer/lr": "^1.3.3", 44 "@lezer/lr": "^1.3.4",
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.11.16",
47 "@mui/material": "5.12.0", 47 "@mui/material": "5.12.1",
48 "@vitejs/plugin-react-swc": "^3.3.0", 48 "@vitejs/plugin-react-swc": "^3.3.0",
49 "ansi-styles": "^6.2.1", 49 "ansi-styles": "^6.2.1",
50 "csstype": "^3.1.2", 50 "csstype": "^3.1.2",
@@ -69,15 +69,15 @@
69 "@types/lodash-es": "^4.17.7", 69 "@types/lodash-es": "^4.17.7",
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.15.11", 72 "@types/node": "^18.16.0",
73 "@types/prettier": "^2.7.2", 73 "@types/prettier": "^2.7.2",
74 "@types/react": "^18.0.35", 74 "@types/react": "^18.0.38",
75 "@types/react-dom": "^18.0.11", 75 "@types/react-dom": "^18.0.11",
76 "@typescript-eslint/eslint-plugin": "^5.58.0", 76 "@typescript-eslint/eslint-plugin": "^5.59.1",
77 "@typescript-eslint/parser": "^5.58.0", 77 "@typescript-eslint/parser": "^5.59.1",
78 "@xstate/cli": "^0.4.2", 78 "@xstate/cli": "^0.4.2",
79 "cross-env": "^7.0.3", 79 "cross-env": "^7.0.3",
80 "eslint": "^8.38.0", 80 "eslint": "^8.39.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.0.0",
83 "eslint-config-prettier": "^8.8.0", 83 "eslint-config-prettier": "^8.8.0",
@@ -90,9 +90,9 @@
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.7", 93 "prettier": "^2.8.8",
94 "typescript": "5.0.4", 94 "typescript": "5.0.4",
95 "vite": "^4.2.1", 95 "vite": "^4.3.1",
96 "vite-plugin-pwa": "^0.14.7", 96 "vite-plugin-pwa": "^0.14.7",
97 "workbox-window": "^6.5.4" 97 "workbox-window": "^6.5.4"
98 } 98 }