Skip to content

Commit 6cc151e

Browse files
committed
chore:升级依赖,发布 v1.0.1
1 parent e1e8d9a commit 6cc151e

File tree

2 files changed

+174
-125
lines changed

2 files changed

+174
-125
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@longwoo/eslint-config-typescript-prettier",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": " 一个 TypeScript 的 ESLint 配置,使用 Prettier 格式化代码。",
55
"main": "index.js",
66
"keywords": [
@@ -19,15 +19,15 @@
1919
"registry": "https://registry.npmjs.org/"
2020
},
2121
"dependencies": {
22-
"@typescript-eslint/eslint-plugin": "^5.28.0",
23-
"@typescript-eslint/parser": "^5.28.0",
22+
"@typescript-eslint/eslint-plugin": "^5.42.1",
23+
"@typescript-eslint/parser": "^5.42.1",
2424
"eslint-config-prettier": "^8.5.0",
25-
"eslint-plugin-prettier": "^4.0.0"
25+
"eslint-plugin-prettier": "^4.2.1"
2626
},
2727
"devDependencies": {
28-
"eslint": "^8.17.0",
29-
"prettier": "^2.6.2",
30-
"typescript": "^4.6.4"
28+
"eslint": "^8.27.0",
29+
"prettier": "^2.7.1",
30+
"typescript": "^4.8.4"
3131
},
3232
"peerDependencies": {
3333
"eslint": "^8.17.0",

0 commit comments

Comments
 (0)