Skip to content

Commit 710a0dc

Browse files
committed
feat: update dependencies
1 parent 02f2307 commit 710a0dc

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

template/base/package.json.ejs

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -29,72 +29,72 @@
2929
"build": "cross-env NODE_ENV=production node build.js"
3030
},
3131
"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",
3434
<%_ if (needsPinia) { _%>
3535
"@vue-mini/pinia": "^0.1.2",
3636
<%_ } _%>
3737
trailing-comma
3838
},
3939
"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",
4343
<%_ if (needsTypeScript) { _%>
44-
"@babel/preset-typescript": "^7.27.0",
44+
"@babel/preset-typescript": "^7.27.1",
4545
<%_ } _%>
46-
"@babel/traverse": "^7.27.0",
47-
"@babel/types": "^7.27.0",
46+
"@babel/traverse": "^7.28.0",
47+
"@babel/types": "^7.28.2",
4848
<%_ if (needsEslint) { _%>
49-
"@eslint/js": "^9.23.0",
49+
"@eslint/js": "^9.32.0",
5050
<%_ } _%>
51-
"@rollup/plugin-commonjs": "^28.0.3",
51+
"@rollup/plugin-commonjs": "^28.0.6",
5252
"@rollup/plugin-node-resolve": "^16.0.1",
5353
"@rollup/plugin-replace": "^6.0.2",
5454
"@rollup/plugin-terser": "^0.4.4",
5555
<%_ if (needsTypeScript && needsVitest) { _%>
56-
"@types/node": "^22.13.14",
56+
"@types/node": "^24.1.0",
5757
<%_ } _%>
5858
<%_ if (needsVitest) { _%>
59-
"@vitest/coverage-v8": "^3.1.1",
59+
"@vitest/coverage-v8": "^3.2.4",
6060
<%_ } _%>
6161
"babel-plugin-autocomplete-index": "^0.2.0",
6262
"babel-plugin-module-resolver": "^5.0.2",
6363
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
6464
"chokidar": "^4.0.3",
65-
"cross-env": "^7.0.3",
65+
"cross-env": "^10.0.0",
6666
<%_ if (needsEslint) { _%>
67-
"eslint": "^9.23.0",
67+
"eslint": "^9.32.0",
6868
<%_ if (needsPrettier) { _%>
69-
"eslint-config-prettier": "^10.1.1",
69+
"eslint-config-prettier": "^10.1.8",
7070
<%_ } _%>
7171
<%_ } _%>
7272
"fs-extra": "^11.3.0",
7373
<%_ if (needsEslint) { _%>
74-
"globals": "^16.0.0",
74+
"globals": "^16.3.0",
7575
<%_ } _%>
7676
"kolorist": "^1.8.0",
7777
"local-pkg": "^1.1.1",
78-
"postcss": "^8.5.3",
78+
"postcss": "^8.5.6",
7979
"postcss-load-config": "^6.0.1",
8080
"postcss-pxtorpx-pro": "^2.0.0",
8181
<%_ if (needsPrettier) { _%>
82-
"prettier": "^3.5.3",
82+
"prettier": "^3.6.2",
8383
<%_ } _%>
84-
"rollup": "^4.38.0",
84+
"rollup": "^4.46.2",
8585
<%_ 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",
8888
<%_ } _%>
89-
"terser": "^5.39.0",
89+
"terser": "^5.43.1",
9090
<%_ if (needsTypeScript) { _%>
91-
"typescript": "^5.8.2",
91+
"typescript": "^5.8.3",
9292
<%_ } _%>
9393
<%_ if (needsTypeScript && needsEslint) { _%>
94-
"typescript-eslint": "^8.28.0",
94+
"typescript-eslint": "^8.38.0",
9595
<%_ } _%>
9696
<%_ if (needsVitest) { _%>
97-
"vitest": "^3.1.1",
97+
"vitest": "^3.2.4",
9898
<%_ } _%>
9999
trailing-comma
100100
},

0 commit comments

Comments
 (0)