Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoranders committed Dec 17, 2023
1 parent a9292e6 commit 282f0e9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,24 @@
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@octokit/core": "5.0.1",
"@octokit/core": "5.0.2",
"@octokit/rest": "20.0.2"
},
"devDependencies": {
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@microsoft/api-documenter": "7.23.9",
"@microsoft/api-extractor": "7.38.0",
"@octokit/types": "12.1.1",
"@types/fancy-log": "2.0.1",
"@types/jest": "29.5.6",
"@types/libsodium-wrappers": "0.7.12",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@microsoft/api-documenter": "7.23.14",
"@microsoft/api-extractor": "7.38.5",
"@octokit/types": "12.4.0",
"@types/fancy-log": "2.0.2",
"@types/jest": "29.5.11",
"@types/libsodium-wrappers": "0.7.13",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"cpx": "1.5.0",
"cross-env": "7.0.3",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-unicorn": "49.0.0",
Expand All @@ -133,12 +133,12 @@
"jest-junit": "16.0.0",
"jest-spec-reporter": "1.0.19",
"libsodium-wrappers": "0.7.13",
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsdef": "0.0.14",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}

0 comments on commit 282f0e9

Please sign in to comment.