Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emosheeep committed Feb 29, 2024
1 parent ee23a04 commit 52a88c4
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 274 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# circular-dependency-scanner

## 2.2.1

### Patch Changes

- chore: update dependencies

## 2.2.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "circular-dependency-scanner",
"version": "2.2.0",
"version": "2.2.1",
"type": "module",
"description": "Out-of-box and zero configuration circular dependencies detector, with both JavaScript API and Command Line Tool.",
"author": "秦旭洋 <qinxuyang@bytedance.com>",
"author": "情绪羊 <emosheep@qq.com>",
"packageManager": "[email protected]",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -44,9 +44,9 @@
"versions": "changeset version"
},
"dependencies": {
"@ast-grep/napi": "^0.18.1",
"@vue/compiler-sfc": "^3.4.19",
"commander": "^11.1.0",
"@ast-grep/napi": "^0.19.3",
"@vue/compiler-sfc": "^3.4.21",
"commander": "^12.0.0",
"get-tsconfig": "^4.7.2",
"graph-cycles": "^3.0.0",
"listr2": "^8.0.2",
Expand All @@ -60,10 +60,10 @@
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@types/node": "^20.11.19",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-define-config": "^2.1.0",
Expand Down
Loading

0 comments on commit 52a88c4

Please sign in to comment.