Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Apr 19, 2023
1 parent 85033bc commit 00affe5
Show file tree
Hide file tree
Showing 8 changed files with 302 additions and 499 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = {
'prettier'
],
rules: {
'@typescript-eslint/member-delimiter-style': 'off'
'@typescript-eslint/member-delimiter-style': 'off',
'@typescript-eslint/consistent-type-imports': 'error'
},
overrides: [
{
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@
"devDependencies": {
"@polka/url": "^1.0.0-next.21",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.14.1",
"@types/node": "^18.15.11",
"@types/throttle-debounce": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"mrmime": "^1.0.1",
"node-fetch": "^3.3.0",
"prettier": "^2.8.4",
"node-fetch": "^3.3.1",
"prettier": "^2.8.7",
"throttle-debounce": "^5.0.0",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vitest": "^0.29.1",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.2.2",
"vitest": "^0.30.1",
"vitest-github-actions-reporter": "^0.10.0"
},
"dependencies": {
Expand Down

0 comments on commit 00affe5

Please sign in to comment.