Skip to content

Commit

Permalink
chore(lint): bump eslint & prettier 3 (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Aug 29, 2023
1 parent d097e6f commit c910c65
Show file tree
Hide file tree
Showing 13 changed files with 380 additions and 83 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.15",
"codesandbox": "^2.2.3",
"eslint": "^8.44.0",
"eslint": "^8.48.0",
"@nutui/eslint-config": "workspace:*",
"fs-extra": "^11.1.1",
"highlight.js": "^11.8.0",
Expand All @@ -100,7 +100,7 @@
"lzutf8": "^0.6.3",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"prettier": "^2.8.8",
"prettier": "^3.0.2",
"rimraf": "^5.0.1",
"typescript": "^4.9.3",
"unplugin-vue-components": "^0.25.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"url": "https://github.com/jdf2e/nutui/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"vue-eslint-parser": "^9.3.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.17.0"
},
"devDependencies": {
"eslint": "^8.44.0"
"eslint": "^8.48.0"
},
"peerDependencies": {
"eslint": "^7.32.0 || ^8.44.0"
Expand Down
Loading

0 comments on commit c910c65

Please sign in to comment.