|
29 | 29 | "build": "cross-env NODE_ENV=production node build.js"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "@babel/runtime": "^7.27.0", |
33 |
| - "@vue-mini/core": "^1.2.2", |
| 32 | + "@babel/runtime": "^7.28.2", |
| 33 | + "@vue-mini/core": "^1.2.4", |
34 | 34 | <%_ if (needsPinia) { _%>
|
35 | 35 | "@vue-mini/pinia": "^0.1.2",
|
36 | 36 | <%_ } _%>
|
37 | 37 | trailing-comma
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@babel/core": "^7.26.10", |
41 |
| - "@babel/plugin-transform-runtime": "^7.26.10", |
42 |
| - "@babel/preset-env": "^7.26.9", |
| 40 | + "@babel/core": "^7.28.0", |
| 41 | + "@babel/plugin-transform-runtime": "^7.28.0", |
| 42 | + "@babel/preset-env": "^7.28.0", |
43 | 43 | <%_ if (needsTypeScript) { _%>
|
44 |
| - "@babel/preset-typescript": "^7.27.0", |
| 44 | + "@babel/preset-typescript": "^7.27.1", |
45 | 45 | <%_ } _%>
|
46 |
| - "@babel/traverse": "^7.27.0", |
47 |
| - "@babel/types": "^7.27.0", |
| 46 | + "@babel/traverse": "^7.28.0", |
| 47 | + "@babel/types": "^7.28.2", |
48 | 48 | <%_ if (needsEslint) { _%>
|
49 |
| - "@eslint/js": "^9.23.0", |
| 49 | + "@eslint/js": "^9.32.0", |
50 | 50 | <%_ } _%>
|
51 |
| - "@rollup/plugin-commonjs": "^28.0.3", |
| 51 | + "@rollup/plugin-commonjs": "^28.0.6", |
52 | 52 | "@rollup/plugin-node-resolve": "^16.0.1",
|
53 | 53 | "@rollup/plugin-replace": "^6.0.2",
|
54 | 54 | "@rollup/plugin-terser": "^0.4.4",
|
55 | 55 | <%_ if (needsTypeScript && needsVitest) { _%>
|
56 |
| - "@types/node": "^22.13.14", |
| 56 | + "@types/node": "^24.1.0", |
57 | 57 | <%_ } _%>
|
58 | 58 | <%_ if (needsVitest) { _%>
|
59 |
| - "@vitest/coverage-v8": "^3.1.1", |
| 59 | + "@vitest/coverage-v8": "^3.2.4", |
60 | 60 | <%_ } _%>
|
61 | 61 | "babel-plugin-autocomplete-index": "^0.2.0",
|
62 | 62 | "babel-plugin-module-resolver": "^5.0.2",
|
63 | 63 | "babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
64 | 64 | "chokidar": "^4.0.3",
|
65 |
| - "cross-env": "^7.0.3", |
| 65 | + "cross-env": "^10.0.0", |
66 | 66 | <%_ if (needsEslint) { _%>
|
67 |
| - "eslint": "^9.23.0", |
| 67 | + "eslint": "^9.32.0", |
68 | 68 | <%_ if (needsPrettier) { _%>
|
69 |
| - "eslint-config-prettier": "^10.1.1", |
| 69 | + "eslint-config-prettier": "^10.1.8", |
70 | 70 | <%_ } _%>
|
71 | 71 | <%_ } _%>
|
72 | 72 | "fs-extra": "^11.3.0",
|
73 | 73 | <%_ if (needsEslint) { _%>
|
74 |
| - "globals": "^16.0.0", |
| 74 | + "globals": "^16.3.0", |
75 | 75 | <%_ } _%>
|
76 | 76 | "kolorist": "^1.8.0",
|
77 | 77 | "local-pkg": "^1.1.1",
|
78 |
| - "postcss": "^8.5.3", |
| 78 | + "postcss": "^8.5.6", |
79 | 79 | "postcss-load-config": "^6.0.1",
|
80 | 80 | "postcss-pxtorpx-pro": "^2.0.0",
|
81 | 81 | <%_ if (needsPrettier) { _%>
|
82 |
| - "prettier": "^3.5.3", |
| 82 | + "prettier": "^3.6.2", |
83 | 83 | <%_ } _%>
|
84 |
| - "rollup": "^4.38.0", |
| 84 | + "rollup": "^4.46.2", |
85 | 85 | <%_ if (needsStylelint) { _%>
|
86 |
| - "stylelint": "^16.17.0", |
87 |
| - "stylelint-config-standard": "^37.0.0", |
| 86 | + "stylelint": "^16.23.0", |
| 87 | + "stylelint-config-standard": "^39.0.0", |
88 | 88 | <%_ } _%>
|
89 |
| - "terser": "^5.39.0", |
| 89 | + "terser": "^5.43.1", |
90 | 90 | <%_ if (needsTypeScript) { _%>
|
91 |
| - "typescript": "^5.8.2", |
| 91 | + "typescript": "^5.8.3", |
92 | 92 | <%_ } _%>
|
93 | 93 | <%_ if (needsTypeScript && needsEslint) { _%>
|
94 |
| - "typescript-eslint": "^8.28.0", |
| 94 | + "typescript-eslint": "^8.38.0", |
95 | 95 | <%_ } _%>
|
96 | 96 | <%_ if (needsVitest) { _%>
|
97 |
| - "vitest": "^3.1.1", |
| 97 | + "vitest": "^3.2.4", |
98 | 98 | <%_ } _%>
|
99 | 99 | trailing-comma
|
100 | 100 | },
|
|
0 commit comments