@minch/bentolio 0.9.22 → 0.9.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@ All content and basic styling are configured via `app/app.config.ts`.
6
6
 
7
7
  ![Screenshot](/public/screenshot.png)
8
8
 
9
- > For the original Astro version (not actively updated), check the [`astro`](https://github.com/oneminch/Bentolio/tree/astro) branch.
9
+ > For the original Astro version (not actively updated), check the [`astro`](https://github.com/oneminch/bentolio/tree/astro) branch.
10
10
 
11
11
  ## Features
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minch/bentolio",
3
- "version": "0.9.22",
3
+ "version": "0.9.24",
4
4
  "description": "A minimal portfolio template and layer built with Nuxt 4, Tailwind CSS 4, and GSAP.",
5
5
  "type": "module",
6
6
  "repository": "github:oneminch/bentolio",
@@ -44,7 +44,7 @@
44
44
  "@fontsource/space-grotesk": "^5.2.10",
45
45
  "@iconify-json/ph": "^1.2.2",
46
46
  "@iconify-json/simple-icons": "^1.2.60",
47
- "@nuxt/eslint": "1.10.0",
47
+ "@nuxt/eslint": "1.11.0",
48
48
  "@nuxt/icon": "2.1.0",
49
49
  "@nuxtjs/color-mode": "^3.5.2",
50
50
  "@tailwindcss/vite": "^4.1.17",
@@ -58,5 +58,5 @@
58
58
  "vue": "^3.5.25",
59
59
  "vue-router": "^4.6.3"
60
60
  },
61
- "packageManager": "pnpm@10.18.3"
61
+ "packageManager": "pnpm@10.25.0"
62
62
  }