Skip to content

Commit

Permalink
chore: bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Oct 30, 2022
1 parent e04a70a commit 3cc6e0d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,29 @@
"author": "Alex Miller",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.8",
"@types/uuid": "^8.3.4",
"@typescript-eslint/parser": "^5.37.0",
"chalk": "^5.0.1",
"esbuild": "^0.15.7",
"eslint": "^8.23.1",
"@typescript-eslint/parser": "^5.41.0",
"chalk": "^5.1.2",
"esbuild": "^0.15.12",
"eslint": "^8.26.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-github": "^4.3.7",
"eslint-plugin-github": "^4.4.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.4",
"jest": "^29.0.3",
"jest-circus": "^29.0.3",
"eslint-plugin-jest": "^27.1.3",
"jest": "^29.2.2",
"jest-circus": "^29.2.2",
"prettier": "2.7.1",
"release-it": "^15.4.2",
"ts-jest": "^29.0.1",
"release-it": "^15.5.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
}
}

0 comments on commit 3cc6e0d

Please sign in to comment.