Skip to content

Commit

Permalink
fix: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
VicSolWang committed Dec 5, 2023
1 parent 22f63a5 commit e2dcc6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,27 @@
"dependencies": {
"@eslint/eslintrc": "^2.1.4",
"eslint": "^8.55.0",
"eslint-config-wzx": "^0.9.9",
"eslint-config-wzx": "^0.9.10",
"eslint-plugin-vue": "^9.19.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"typescript": "^5.3.2"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"ava": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"ava": "^6.0.0",
"c8": "^8.0.1",
"fs-extra": "^11.2.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vue": "^3.3.9"
"vue": "^3.3.10"
}
}

0 comments on commit e2dcc6c

Please sign in to comment.