Skip to content

Commit

Permalink
chore(nodejs): Upgrade dependencies. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored May 14, 2023
2 parents 2a1028a + 4a2e528 commit 7b05c85
Show file tree
Hide file tree
Showing 3 changed files with 595 additions and 1,401 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"start": "probot run ./index.js",
"test": "jest --coverage",
"update-snapshots": "jest --updateSnapshot",
"posttest": "pnpm run lint",
"lint": "prettier --check '{lib,test,docs}/**/*.{js,json,md}' index.js *.md package.json app.yml",
"lint:fix": "prettier --write '{lib,test,docs}/**/*.{js,json,md}' index.js *.md package.json app.yml"
Expand All @@ -18,15 +19,15 @@
"pnpm": "^8"
},
"dependencies": {
"email-validator": "^2.0.3",
"prettier": "^2.5.1",
"probot": "^12.1.1"
"email-validator": "^2.0.4",
"probot": "^12.3.0"
},
"devDependencies": {
"jest": "^27.3.1",
"nock": "^13.2.0",
"pnpm": "^8.4.0",
"smee-client": "^1.0.1"
"jest": "^29.5.0",
"nock": "^13.3.1",
"pnpm": "^8.5.0",
"prettier": "^2.8.8",
"smee-client": "^1.2.3"
},
"standard": {
"env": [
Expand Down
Loading

0 comments on commit 7b05c85

Please sign in to comment.