Compare commits

..

1 Commits

Author SHA1 Message Date
Vikeo
8cf42b9a98 fix commander damage text not being centered on chrome 2025-02-22 11:45:05 +01:00
3 changed files with 3660 additions and 3756 deletions

View File

@@ -17,39 +17,39 @@
"deploy": "bun run build && firebase deploy --only hosting" "deploy": "bun run build && firebase deploy --only hosting"
}, },
"dependencies": { "dependencies": {
"firebase": "^10.14.1", "firebase": "^10.3.0",
"ga-4-react": "^0.1.281", "ga-4-react": "^0.1.281",
"react": "^18.3.1", "react": "^18.2.0",
"react-dom": "^18.3.1", "react-dom": "^18.2.0",
"react-screen-wake-lock": "^3.0.2", "react-screen-wake-lock": "^3.0.2",
"react-swipeable": "^7.0.2", "react-swipeable": "^7.0.1",
"react-twc": "^1.4.2", "react-twc": "^1.3.0",
"semver": "^7.7.1", "semver": "^7.6.2",
"zod": "^3.24.2" "zod": "^3.22.4"
}, },
"devDependencies": { "devDependencies": {
"@emotion/react": "^11.14.0", "@emotion/react": "^11.11.4",
"@emotion/styled": "^11.14.0", "@emotion/styled": "^11.11.5",
"@savvywombat/tailwindcss-grid-areas": "^4.0.0", "@savvywombat/tailwindcss-grid-areas": "^4.0.0",
"@svgr/cli": "^8.1.0", "@svgr/cli": "^8.1.0",
"@types/react": "^18.3.18", "@types/react": "^18.3.1",
"@types/react-dom": "^18.3.5", "@types/react-dom": "^18.3.0",
"@types/semver": "^7.5.8", "@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.18.0", "@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react-swc": "^3.8.0", "@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.19",
"eslint": "^8.57.1", "eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-react-refresh": "^0.4.6",
"firebase-tools": "^13.31.2", "firebase-tools": "^13.7.5",
"install": "^0.13.0", "install": "^0.13.0",
"postcss": "^8.5.3", "postcss": "^8.4.38",
"prettier": "2.8.8", "prettier": "2.8.8",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"tailwindcss": "^3.4.17", "tailwindcss": "^3.4.3",
"typescript": "^5.7.3", "typescript": "^5.4.5",
"vite": "^5.4.14", "vite": "^5.2.10",
"vite-plugin-pwa": "^0.20.5" "vite-plugin-pwa": "^0.20.0"
} }
} }

7369
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,4 +2,5 @@ import { twc } from 'react-twc';
export const Paragraph = twc.p`text-text-primary`; export const Paragraph = twc.p`text-text-primary`;
// eslint-disable-next-line react-refresh/only-export-components
export const H1 = twc.h1`text-text-primary;`; export const H1 = twc.h1`text-text-primary;`;