Skip to content

Commit

Permalink
chore(deps): update non-major (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent 019b839 commit 8366fae
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserslist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
app_id: ${{ secrets.ECOSPARK_APP_ID }}
private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6
- uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: I ran `npx update-browserslist-db@latest` 🧑‍💻
Expand Down
57 changes: 46 additions & 11 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,26 @@
"extends": "@sanity/semantic-release-preset"
},
"devDependencies": {
"@sanity/pkg-utils": "^4.3.0",
"@sanity/pkg-utils": "^4.4.2",
"@sanity/semantic-release-preset": "^4.1.7",
"@types/express": "^4.17.21",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"body-parser": "^1.20.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-sanity": "^7.1.0",
"eslint-config-sanity": "^7.1.2",
"eslint-plugin-prettier": "^5.1.3",
"express": "^4.18.2",
"express": "^4.18.3",
"ls-engines": "^0.9.1",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.2",
"semantic-release": "^23.0.5",
"supertest": "^6.3.4",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
"typescript": "^5.4.2",
"vitest": "^1.4.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit 8366fae

Please sign in to comment.