Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Oct 8, 2021
1 parent 4ddd0f1 commit 1ea70c1
Show file tree
Hide file tree
Showing 3 changed files with 1,964 additions and 1,783 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/debug": "^4.1.6",
"@types/node": "^15.14.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"@types/node": "^15.14.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.4.1",
"typescript": "latest",
"vite": "^2.4.3"
},
"version": "1.1.0-alpha0"
"vite": "^2.6.5"
}
}
4 changes: 2 additions & 2 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"debug": "^4.3.1"
},
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
"@types/debug": "^4.1.7",
"rimraf": "^3.0.2"
}
}
Loading

0 comments on commit 1ea70c1

Please sign in to comment.