Skip to content

Commit

Permalink
fix: upgrade dependencies (#126)
Browse files Browse the repository at this point in the history
* fix: bump husky and use trim-newlines v3.0.1

* fix: use dot-prop v5.3.0
  • Loading branch information
kaylachun authored Mar 4, 2024
1 parent 7cd8047 commit 54dcf1a
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 551 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,27 +87,27 @@
]
},
"dependencies": {
"@commitlint/cli": "8.3.6",
"@commitlint/config-conventional": "8.3.4",
"@commitlint/cli": "17.0.0",
"@commitlint/config-conventional": "10.0.0",
"@oclif/command": "1.5.19",
"@oclif/config": "1.14.0",
"@oclif/plugin-help": "2.2.3",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/pluginutils": "4.x",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.4",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.0",
"@semantic-release/npm": "9.0.0",
"@semantic-release/release-notes-generator": "9.0.0",
"@semantic-release/release-notes-generator": "10.0.3",
"cli-ux": "5.4.4",
"commitizen": "~4.2.5",
"cz-conventional-changelog": "3.1.x",
"esm": "^3.2.25",
"estree-walker": "2.x",
"find-up": "^4.1.0",
"husky": "4.2.3",
"husky": "4.3.7",
"inquirer": "7.0.4",
"lint-staged": "10.0.7",
"magic-string": "0.25.x",
Expand Down
Loading

0 comments on commit 54dcf1a

Please sign in to comment.