Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Sep 29, 2023
2 parents 581d1a9 + cf2d001 commit d1d8ac1
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 136 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.vscode/
node_modules/
lib/
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode"]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"search.exclude": {
"lib/**": true
},
"editor.formatOnSave": true
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
169 changes: 84 additions & 85 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"@octokit/core": "^5.0.0",
"@octokit/core": "^5.0.1",
"@octokit/plugin-request-log": "^4.0.0",
"@octokit/plugin-rest-endpoint-methods": "^9.0.0",
"@octokit/request-error": "^5.0.0"
"@octokit/plugin-rest-endpoint-methods": "^10.0.0",
"@octokit/request-error": "^5.0.1"
},
"devDependencies": {
"@types/node": "^20.6.3",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^6.7.2",
"@vercel/ncc": "^0.38.0",
"ava": "^5.3.1",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"node-fetch": "^2.7.0",
Expand All @@ -43,4 +43,4 @@
"compile": false
}
}
}
}
Loading

0 comments on commit d1d8ac1

Please sign in to comment.