aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-17 16:09:04 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-17 16:09:04 +0200
commitff234ef01cdcd656f257bda1534c98744d017ee6 (patch)
treee14fc5d1473c4951ee32c4a82ea6d8b72e4857fd /subprojects
parentfix: monomorphic matching for focus arguments (diff)
downloadrefinery-ff234ef01cdcd656f257bda1534c98744d017ee6.tar.gz
refinery-ff234ef01cdcd656f257bda1534c98744d017ee6.tar.zst
refinery-ff234ef01cdcd656f257bda1534c98744d017ee6.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/docs/package.json6
-rw-r--r--subprojects/frontend/package.json24
2 files changed, 15 insertions, 15 deletions
diff --git a/subprojects/docs/package.json b/subprojects/docs/package.json
index 84c5298d..0771c08d 100644
--- a/subprojects/docs/package.json
+++ b/subprojects/docs/package.json
@@ -42,7 +42,7 @@
42 "@fontsource/open-sans": "^5.0.28", 42 "@fontsource/open-sans": "^5.0.28",
43 "@material-icons/svg": "^1.0.33", 43 "@material-icons/svg": "^1.0.33",
44 "@mdx-js/react": "^3.0.1", 44 "@mdx-js/react": "^3.0.1",
45 "@swc/core": "^1.5.24", 45 "@swc/core": "^1.6.1",
46 "clsx": "^2.1.1", 46 "clsx": "^2.1.1",
47 "mdast-util-mdx": "^3.0.0", 47 "mdast-util-mdx": "^3.0.0",
48 "prism-react-renderer": "^2.3.1", 48 "prism-react-renderer": "^2.3.1",
@@ -55,7 +55,7 @@
55 "terser-webpack-plugin": "^5.3.10", 55 "terser-webpack-plugin": "^5.3.10",
56 "unified": "^11.0.4", 56 "unified": "^11.0.4",
57 "unist-util-visit": "^5.0.0", 57 "unist-util-visit": "^5.0.0",
58 "webpack": "^5.91.0" 58 "webpack": "^5.92.0"
59 }, 59 },
60 "devDependencies": { 60 "devDependencies": {
61 "@docusaurus/mdx-loader": "^3.4.0", 61 "@docusaurus/mdx-loader": "^3.4.0",
@@ -63,7 +63,7 @@
63 "@docusaurus/types": "^3.4.0", 63 "@docusaurus/types": "^3.4.0",
64 "@types/babel__core": "^7.20.5", 64 "@types/babel__core": "^7.20.5",
65 "@types/mdast": "^4.0.4", 65 "@types/mdast": "^4.0.4",
66 "@types/node": "^20.13.0", 66 "@types/node": "^20.14.2",
67 "@types/react": "^18.3.3", 67 "@types/react": "^18.3.3",
68 "@types/react-dom": "^18.3.0", 68 "@types/react-dom": "^18.3.0",
69 "@types/unist": "^3.0.2" 69 "@types/unist": "^3.0.2"
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 035ecfd6..ae1103d6 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -29,12 +29,12 @@
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.16.2", 31 "@codemirror/autocomplete": "^6.16.2",
32 "@codemirror/commands": "^6.5.0", 32 "@codemirror/commands": "^6.6.0",
33 "@codemirror/language": "^6.10.1", 33 "@codemirror/language": "^6.10.2",
34 "@codemirror/lint": "^6.8.0", 34 "@codemirror/lint": "^6.8.0",
35 "@codemirror/search": "^6.5.6", 35 "@codemirror/search": "^6.5.6",
36 "@codemirror/state": "^6.4.1", 36 "@codemirror/state": "^6.4.1",
37 "@codemirror/view": "^6.26.3", 37 "@codemirror/view": "^6.28.1",
38 "@emotion/cache": "^11.11.0", 38 "@emotion/cache": "^11.11.0",
39 "@emotion/react": "^11.11.4", 39 "@emotion/react": "^11.11.4",
40 "@emotion/serialize": "^1.1.4", 40 "@emotion/serialize": "^1.1.4",
@@ -48,10 +48,10 @@
48 "@lezer/highlight": "^1.2.0", 48 "@lezer/highlight": "^1.2.0",
49 "@lezer/lr": "^1.4.1", 49 "@lezer/lr": "^1.4.1",
50 "@material-icons/svg": "^1.0.33", 50 "@material-icons/svg": "^1.0.33",
51 "@mui/icons-material": "^5.15.19", 51 "@mui/icons-material": "^5.15.20",
52 "@mui/material": "^5.15.19", 52 "@mui/material": "^5.15.20",
53 "@mui/system": "^5.15.15", 53 "@mui/system": "^5.15.20",
54 "@mui/x-data-grid": "^7.6.1", 54 "@mui/x-data-grid": "^7.7.0",
55 "ansi-styles": "^6.2.1", 55 "ansi-styles": "^6.2.1",
56 "csstype": "^3.1.3", 56 "csstype": "^3.1.3",
57 "d3": "^7.9.0", 57 "d3": "^7.9.0",
@@ -64,15 +64,15 @@
64 "lodash-es": "^4.17.21", 64 "lodash-es": "^4.17.21",
65 "loglevel": "^1.9.1", 65 "loglevel": "^1.9.1",
66 "loglevel-plugin-prefix": "^0.8.4", 66 "loglevel-plugin-prefix": "^0.8.4",
67 "mobx": "^6.12.3", 67 "mobx": "^6.12.4",
68 "mobx-react-lite": "^4.0.7", 68 "mobx-react-lite": "^4.0.7",
69 "ms": "^2.1.3", 69 "ms": "^2.1.3",
70 "nanoid": "^5.0.7", 70 "nanoid": "^5.0.7",
71 "notistack": "^3.0.1", 71 "notistack": "^3.0.1",
72 "react": "^18.3.1", 72 "react": "^18.3.1",
73 "react-dom": "^18.3.1", 73 "react-dom": "^18.3.1",
74 "react-resize-detector": "^10.0.1", 74 "react-resize-detector": "^11.0.1",
75 "svg2pdf.js": "^2.2.3", 75 "svg2pdf.js": "^2.2.4",
76 "xstate": "^4.38.3", 76 "xstate": "^4.38.3",
77 "zod": "^3.23.8" 77 "zod": "^3.23.8"
78 }, 78 },
@@ -88,7 +88,7 @@
88 "@types/lodash-es": "^4.17.12", 88 "@types/lodash-es": "^4.17.12",
89 "@types/micromatch": "^4.0.7", 89 "@types/micromatch": "^4.0.7",
90 "@types/ms": "^0.7.34", 90 "@types/ms": "^0.7.34",
91 "@types/node": "^20.13.0", 91 "@types/node": "^20.14.2",
92 "@types/pnpapi": "^0.0.5", 92 "@types/pnpapi": "^0.0.5",
93 "@types/react": "^18.3.3", 93 "@types/react": "^18.3.3",
94 "@types/react-dom": "^18.3.0", 94 "@types/react-dom": "^18.3.0",
@@ -98,7 +98,7 @@
98 "micromatch": "^4.0.7", 98 "micromatch": "^4.0.7",
99 "pnpapi": "^0.0.0", 99 "pnpapi": "^0.0.0",
100 "typescript": "5.4.5", 100 "typescript": "5.4.5",
101 "vite": "^5.2.12", 101 "vite": "^5.3.1",
102 "vite-plugin-pwa": "^0.20.0", 102 "vite-plugin-pwa": "^0.20.0",
103 "workbox-window": "^7.1.0" 103 "workbox-window": "^7.1.0"
104 } 104 }