aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/docs')
-rw-r--r--subprojects/docs/package.json6
-rw-r--r--subprojects/docs/src/components/Features/index.tsx5
-rw-r--r--subprojects/docs/src/pages/index.tsx7
3 files changed, 3 insertions, 15 deletions
diff --git a/subprojects/docs/package.json b/subprojects/docs/package.json
index eb262776..31df0339 100644
--- a/subprojects/docs/package.json
+++ b/subprojects/docs/package.json
@@ -43,7 +43,7 @@
43 "@fontsource/open-sans": "^5.0.28", 43 "@fontsource/open-sans": "^5.0.28",
44 "@material-icons/svg": "^1.0.33", 44 "@material-icons/svg": "^1.0.33",
45 "@mdx-js/react": "^3.0.1", 45 "@mdx-js/react": "^3.0.1",
46 "@swc/core": "^1.6.5", 46 "@swc/core": "^1.6.13",
47 "clsx": "^2.1.1", 47 "clsx": "^2.1.1",
48 "mdast-util-mdx": "^3.0.0", 48 "mdast-util-mdx": "^3.0.0",
49 "prism-react-renderer": "^2.3.1", 49 "prism-react-renderer": "^2.3.1",
@@ -55,7 +55,7 @@
55 "sharp": "^0.33.4", 55 "sharp": "^0.33.4",
56 "swc-loader": "^0.2.6", 56 "swc-loader": "^0.2.6",
57 "terser-webpack-plugin": "^5.3.10", 57 "terser-webpack-plugin": "^5.3.10",
58 "typescript": "5.5.2", 58 "typescript": "5.5.3",
59 "unified": "^11.0.5", 59 "unified": "^11.0.5",
60 "unist-util-visit": "^5.0.0", 60 "unist-util-visit": "^5.0.0",
61 "webpack": "^5.92.1" 61 "webpack": "^5.92.1"
@@ -66,7 +66,7 @@
66 "@docusaurus/types": "^3.4.0", 66 "@docusaurus/types": "^3.4.0",
67 "@types/babel__core": "^7.20.5", 67 "@types/babel__core": "^7.20.5",
68 "@types/mdast": "^4.0.4", 68 "@types/mdast": "^4.0.4",
69 "@types/node": "^20.14.9", 69 "@types/node": "^20.14.10",
70 "@types/react": "^18.3.3", 70 "@types/react": "^18.3.3",
71 "@types/react-dom": "^18.3.0", 71 "@types/react-dom": "^18.3.0",
72 "@types/unist": "^3.0.2" 72 "@types/unist": "^3.0.2"
diff --git a/subprojects/docs/src/components/Features/index.tsx b/subprojects/docs/src/components/Features/index.tsx
index 621e3953..873d0d30 100644
--- a/subprojects/docs/src/components/Features/index.tsx
+++ b/subprojects/docs/src/components/Features/index.tsx
@@ -50,11 +50,6 @@ function Feature({
50 ); 50 );
51} 51}
52 52
53Feature.defaultProps = {
54 offset: undefined,
55 even: false,
56};
57
58export default function Features() { 53export default function Features() {
59 return ( 54 return (
60 <div className="container"> 55 <div className="container">
diff --git a/subprojects/docs/src/pages/index.tsx b/subprojects/docs/src/pages/index.tsx
index cb0bfeb8..ff0da38b 100644
--- a/subprojects/docs/src/pages/index.tsx
+++ b/subprojects/docs/src/pages/index.tsx
@@ -98,13 +98,6 @@ function Publication({
98 ); 98 );
99} 99}
100 100
101Publication.defaultProps = {
102 doi: undefined,
103 pdf: undefined,
104 video: undefined,
105 children: undefined,
106};
107
108function Publications() { 101function Publications() {
109 return ( 102 return (
110 <div className="row"> 103 <div className="row">