Skip to content

Commit

Permalink
chore: unuse cosmiconfig latest version. will case the bundle error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengqbbb committed Sep 26, 2023
1 parent 4b46790 commit 765ceda
Show file tree
Hide file tree
Showing 4 changed files with 637 additions and 893 deletions.
1 change: 1 addition & 0 deletions .x-cmd/bump
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
-x @types/rimraf \
-x lint-staged \
-x pkg-dir \
-x cosmiconfig \
-x bumpp
)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
},
"devDependencies": {
"@antfu/eslint-config": "0.38.6",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@cz-git/inquirer": "workspace:*",
"@types/fs-extra": "^11.0.2",
"@types/inquirer": "8.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/@cz-git/plugin-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"clean": "rimraf lib"
},
"devDependencies": {
"@commitlint/resolve-extends": "^17.6.7",
"@commitlint/resolve-extends": "^17.4.4",
"@commitlint/types": "^17.4.4",
"@types/tmp": "^0.2.4",
"cosmiconfig": "^8.3.6",
"@types/tmp": "^0.2.3",
"cosmiconfig": "8.2.0",
"pkg-dir": "5.0.0",
"tmp": "^0.2.1"
},
Expand Down

0 comments on commit 765ceda

Please sign in to comment.