Update vite to v7 (#761)

* Update package-lock.json with dependency version bumps

* Update `vite` and `vite-plugin-pwa`

* Apply prettier
This commit is contained in:
Ariful Alam 2025-07-06 13:48:16 +06:00 committed by GitHub
parent 98eb69aed5
commit 4d7571c346
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2620 additions and 2431 deletions

View File

@ -84,7 +84,6 @@ These instructions will get you a copy of the project and deploy your portfolio
![Workflows](https://github.com/arifszn/gitprofile/assets/45073703/7e82f7d4-900c-4cb9-83f9-bcaa1ca2b910) ![Workflows](https://github.com/arifszn/gitprofile/assets/45073703/7e82f7d4-900c-4cb9-83f9-bcaa1ca2b910)
- **Base Value:** Open `gitprofile.config.ts`, and change `base`'s value. - **Base Value:** Open `gitprofile.config.ts`, and change `base`'s value.
- If you are deploying to `https://<USERNAME>.github.io`, set `base` to `'/'`. - If you are deploying to `https://<USERNAME>.github.io`, set `base` to `'/'`.
- If you are deploying to `https://<USERNAME>.github.io/<REPO_NAME>` (e.g. `https://<USERNAME>.github.io/portfolio`), then set `base` to `'/<REPO_NAME>/'` (e.g. `'/portfolio/'`). - If you are deploying to `https://<USERNAME>.github.io/<REPO_NAME>` (e.g. `https://<USERNAME>.github.io/portfolio`), then set `base` to `'/<REPO_NAME>/'` (e.g. `'/portfolio/'`).

5036
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -49,9 +49,9 @@
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vail": "^1.0.3", "vail": "^1.0.3",
"vite": "^6.3.3", "vite": "^7.0.2",
"vite-plugin-html": "^3.2.2", "vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.21.1" "vite-plugin-pwa": "^1.0.1"
}, },
"keywords": [ "keywords": [
"git-profile", "git-profile",

View File

@ -28,16 +28,16 @@
body { body {
margin: 0; margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', font-family:
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
sans-serif; 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
code { code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', font-family:
monospace; source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
} }
.text-base-content-important { .text-base-content-important {