Skip to content

Commit

Permalink
Merge branch 'master' into renovate/codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Apr 23, 2024
2 parents 6d3c5eb + a8efa49 commit a7f8884
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: '20.9'

- name: 'Cache dependencies'
uses: buildjet/cache@v3
uses: buildjet/cache@v4
with:
path: '**/node_modules'
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"devDependencies": {
"@devoxa/eslint-config": "3.0.11",
"@devoxa/prettier-config": "2.0.2",
"@prisma/client": "5.9.0",
"@swc/core": "1.3.107",
"@swc/jest": "0.2.31",
"@types/jest": "29.5.11",
"@prisma/client": "5.12.1",
"@swc/core": "1.4.17",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/node": "20.9.5",
"eslint": "8.56.0",
"eslint": "8.57.0",
"jest": "29.7.0",
"prettier": "3.2.2",
"prisma": "5.9.0",
"typescript": "5.3.3"
"prettier": "3.2.5",
"prisma": "5.12.1",
"typescript": "5.4.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit a7f8884

Please sign in to comment.