diff --git a/blog/src/components/Index/Intro.astro b/blog/src/components/Index/Intro.astro
index fc7280ff..c337a7b3 100644
--- a/blog/src/components/Index/Intro.astro
+++ b/blog/src/components/Index/Intro.astro
@@ -57,7 +57,6 @@ const features = [
}
.feature-card:not(:hover)::before {
- /* Reset the transform when not hovering */
transform: translateX(-100%);
transition: transform 0s;
}
diff --git a/game/package-lock.json b/game/package-lock.json
index 8f82bfc5..49e4341a 100644
--- a/game/package-lock.json
+++ b/game/package-lock.json
@@ -13,13 +13,13 @@
"@prisma/client": "^5.17.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
- "@trpc/client": "^10.45.1",
+ "@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"chart.js": "^4.4.3",
- "date-fns": "^3.3.1",
- "next": "^14.2.4",
+ "date-fns": "^3.6.0",
+ "next": "^14.2.5",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.3.1",
@@ -31,22 +31,22 @@
"zod": "^3.23.8"
},
"devDependencies": {
- "@types/eslint": "^8.56.5",
- "@types/node": "^20.11.25",
- "@types/react": "^18.2.64",
- "@types/react-dom": "^18.2.21",
- "@typescript-eslint/eslint-plugin": "^7.1.1",
- "@typescript-eslint/parser": "^7.1.1",
- "autoprefixer": "^10.4.18",
- "eslint": "^8.57.0",
- "eslint-config-next": "^14.1.3",
- "postcss": "^8.4.35",
+ "@types/eslint": "^8.56.10",
+ "@types/node": "^20.14.11",
+ "@types/react": "^18.3.3",
+ "@types/react-dom": "^18.3.0",
+ "@typescript-eslint/eslint-plugin": "^7.16.1",
+ "@typescript-eslint/parser": "^7.16.1",
+ "autoprefixer": "^10.4.19",
+ "eslint": "8.57.0",
+ "eslint-config-next": "^14.2.5",
+ "postcss": "^8.4.39",
"prettier": "3.3.3",
- "prettier-plugin-tailwindcss": "^0.6.0",
+ "prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.17.0",
"prisma-docs-generator": "^0.8.0",
- "tailwindcss": "^3.4.4",
- "typescript": "^5.4.5"
+ "tailwindcss": "^3.4.6",
+ "typescript": "^5.5.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -1409,10 +1409,9 @@
"dev": true
},
"node_modules/@types/node": {
- "version": "20.14.10",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz",
- "integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==",
- "license": "MIT",
+ "version": "20.14.11",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
+ "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
"dependencies": {
"undici-types": "~5.26.4"
}
@@ -8584,11 +8583,10 @@
}
},
"node_modules/tailwindcss": {
- "version": "3.4.5",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.5.tgz",
- "integrity": "sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==",
+ "version": "3.4.6",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz",
+ "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==",
"dev": true,
- "license": "MIT",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
diff --git a/game/package.json b/game/package.json
index 2778e93b..ff27869a 100644
--- a/game/package.json
+++ b/game/package.json
@@ -17,13 +17,13 @@
"@prisma/client": "^5.17.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
- "@trpc/client": "^10.45.1",
+ "@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"chart.js": "^4.4.3",
- "date-fns": "^3.3.1",
- "next": "^14.2.4",
+ "date-fns": "^3.6.0",
+ "next": "^14.2.5",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.3.1",
@@ -35,22 +35,22 @@
"zod": "^3.23.8"
},
"devDependencies": {
- "@types/eslint": "^8.56.5",
- "@types/node": "^20.11.25",
- "@types/react": "^18.2.64",
- "@types/react-dom": "^18.2.21",
- "@typescript-eslint/eslint-plugin": "^7.1.1",
- "@typescript-eslint/parser": "^7.1.1",
- "autoprefixer": "^10.4.18",
- "eslint": "^8.57.0",
- "eslint-config-next": "^14.1.3",
- "postcss": "^8.4.35",
+ "@types/eslint": "^8.56.10",
+ "@types/node": "^20.14.11",
+ "@types/react": "^18.3.3",
+ "@types/react-dom": "^18.3.0",
+ "@typescript-eslint/eslint-plugin": "^7.16.1",
+ "@typescript-eslint/parser": "^7.16.1",
+ "autoprefixer": "^10.4.19",
+ "eslint": "8.57.0",
+ "eslint-config-next": "^14.2.5",
+ "postcss": "^8.4.39",
"prettier": "3.3.3",
- "prettier-plugin-tailwindcss": "^0.6.0",
+ "prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.17.0",
"prisma-docs-generator": "^0.8.0",
- "tailwindcss": "^3.4.4",
- "typescript": "^5.4.5"
+ "tailwindcss": "^3.4.6",
+ "typescript": "^5.5.3"
},
"ct3aMetadata": {
"initVersion": "7.15.0"
diff --git a/game/src/pages/_app.tsx b/game/src/pages/_app.tsx
index 608e551a..a4049221 100644
--- a/game/src/pages/_app.tsx
+++ b/game/src/pages/_app.tsx
@@ -2,7 +2,7 @@ import {
ClerkProvider,
SignedIn,
SignedOut,
- RedirectToSignIn,
+ //RedirectToSignIn,
} from "@clerk/nextjs";
import { Toaster } from "react-hot-toast";
import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
@@ -48,7 +48,7 @@ function MyApp({ Component, pageProps }: AppProps) {
-
+ RedirectToSignIn
>
)}