aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-23 23:21:57 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-23 23:21:57 +0200
commit979ef6da8cb6133e3feb88e5f00709052f1599bc (patch)
tree8ce9996298f4382ae686f7c33300ec5748acda3e /subprojects/docs
parentbuild: publish Maven snapshots to GH pages (diff)
downloadrefinery-979ef6da8cb6133e3feb88e5f00709052f1599bc.tar.gz
refinery-979ef6da8cb6133e3feb88e5f00709052f1599bc.tar.zst
refinery-979ef6da8cb6133e3feb88e5f00709052f1599bc.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects/docs')
-rw-r--r--subprojects/docs/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/subprojects/docs/package.json b/subprojects/docs/package.json
index 0771c08d..e3b9f7f0 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.6.1", 45 "@swc/core": "^1.6.5",
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",
@@ -53,9 +53,9 @@
53 "sharp": "^0.33.4", 53 "sharp": "^0.33.4",
54 "swc-loader": "^0.2.6", 54 "swc-loader": "^0.2.6",
55 "terser-webpack-plugin": "^5.3.10", 55 "terser-webpack-plugin": "^5.3.10",
56 "unified": "^11.0.4", 56 "unified": "^11.0.5",
57 "unist-util-visit": "^5.0.0", 57 "unist-util-visit": "^5.0.0",
58 "webpack": "^5.92.0" 58 "webpack": "^5.92.1"
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.14.2", 66 "@types/node": "^20.14.8",
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"