Skip to content

Commit

Permalink
fix: upgrade deps, close #68
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 27, 2021
1 parent a8d7a34 commit 7b71c78
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 180 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"@antfu/eslint-config": "*",
"eslint": "^8.3.0",
"eslint": "^8.5.0",
"lerna": "^4.0.0",
"typescript": "^4.5.2"
"typescript": "^4.5.4"
}
}
10 changes: 5 additions & 5 deletions packages/all/package.json
Expand Up @@ -15,23 +15,23 @@
"dependencies": {
"@antfu/eslint-config-react": "^0.14.0",
"@antfu/eslint-config-vue": "^0.14.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^39.0.0",
"eslint-plugin-vue": "8.1.1",
"eslint-plugin-vue": "8.2.0",
"eslint-plugin-yml": "^0.12.0",
"jsonc-eslint-parser": "^2.0.4",
"yaml-eslint-parser": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.3.0"
"eslint": "^8.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/basic/package.json
Expand Up @@ -22,14 +22,14 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^39.0.0",
"eslint-plugin-yml": "^0.12.0",
"jsonc-eslint-parser": "^2.0.4",
"yaml-eslint-parser": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.3.0"
"eslint": "^8.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Expand Up @@ -20,11 +20,11 @@
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.14.0",
"eslint-plugin-react": "^7.27.1"
"eslint-plugin-react": "^7.28.0"
},
"devDependencies": {
"eslint": "^8.3.0",
"eslint": "^8.5.0",
"react": "^17.0.2",
"typescript": "^4.5.2"
"typescript": "^4.5.4"
}
}
6 changes: 3 additions & 3 deletions packages/typescript/package.json
Expand Up @@ -18,10 +18,10 @@
},
"dependencies": {
"@antfu/eslint-config-basic": "^0.14.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0"
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1"
},
"devDependencies": {
"eslint": "^8.3.0"
"eslint": "^8.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Expand Up @@ -17,9 +17,9 @@
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.14.0",
"eslint-plugin-vue": "^8.1.1"
"eslint-plugin-vue": "^8.2.0"
},
"devDependencies": {
"eslint": "^8.3.0"
"eslint": "^8.5.0"
}
}

0 comments on commit 7b71c78

Please sign in to comment.