Skip to content

Commit

Permalink
feat!: upgrade unplugin, drop node 16 & webpack 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 16, 2024
1 parent 55102fd commit eb5ce21
Show file tree
Hide file tree
Showing 3 changed files with 1,122 additions and 1,703 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-vue-components",
"type": "module",
"version": "0.27.5",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.0",
"description": "Components auto importing for Vue",
"author": "antfu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -94,37 +94,37 @@
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.3",
"@rollup/pluginutils": "^5.1.4",
"chokidar": "^3.6.0",
"debug": "^4.3.7",
"debug": "^4.4.0",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.1",
"magic-string": "^0.30.14",
"magic-string": "^0.30.15",
"minimatch": "^9.0.5",
"mlly": "^1.7.3",
"unplugin": "^1.16.0"
"unplugin": "^2.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.10.0",
"@babel/parser": "^7.26.2",
"@babel/types": "^7.26.0",
"@antfu/eslint-config": "^3.12.0",
"@babel/parser": "^7.26.3",
"@babel/types": "^7.26.3",
"@nuxt/kit": "^3.14.1592",
"@types/debug": "^4.1.12",
"@types/minimatch": "^5.1.2",
"@types/node": "^22.10.0",
"bumpp": "^9.8.1",
"@types/node": "^22.10.2",
"bumpp": "^9.9.1",
"compare-versions": "^6.1.1",
"element-plus": "^2.8.8",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"element-plus": "^2.9.1",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"esno": "^4.8.0",
"estree-walker": "^3.0.3",
"pathe": "^1.1.2",
"rollup": "^4.27.4",
"rollup": "^4.28.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"typescript": "~5.6.3",
"vite": "^6.0.3",
"vitest": "^2.1.8",
"vue": "3.2.45"
}
}
Loading

0 comments on commit eb5ce21

Please sign in to comment.