create-packer 1.50.5 → 1.50.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-packer",
3
- "version": "1.50.5",
3
+ "version": "1.50.6",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/kevily/create-packer",
6
6
  "author": "1k <bug_zero@163.com>",
@@ -11,7 +11,7 @@
11
11
  "preview": "rsbuild preview",
12
12
  "up-rsbuild": "pnpm up @rsbuild/* -L",
13
13
  "up-tailwind": "pnpm up tailwindcss @tailwindcss/* -L",
14
- "up-tailwind": "pnpm up react react-dom -L",
14
+ "up-react": "pnpm up react react-dom -L",
15
15
  "format": "prettier --write \"**/*.{ts,js,tsx,jsx,json,css,scss,less}\"",
16
16
  "lint": "tsc --noEmit && eslint --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less,ts,tsx}",
17
17
  "lint-fix": "eslint --fix && stylelint **/*.{css,scss,less,ts,tsx} --fix",
@@ -18,6 +18,7 @@
18
18
  "push": "npm run commit && git push",
19
19
  "commit": "git add . && npm run cz",
20
20
  "up-vite": "pnpm up vite @vitejs/* vite-plugin-* -L",
21
+ "up-vue": "pnpm up vue vue-router vue-tsc -L",
21
22
  "up-tailwind": "pnpm up tailwindcss @tailwindcss/* -L"
22
23
  },
23
24
  "dependencies": {