Skip to content

Commit

Permalink
chore: Upgrade deps (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalnagar authored Aug 20, 2024
1 parent ec95590 commit 435c631
Show file tree
Hide file tree
Showing 3 changed files with 841 additions and 427 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,44 +48,44 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@octokit/rest": "^20.0.2",
"@octokit/types": "^13.0.0",
"@octokit/types": "^13.5.0",
"@pagerduty/pdjs": "2.2.4",
"@slack/types": "2.11.0",
"@slack/webhook": "7.0.2",
"@slack/types": "2.12.0",
"@slack/webhook": "7.0.3",
"adaptivecards": "3.0.4",
"nodemailer": "6.9.13"
"nodemailer": "6.9.14"
},
"devDependencies": {
"@kunalnagarco/eslint-config": "2.1.0",
"@kunalnagarco/eslint-config": "2.2.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.0.3",
"@semantic-release/release-notes-generator": "13.0.0",
"@semantic-release/github": "10.1.6",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.11",
"@types/nodemailer": "6.4.14",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@types/node": "20.16.1",
"@types/nodemailer": "6.4.15",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "0.38.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"husky": "9.0.11",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"husky": "9.1.5",
"jest": "29.7.0",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"semantic-release": "23.0.7",
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"semantic-release": "23.1.1",
"sort-package-json": "2.10.0",
"swiper": "^11.0.5",
"ts-jest": "29.1.2",
"typescript": "5.4.5"
"swiper": "^11.1.9",
"ts-jest": "29.2.4",
"typescript": "5.5.4"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 435c631

Please sign in to comment.