|
2 | 2 | "name": "@stacksjs/framework",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.33.7",
|
5 |
| - "packageManager": "[email protected].0", |
| 5 | + "packageManager": "[email protected].2", |
6 | 6 | "description": "The Stacks framework core.",
|
7 | 7 | "author": "Chris Breuer",
|
8 | 8 | "license": "MIT",
|
|
53 | 53 | ],
|
54 | 54 | "engines": {
|
55 | 55 | "node": ">=v18.10.0",
|
56 |
| - "pnpm": ">=7.13.0" |
| 56 | + "pnpm": ">=7.13.2" |
57 | 57 | },
|
58 | 58 | "scripts": {
|
59 | 59 | "preinstall": "only-allow pnpm",
|
|
108 | 108 | "@types/fs-extra": "^9.0.13",
|
109 | 109 | "@types/minimatch": "^5.1.2",
|
110 | 110 | "@types/node": "^18.8.0",
|
111 |
| - "@types/prompts": "^2.0.14", |
| 111 | + "@types/prompts": "^2.4.1", |
112 | 112 | "@unocss/preset-icons": "^0.45.26",
|
113 | 113 | "@unocss/transformer-compile-class": "^0.45.26",
|
114 | 114 | "@unocss/vite": "^0.45.26",
|
115 | 115 | "@vitejs/plugin-vue": "^3.1.2",
|
116 | 116 | "@vitest/coverage-istanbul": "^0.23.4",
|
117 | 117 | "@vueuse/core": "^9.3.0",
|
118 | 118 | "artisan-init": "workspace:0.33.7",
|
119 |
| - "bcrypt": "^5.0.1", |
| 119 | + "bcrypt": "^5.1.0", |
120 | 120 | "bumpp": "^8.2.1",
|
121 | 121 | "cac": "^6.7.14",
|
122 | 122 | "change-case": "^4.1.2",
|
|
147 | 147 | "unbuild": "^0.8.11",
|
148 | 148 | "unocss": "^0.45.26",
|
149 | 149 | "unplugin-auto-import": "^0.11.2",
|
150 |
| - "unplugin-vue-components": "^0.22.7", |
151 |
| - "vite": "^3.1.4", |
152 |
| - "vite-plugin-inspect": "^0.7.4", |
| 150 | + "unplugin-vue-components": "^0.22.8", |
| 151 | + "vite": "^3.1.6", |
| 152 | + "vite-plugin-inspect": "^0.7.5", |
153 | 153 | "vitepress": "1.0.0-alpha.19",
|
154 | 154 | "vitest": "^0.23.4",
|
155 | 155 | "vue": "^3.2.40",
|
|
0 commit comments