Skip to content

Commit 8dce346

Browse files
committed
feat: update dependencies
1 parent fda7e88 commit 8dce346

File tree

1 file changed

+31
-28
lines changed

1 file changed

+31
-28
lines changed

template/base/package.json.ejs

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,65 +29,68 @@
2929
"build": "cross-env NODE_ENV=production node build.js"
3030
},
3131
"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"
3434
},
3535
"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",
3939
<%_ if (needsTypeScript) { _%>
40-
"@babel/preset-typescript": "^7.26.0",
40+
"@babel/preset-typescript": "^7.27.0",
4141
<%_ } _%>
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",
4750
"@rollup/plugin-terser": "^0.4.4",
4851
<%_ if (needsTypeScript && needsVitest) { _%>
49-
"@types/node": "^22.9.0",
52+
"@types/node": "^22.13.14",
5053
<%_ } _%>
5154
<%_ if (needsVitest) { _%>
52-
"@vitest/coverage-v8": "^2.1.4",
55+
"@vitest/coverage-v8": "^3.1.1",
5356
<%_ } _%>
5457
"babel-plugin-autocomplete-index": "^0.2.0",
5558
"babel-plugin-module-resolver": "^5.0.2",
5659
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
57-
"chokidar": "^4.0.1",
60+
"chokidar": "^4.0.3",
5861
"cross-env": "^7.0.3",
5962
<%_ if (needsEslint) { _%>
60-
"eslint": "^9.14.0",
63+
"eslint": "^9.23.0",
6164
<%_ if (needsPrettier) { _%>
62-
"eslint-config-prettier": "^9.1.0",
65+
"eslint-config-prettier": "^10.1.1",
6366
<%_ } _%>
6467
<%_ } _%>
65-
"fs-extra": "^11.2.0",
68+
"fs-extra": "^11.3.0",
6669
<%_ if (needsEslint) { _%>
67-
"globals": "^15.12.0",
70+
"globals": "^16.0.0",
6871
<%_ } _%>
6972
"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",
7275
"postcss-load-config": "^6.0.1",
7376
"postcss-pxtorpx-pro": "^2.0.0",
7477
<%_ if (needsPrettier) { _%>
75-
"prettier": "^3.3.3",
78+
"prettier": "^3.5.3",
7679
<%_ } _%>
77-
"rollup": "^4.25.0",
80+
"rollup": "^4.38.0",
7881
<%_ 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",
8184
<%_ } _%>
82-
"terser": "^5.36.0",
85+
"terser": "^5.39.0",
8386
<%_ if (needsTypeScript) { _%>
84-
"typescript": "^5.6.3",
87+
"typescript": "^5.8.2",
8588
<%_ } _%>
8689
<%_ if (needsTypeScript && needsEslint) { _%>
87-
"typescript-eslint": "^8.14.0",
90+
"typescript-eslint": "^8.28.0",
8891
<%_ } _%>
8992
<%_ if (needsVitest) { _%>
90-
"vitest": "^2.1.4",
93+
"vitest": "^3.1.1",
9194
<%_ } _%>
9295
trailing-comma
9396
},

0 commit comments

Comments
 (0)