-
-
Stan's Blog
-
- but what do I know
-
+ return (
+
+
Projects (2)
-
-
Posts ({[].length})
- {/*
-
*/}
-
- );
-}
+ );
+ }
+
\ No newline at end of file
diff --git a/app/publications/page.tsx b/app/publications/page.tsx
index 781da3e..a49b059 100644
--- a/app/publications/page.tsx
+++ b/app/publications/page.tsx
@@ -1,23 +1,7 @@
-export default async function Index() {
+export default async function Page() {
return (
-
-
Stan's Blog
-
- but what do I know
-
-
-
-
Posts ({[].length})
- {/*
-
*/}
+
Publications (1)
);
}
diff --git a/package-lock.json b/package-lock.json
index 5061059..3f5ae6c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2004,4 +2004,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 6c204fb..4658a14 100644
--- a/package.json
+++ b/package.json
@@ -13,16 +13,16 @@
"geist": "^1.3.0",
"next": "latest",
"postcss": "8.4.38",
- "react": "18.2.0",
- "react-dom": "18.2.0",
+ "react": "18.3.1",
+ "react-dom": "18.3.1",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "^1.0.7",
- "typescript": "5.4.4"
+ "typescript": "5.4.5"
},
"devDependencies": {
- "@types/node": "20.12.7",
- "@types/react": "18.2.75",
- "@types/react-dom": "18.2.24",
+ "@types/node": "20.14.0",
+ "@types/react": "18.3.3",
+ "@types/react-dom": "18.3.0",
"encoding": "^0.1.13"
}
-}
+}
\ No newline at end of file