|
29 | 29 | "build": "cross-env NODE_ENV=production node build.js"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "@babel/runtime": "^7.26.0", |
33 |
| - "@vue-mini/core": "^1.2.0" |
| 32 | + "@babel/runtime": "^7.27.0", |
| 33 | + "@vue-mini/core": "^1.2.2" |
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@babel/core": "^7.26.0", |
37 |
| - "@babel/plugin-transform-runtime": "^7.25.9", |
38 |
| - "@babel/preset-env": "^7.26.0", |
| 36 | + "@babel/core": "^7.26.10", |
| 37 | + "@babel/plugin-transform-runtime": "^7.26.10", |
| 38 | + "@babel/preset-env": "^7.26.9", |
39 | 39 | <%_ if (needsTypeScript) { _%>
|
40 |
| - "@babel/preset-typescript": "^7.26.0", |
| 40 | + "@babel/preset-typescript": "^7.27.0", |
41 | 41 | <%_ } _%>
|
42 |
| - "@babel/traverse": "^7.25.9", |
43 |
| - "@babel/types": "^7.26.0", |
44 |
| - "@rollup/plugin-commonjs": "^28.0.1", |
45 |
| - "@rollup/plugin-node-resolve": "^15.3.0", |
46 |
| - "@rollup/plugin-replace": "^6.0.1", |
| 42 | + "@babel/traverse": "^7.27.0", |
| 43 | + "@babel/types": "^7.27.0", |
| 44 | + <%_ if (needsEslint) { _%> |
| 45 | + "@eslint/js": "^9.23.0", |
| 46 | + <%_ } _%> |
| 47 | + "@rollup/plugin-commonjs": "^28.0.3", |
| 48 | + "@rollup/plugin-node-resolve": "^16.0.1", |
| 49 | + "@rollup/plugin-replace": "^6.0.2", |
47 | 50 | "@rollup/plugin-terser": "^0.4.4",
|
48 | 51 | <%_ if (needsTypeScript && needsVitest) { _%>
|
49 |
| - "@types/node": "^22.9.0", |
| 52 | + "@types/node": "^22.13.14", |
50 | 53 | <%_ } _%>
|
51 | 54 | <%_ if (needsVitest) { _%>
|
52 |
| - "@vitest/coverage-v8": "^2.1.4", |
| 55 | + "@vitest/coverage-v8": "^3.1.1", |
53 | 56 | <%_ } _%>
|
54 | 57 | "babel-plugin-autocomplete-index": "^0.2.0",
|
55 | 58 | "babel-plugin-module-resolver": "^5.0.2",
|
56 | 59 | "babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
57 |
| - "chokidar": "^4.0.1", |
| 60 | + "chokidar": "^4.0.3", |
58 | 61 | "cross-env": "^7.0.3",
|
59 | 62 | <%_ if (needsEslint) { _%>
|
60 |
| - "eslint": "^9.14.0", |
| 63 | + "eslint": "^9.23.0", |
61 | 64 | <%_ if (needsPrettier) { _%>
|
62 |
| - "eslint-config-prettier": "^9.1.0", |
| 65 | + "eslint-config-prettier": "^10.1.1", |
63 | 66 | <%_ } _%>
|
64 | 67 | <%_ } _%>
|
65 |
| - "fs-extra": "^11.2.0", |
| 68 | + "fs-extra": "^11.3.0", |
66 | 69 | <%_ if (needsEslint) { _%>
|
67 |
| - "globals": "^15.12.0", |
| 70 | + "globals": "^16.0.0", |
68 | 71 | <%_ } _%>
|
69 | 72 | "kolorist": "^1.8.0",
|
70 |
| - "local-pkg": "^0.5.0", |
71 |
| - "postcss": "^8.4.49", |
| 73 | + "local-pkg": "^1.1.1", |
| 74 | + "postcss": "^8.5.3", |
72 | 75 | "postcss-load-config": "^6.0.1",
|
73 | 76 | "postcss-pxtorpx-pro": "^2.0.0",
|
74 | 77 | <%_ if (needsPrettier) { _%>
|
75 |
| - "prettier": "^3.3.3", |
| 78 | + "prettier": "^3.5.3", |
76 | 79 | <%_ } _%>
|
77 |
| - "rollup": "^4.25.0", |
| 80 | + "rollup": "^4.38.0", |
78 | 81 | <%_ if (needsStylelint) { _%>
|
79 |
| - "stylelint": "^16.10.0", |
80 |
| - "stylelint-config-standard": "^36.0.1", |
| 82 | + "stylelint": "^16.17.0", |
| 83 | + "stylelint-config-standard": "^37.0.0", |
81 | 84 | <%_ } _%>
|
82 |
| - "terser": "^5.36.0", |
| 85 | + "terser": "^5.39.0", |
83 | 86 | <%_ if (needsTypeScript) { _%>
|
84 |
| - "typescript": "^5.6.3", |
| 87 | + "typescript": "^5.8.2", |
85 | 88 | <%_ } _%>
|
86 | 89 | <%_ if (needsTypeScript && needsEslint) { _%>
|
87 |
| - "typescript-eslint": "^8.14.0", |
| 90 | + "typescript-eslint": "^8.28.0", |
88 | 91 | <%_ } _%>
|
89 | 92 | <%_ if (needsVitest) { _%>
|
90 |
| - "vitest": "^2.1.4", |
| 93 | + "vitest": "^3.1.1", |
91 | 94 | <%_ } _%>
|
92 | 95 | trailing-comma
|
93 | 96 | },
|
|
0 commit comments