aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-15 18:33:15 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-15 18:33:15 +0200
commitb4c08a0b94ae132f8c78c04ee5771e5bb1ab3627 (patch)
tree1992565f73b57559b2554e9f3e44d769c5c3222f /subprojects/frontend/package.json
parentrefactor: rename RelationView to SymbolView (diff)
downloadrefinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.tar.gz
refinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.tar.zst
refinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.zip
chore(deps): bump dependencies
Also make sure Sonar can process TypeScript files.
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index cd96a574..655d7260 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -28,13 +28,13 @@
28 }, 28 },
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.4.2", 31 "@codemirror/autocomplete": "^6.5.1",
32 "@codemirror/commands": "^6.2.2", 32 "@codemirror/commands": "^6.2.2",
33 "@codemirror/language": "^6.6.0", 33 "@codemirror/language": "^6.6.0",
34 "@codemirror/lint": "^6.2.0", 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.3", 37 "@codemirror/view": "^6.9.4",
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",
@@ -44,8 +44,8 @@
44 "@lezer/lr": "^1.3.3", 44 "@lezer/lr": "^1.3.3",
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.11.16", 47 "@mui/material": "5.12.0",
48 "@vitejs/plugin-react-swc": "^3.2.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",
51 "escape-string-regexp": "^5.0.0", 51 "escape-string-regexp": "^5.0.0",
@@ -71,10 +71,10 @@
71 "@types/ms": "^0.7.31", 71 "@types/ms": "^0.7.31",
72 "@types/node": "^18.15.11", 72 "@types/node": "^18.15.11",
73 "@types/prettier": "^2.7.2", 73 "@types/prettier": "^2.7.2",
74 "@types/react": "^18.0.33", 74 "@types/react": "^18.0.35",
75 "@types/react-dom": "^18.0.11", 75 "@types/react-dom": "^18.0.11",
76 "@typescript-eslint/eslint-plugin": "^5.57.1", 76 "@typescript-eslint/eslint-plugin": "^5.58.0",
77 "@typescript-eslint/parser": "^5.57.1", 77 "@typescript-eslint/parser": "^5.58.0",
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.38.0",
@@ -88,7 +88,7 @@
88 "eslint-plugin-prettier": "^4.2.1", 88 "eslint-plugin-prettier": "^4.2.1",
89 "eslint-plugin-react": "^7.32.2", 89 "eslint-plugin-react": "^7.32.2",
90 "eslint-plugin-react-hooks": "^4.6.0", 90 "eslint-plugin-react-hooks": "^4.6.0",
91 "html-minifier-terser": "^7.1.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.7",
94 "typescript": "5.0.4", 94 "typescript": "5.0.4",