Skip to content

Commit

Permalink
perf: upgrade dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Feb 25, 2022
1 parent 25df350 commit 306f844
Show file tree
Hide file tree
Showing 3 changed files with 4,077 additions and 16 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
},
"packageManager": "pnpm@6.23.0+",
"devDependencies": {
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.4.1",
"@types/node": "^16.11.26",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"typescript": "latest",
"vite": "^2.4.3"
"vite": "^2.8.4"
}
}
13 changes: 6 additions & 7 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@
"build": "rimraf dist && tsc"
},
"dependencies": {
"@octokit/rest": "^18.6.6",
"axios": "^0.21.1",
"debug": "^4.3.1"
"@octokit/rest": "^18.12.0",
"axios": "^0.21.4",
"debug": "^4.3.3",
"picocolors": "^1.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.6",
"picocolors": "^1.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
"@types/debug": "^4.1.7",
"rimraf": "^3.0.2"
}
}
Loading

0 comments on commit 306f844

Please sign in to comment.