Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingshan committed Nov 7, 2024
1 parent 80f9c54 commit fb5af45
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions template/base/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,25 @@
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
<%_ if (needsTypeScript && needsVitest) { _%>
"@types/node": "^22.8.1",
"@types/node": "^22.9.0",
<%_ } _%>
<%_ if (needsVitest) { _%>
"@vitest/coverage-v8": "^2.1.3",
"@vitest/coverage-v8": "^2.1.4",
<%_ } _%>
"babel-plugin-autocomplete-index": "^0.2.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"chokidar": "^4.0.1",
"cross-env": "^7.0.3",
<%_ if (needsEslint) { _%>
"eslint": "^9.13.0",
"eslint": "^9.14.0",
<%_ if (needsPrettier) { _%>
"eslint-config-prettier": "^9.1.0",
<%_ } _%>
<%_ } _%>
"fs-extra": "^11.2.0",
<%_ if (needsEslint) { _%>
"globals": "^15.11.0",
"globals": "^15.12.0",
<%_ } _%>
"kolorist": "^1.8.0",
"local-pkg": "^0.5.0",
Expand All @@ -75,7 +75,7 @@
<%_ if (needsPrettier) { _%>
"prettier": "^3.3.3",
<%_ } _%>
"rollup": "^4.24.0",
"rollup": "^4.24.4",
<%_ if (needsStylelint) { _%>
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
Expand All @@ -85,10 +85,10 @@
"typescript": "^5.6.3",
<%_ } _%>
<%_ if (needsTypeScript && needsEslint) { _%>
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.13.0",
<%_ } _%>
<%_ if (needsVitest) { _%>
"vitest": "^2.1.3",
"vitest": "^2.1.4",
<%_ } _%>
trailing-comma
},
Expand Down

0 comments on commit fb5af45

Please sign in to comment.