Skip to content

Commit f4c4d3c

Browse files
committed
feat: update dependencies
1 parent a7a8d4f commit f4c4d3c

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

template/base/package.json.ejs

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,66 +29,66 @@
2929
"build": "cross-env NODE_ENV=production node build.js"
3030
},
3131
"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",
3434
"promise-polyfill": "^8.3.0"
3535
},
3636
"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",
4040
<%_ if (needsTypeScript) { _%>
41-
"@babel/preset-typescript": "^7.24.7",
41+
"@babel/preset-typescript": "^7.26.0",
4242
<%_ } _%>
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",
4848
"@rollup/plugin-terser": "^0.4.4",
4949
<%_ if (needsTypeScript && needsVitest) { _%>
50-
"@types/node": "^22.5.4",
50+
"@types/node": "^22.8.1",
5151
<%_ } _%>
5252
<%_ if (needsVitest) { _%>
53-
"@vitest/coverage-v8": "^2.0.5",
53+
"@vitest/coverage-v8": "^2.1.3",
5454
<%_ } _%>
5555
"babel-plugin-autocomplete-index": "^0.2.0",
5656
"babel-plugin-module-resolver": "^5.0.2",
5757
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
5858
"chokidar": "^3.6.0",
5959
"cross-env": "^7.0.3",
6060
<%_ if (needsEslint) { _%>
61-
"eslint": "^9.10.0",
61+
"eslint": "^9.13.0",
6262
<%_ if (needsPrettier) { _%>
6363
"eslint-config-prettier": "^9.1.0",
6464
<%_ } _%>
6565
<%_ } _%>
6666
"fs-extra": "^11.2.0",
6767
<%_ if (needsEslint) { _%>
68-
"globals": "^15.9.0",
68+
"globals": "^15.11.0",
6969
<%_ } _%>
7070
"kolorist": "^1.8.0",
7171
"local-pkg": "^0.5.0",
72-
"postcss": "^8.4.45",
72+
"postcss": "^8.4.47",
7373
"postcss-load-config": "^6.0.1",
7474
"postcss-pxtorpx-pro": "^2.0.0",
7575
<%_ if (needsPrettier) { _%>
7676
"prettier": "^3.3.3",
7777
<%_ } _%>
78-
"rollup": "^4.21.3",
78+
"rollup": "^4.24.0",
7979
<%_ if (needsStylelint) { _%>
80-
"stylelint": "^16.9.0",
80+
"stylelint": "^16.10.0",
8181
"stylelint-config-standard": "^36.0.1",
8282
<%_ } _%>
83-
"terser": "^5.32.0",
83+
"terser": "^5.36.0",
8484
<%_ if (needsTypeScript) { _%>
85-
"typescript": "^5.6.2",
85+
"typescript": "^5.6.3",
8686
<%_ } _%>
8787
<%_ if (needsTypeScript && needsEslint) { _%>
88-
"typescript-eslint": "^8.5.0",
88+
"typescript-eslint": "^8.11.0",
8989
<%_ } _%>
9090
<%_ if (needsVitest) { _%>
91-
"vitest": "^2.0.5",
91+
"vitest": "^2.1.3",
9292
<%_ } _%>
9393
trailing-comma
9494
},

0 commit comments

Comments
 (0)