Skip to content

Commit

Permalink
chore(deps): update project dependencies (#689)
Browse files Browse the repository at this point in the history
* chore(deps-dev): update project dependencies (minor)
* chore(deps-dev): update project dependencies (major)
* chore(deps): yarn upgrade
  • Loading branch information
nogic1008 committed Jun 16, 2022
1 parent 3bddc28 commit 558a08e
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 294 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@
"*.{json,yml}": "prettier --write"
},
"dependencies": {
"@actions/core": "^1.8.2",
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3"
},
"devDependencies": {
"@octokit/webhooks-types": "^5.6.0",
"@tsconfig/node16-strictest": "^1.0.1",
"@types/node": "^16.11.36",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@octokit/webhooks-types": "^5.8.0",
"@tsconfig/node16-strictest": "^1.0.2",
"@types/node": "^16.11.41",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vercel/ncc": "^0.34.0",
"c8": "^7.11.3",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"npm-run-all2": "^5.0.2",
"prettier": "^2.6.2",
"typescript": "~4.7.2",
"vitest": "^0.13.1"
"lint-staged": "^13.0.1",
"npm-run-all2": "^6.0.1",
"prettier": "^2.7.0",
"typescript": "~4.7.3",
"vitest": "^0.15.1"
}
}
Loading

0 comments on commit 558a08e

Please sign in to comment.