|
29 | 29 | "build": "cross-env NODE_ENV=production node build.js"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "@babel/runtime": "^7.25.6", |
33 |
| - "@vue-mini/core": "^1.0.3", |
| 32 | + "@babel/runtime": "^7.26.0", |
| 33 | + "@vue-mini/core": "^1.2.0", |
34 | 34 | "promise-polyfill": "^8.3.0"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@babel/core": "^7.25.2", |
38 |
| - "@babel/plugin-transform-runtime": "^7.25.4", |
39 |
| - "@babel/preset-env": "^7.25.4", |
| 37 | + "@babel/core": "^7.26.0", |
| 38 | + "@babel/plugin-transform-runtime": "^7.25.9", |
| 39 | + "@babel/preset-env": "^7.26.0", |
40 | 40 | <%_ if (needsTypeScript) { _%>
|
41 |
| - "@babel/preset-typescript": "^7.24.7", |
| 41 | + "@babel/preset-typescript": "^7.26.0", |
42 | 42 | <%_ } _%>
|
43 |
| - "@babel/traverse": "^7.25.6", |
44 |
| - "@babel/types": "^7.25.6", |
45 |
| - "@rollup/plugin-commonjs": "^26.0.1", |
46 |
| - "@rollup/plugin-node-resolve": "^15.2.3", |
47 |
| - "@rollup/plugin-replace": "^5.0.7", |
| 43 | + "@babel/traverse": "^7.25.9", |
| 44 | + "@babel/types": "^7.26.0", |
| 45 | + "@rollup/plugin-commonjs": "^28.0.1", |
| 46 | + "@rollup/plugin-node-resolve": "^15.3.0", |
| 47 | + "@rollup/plugin-replace": "^6.0.1", |
48 | 48 | "@rollup/plugin-terser": "^0.4.4",
|
49 | 49 | <%_ if (needsTypeScript && needsVitest) { _%>
|
50 |
| - "@types/node": "^22.5.4", |
| 50 | + "@types/node": "^22.8.1", |
51 | 51 | <%_ } _%>
|
52 | 52 | <%_ if (needsVitest) { _%>
|
53 |
| - "@vitest/coverage-v8": "^2.0.5", |
| 53 | + "@vitest/coverage-v8": "^2.1.3", |
54 | 54 | <%_ } _%>
|
55 | 55 | "babel-plugin-autocomplete-index": "^0.2.0",
|
56 | 56 | "babel-plugin-module-resolver": "^5.0.2",
|
57 | 57 | "babel-plugin-transform-inline-environment-variables": "^0.4.4",
|
58 | 58 | "chokidar": "^3.6.0",
|
59 | 59 | "cross-env": "^7.0.3",
|
60 | 60 | <%_ if (needsEslint) { _%>
|
61 |
| - "eslint": "^9.10.0", |
| 61 | + "eslint": "^9.13.0", |
62 | 62 | <%_ if (needsPrettier) { _%>
|
63 | 63 | "eslint-config-prettier": "^9.1.0",
|
64 | 64 | <%_ } _%>
|
65 | 65 | <%_ } _%>
|
66 | 66 | "fs-extra": "^11.2.0",
|
67 | 67 | <%_ if (needsEslint) { _%>
|
68 |
| - "globals": "^15.9.0", |
| 68 | + "globals": "^15.11.0", |
69 | 69 | <%_ } _%>
|
70 | 70 | "kolorist": "^1.8.0",
|
71 | 71 | "local-pkg": "^0.5.0",
|
72 |
| - "postcss": "^8.4.45", |
| 72 | + "postcss": "^8.4.47", |
73 | 73 | "postcss-load-config": "^6.0.1",
|
74 | 74 | "postcss-pxtorpx-pro": "^2.0.0",
|
75 | 75 | <%_ if (needsPrettier) { _%>
|
76 | 76 | "prettier": "^3.3.3",
|
77 | 77 | <%_ } _%>
|
78 |
| - "rollup": "^4.21.3", |
| 78 | + "rollup": "^4.24.0", |
79 | 79 | <%_ if (needsStylelint) { _%>
|
80 |
| - "stylelint": "^16.9.0", |
| 80 | + "stylelint": "^16.10.0", |
81 | 81 | "stylelint-config-standard": "^36.0.1",
|
82 | 82 | <%_ } _%>
|
83 |
| - "terser": "^5.32.0", |
| 83 | + "terser": "^5.36.0", |
84 | 84 | <%_ if (needsTypeScript) { _%>
|
85 |
| - "typescript": "^5.6.2", |
| 85 | + "typescript": "^5.6.3", |
86 | 86 | <%_ } _%>
|
87 | 87 | <%_ if (needsTypeScript && needsEslint) { _%>
|
88 |
| - "typescript-eslint": "^8.5.0", |
| 88 | + "typescript-eslint": "^8.11.0", |
89 | 89 | <%_ } _%>
|
90 | 90 | <%_ if (needsVitest) { _%>
|
91 |
| - "vitest": "^2.0.5", |
| 91 | + "vitest": "^2.1.3", |
92 | 92 | <%_ } _%>
|
93 | 93 | trailing-comma
|
94 | 94 | },
|
|
0 commit comments