Skip to content

Commit

Permalink
chore: update deps and peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-t-b committed Dec 12, 2022
1 parent 7208c3d commit 130ab67
Show file tree
Hide file tree
Showing 2 changed files with 415 additions and 388 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-import-resolver-typescript": "<4.0.0",
"eslint-plugin-import": "2.x.x",
"eslint-plugin-vue": "9.x.x",
"typescript": ">=3.3.1 <4.9.0",
"typescript": ">=3.3.1 <5.0.0",
"vitest": "*",
"vue-eslint-parser": "9.x.x"
},
Expand Down Expand Up @@ -72,13 +72,13 @@
}
},
"devDependencies": {
"@types/node": "^18.8.3",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.25.0",
"eslint-import-resolver-typescript": "^3.5.1",
"@types/node": "^18.11.13",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"eslint": "^8.29.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"typescript": "^4.8.4",
"vitest": "^0.24.0"
"typescript": "^4.9.4",
"vitest": "^0.25.7"
}
}
Loading

0 comments on commit 130ab67

Please sign in to comment.