Skip to content

Commit

Permalink
feat: upgrade importx to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 27, 2024
1 parent 5ff0b60 commit 3321591
Show file tree
Hide file tree
Showing 4 changed files with 1,157 additions and 918 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unconfig",
"type": "module",
"version": "0.5.5",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.11.0",
"description": "A universal solution for loading configurations.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -49,18 +49,18 @@
"dependencies": {
"@antfu/utils": "^0.7.10",
"defu": "^6.1.4",
"importx": "^0.4.3"
"importx": "^0.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.24.0",
"@antfu/ni": "^0.22.0",
"@types/node": "^22.0.0",
"bumpp": "^9.4.1",
"eslint": "^9.8.0",
"@antfu/eslint-config": "^3.7.3",
"@antfu/ni": "^0.23.0",
"@types/node": "^22.7.4",
"bumpp": "^9.5.2",
"eslint": "^9.11.1",
"esno": "^4.7.0",
"lodash-es": "^4.17.21",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit 3321591

Please sign in to comment.