Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengbangbo committed Dec 25, 2022
1 parent 0ce1118 commit bf55e1f
Show file tree
Hide file tree
Showing 13 changed files with 260 additions and 138 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
node_modules
.pnpm-debug.log
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/eslint-config.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@zhengbangbo/eslint-config": "*",
"bumpp": "^8.2.1",
"eslint": "^8.27.0"
"eslint": "^8.30.0"
},
"eslintConfig": {
"extends": "@zhengbangbo"
Expand Down
6 changes: 3 additions & 3 deletions packages/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^15.5.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^44.0.2",
"eslint-plugin-yml": "^1.2.0",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-yml": "^1.4.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"index.js"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@zhengbangbo/eslint-config-basic": "workspace:*",
"typescript": "^4.8.4"
"typescript": "^4.9.4"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
],
"dependencies": {
"@zhengbangbo/eslint-config-ts": "workspace:*",
"eslint-plugin-vue": "^9.7.0"
"eslint-plugin-vue": "^9.8.0"
}
}
Loading

0 comments on commit bf55e1f

Please sign in to comment.