Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent d35322a commit 0d389da
Show file tree
Hide file tree
Showing 3 changed files with 1,429 additions and 800 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 7

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@
"dependencies": {
"@sentry/node": "^7.38.0",
"@sentry/tracing": "^7.38.0",
"dotenv": "16.0.3"
"dotenv": "16.4.5"
},
"devDependencies": {
"@commitlint/cli": "17.5.0",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@commitlint/lint": "^17.3.0",
"@evilmartians/lefthook": "^1.2.1",
"@types/jest": "29.5.0",
"@types/jest": "29.5.12",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"commitizen": "4.3.0",
"commitlint-plugin-function-rules": "1.7.1",
"concurrently": "7.6.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.36.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "27.2.1",
"jest": "29.5.0",
"eslint-plugin-jest": "27.9.0",
"jest": "29.7.0",
"jest-junit": "15.0.0",
"prettier": "2.8.6",
"sort-package-json": "2.4.1",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "5.0.2"
"prettier": "2.8.8",
"sort-package-json": "2.10.0",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"typescript": "5.5.3"
}
}
Loading

0 comments on commit 0d389da

Please sign in to comment.