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 3, 2023
1 parent ae01fef commit bf56b91
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,29 +45,29 @@
},
"homepage": "https://github.com/VicSolWang/eslint-config-wzx-vue#readme",
"dependencies": {
"@eslint/eslintrc": "^2.1.3",
"eslint": "^8.54.0",
"eslint-config-wzx": "^0.9.8",
"eslint-plugin-vue": "^9.18.1"
"@eslint/eslintrc": "^2.1.4",
"eslint": "^8.55.0",
"eslint-config-wzx": "^0.9.9",
"eslint-plugin-vue": "^9.19.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"typescript": "^5.3.2"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"ava": "^5.3.1",
"c8": "^8.0.1",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vue": "^3.3.8"
"vue": "^3.3.9"
}
}

0 comments on commit bf56b91

Please sign in to comment.