Skip to content

Commit

Permalink
Merge 0575d06 into bbd6011
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Sep 25, 2023
2 parents bbd6011 + 0575d06 commit ed20c10
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact = true
34 changes: 17 additions & 17 deletions package-lock.json

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

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@
"@octokit/rest": "20.0.1",
"commander": "11.0.0",
"date-fns": "2.30.0",
"execa": "^8.0.1",
"execa": "8.0.1",
"git-url-parse": "13.1.0",
"parse-github-repo-url": "1.4.1",
"prepend-file": "^2.0.1",
"prepend-file": "2.0.1",
"semver": "7.5.4"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@types/git-url-parse": "^9.0.1",
"@types/node": "^20.6.3",
"@types/parse-github-repo-url": "^1.4.0",
"@types/semver": "^7.5.2",
"@types/sinon": "^10.0.16",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@ava/typescript": "4.1.0",
"@types/git-url-parse": "9.0.1",
"@types/node": "20.6.3",
"@types/parse-github-repo-url": "1.4.0",
"@types/semver": "7.5.2",
"@types/sinon": "10.0.16",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"ava": "5.3.1",
"c8": "^8.0.1",
"c8": "8.0.1",
"eslint": "8.50.0",
"eslint-config-joyn": "2.5.0",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-functional": "6.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-node": "11.1.0",
Expand All @@ -60,7 +60,7 @@
"eslint-plugin-unicorn": "48.0.1",
"prettier": "3.0.3",
"sinon": "16.0.0",
"typescript": "^5.2.2"
"typescript": "5.2.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ed20c10

Please sign in to comment.