|
2 | 2 | "name": "@stacksjs/build",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.41.1",
|
5 |
| - "packageManager": "[email protected].1", |
| 5 | + "packageManager": "[email protected].2", |
6 | 6 | "description": "The Stacks framework build tools and configurations.",
|
7 | 7 | "author": "Chris Breuer",
|
8 | 8 | "license": "MIT",
|
|
35 | 35 | ],
|
36 | 36 | "engines": {
|
37 | 37 | "node": ">=v18.12.1",
|
38 |
| - "pnpm": ">=7.18.1" |
| 38 | + "pnpm": ">=7.18.2" |
39 | 39 | },
|
40 | 40 | "scripts": {
|
41 | 41 | "build": "mkdist -d",
|
|
53 | 53 | "markdown-it-link-attributes": "^4.0.1",
|
54 | 54 | "markdown-it-shiki": "^0.7.2",
|
55 | 55 | "unbuild": "^1.0.2",
|
56 |
| - "unplugin-auto-import": "^0.12.0", |
57 |
| - "unplugin-vue-components": "^0.22.11", |
| 56 | + "unplugin-auto-import": "^0.12.1", |
| 57 | + "unplugin-vue-components": "^0.22.12", |
58 | 58 | "vite": "^3.2.5",
|
59 |
| - "vite-plugin-inspect": "^0.7.9", |
60 |
| - "vite-plugin-pages": "^0.27.1", |
61 |
| - "vite-plugin-pwa": "^0.13.3", |
| 59 | + "vite-plugin-inspect": "^0.7.10", |
| 60 | + "vite-plugin-pages": "^0.28.0", |
| 61 | + "vite-plugin-pwa": "^0.14.0", |
62 | 62 | "vite-plugin-vue-component-preview": "^0.3.3",
|
63 | 63 | "vite-plugin-vue-layouts": "^0.7.0",
|
64 | 64 | "vite-plugin-vue-markdown": "^0.22.1",
|
65 |
| - "vite-ssg": "^0.22.0", |
| 65 | + "vite-ssg": "^0.22.1", |
66 | 66 | "vite-ssg-sitemap": "^0.4.3",
|
67 | 67 | "vue-docgen-web-types": "^0.1.8",
|
68 | 68 | "vue-i18n": "^9.2.2"
|
|
0 commit comments