Compare commits

...

1 Commits

Author SHA1 Message Date
Viktor Rådberg
c6039c2a53 update deps (#40)
* update deps

* fix lint
2025-02-22 12:15:28 +01:00
3 changed files with 3765 additions and 3669 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.3.0", "firebase": "^10.14.1",
"ga-4-react": "^0.1.281", "ga-4-react": "^0.1.281",
"react": "^18.2.0", "react": "^18.3.1",
"react-dom": "^18.2.0", "react-dom": "^18.3.1",
"react-screen-wake-lock": "^3.0.2", "react-screen-wake-lock": "^3.0.2",
"react-swipeable": "^7.0.1", "react-swipeable": "^7.0.2",
"react-twc": "^1.3.0", "react-twc": "^1.4.2",
"semver": "^7.6.2", "semver": "^7.7.1",
"zod": "^3.22.4" "zod": "^3.24.2"
}, },
"devDependencies": { "devDependencies": {
"@emotion/react": "^11.11.4", "@emotion/react": "^11.14.0",
"@emotion/styled": "^11.11.5", "@emotion/styled": "^11.14.0",
"@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.1", "@types/react": "^18.3.18",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.5",
"@types/semver": "^7.5.8", "@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.8.0", "@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.6.0", "@vitejs/plugin-react-swc": "^3.8.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.20",
"eslint": "^8.45.0", "eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6", "eslint-plugin-react-refresh": "^0.4.19",
"firebase-tools": "^13.7.5", "firebase-tools": "^13.31.2",
"install": "^0.13.0", "install": "^0.13.0",
"postcss": "^8.4.38", "postcss": "^8.5.3",
"prettier": "2.8.8", "prettier": "2.8.8",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.17",
"typescript": "^5.4.5", "typescript": "^5.7.3",
"vite": "^5.2.10", "vite": "^5.4.14",
"vite-plugin-pwa": "^0.20.0" "vite-plugin-pwa": "^0.20.5"
} }
} }

7387
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,5 +2,4 @@ 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;`;