Skip to content

Commit

Permalink
chore(deps): update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 56c4bd5 commit 8527991
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand All @@ -78,7 +78,7 @@ jobs:
if: always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
# Need to fetch entire commit history to
# analyze every commit since last release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: 🤔
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,28 +56,28 @@
"url-parse": "^1.5.10"
},
"devDependencies": {
"@sanity/semantic-release-preset": "^4.0.0",
"@types/debug": "^4.1.7",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@types/react-dom": "^18.0.10",
"@types/semver": "^7.3.13",
"@types/split2": "^4.0.0",
"@types/through2": "^2.0.38",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"@sanity/semantic-release-preset": "^4.1.4",
"@types/debug": "^4.1.9",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@types/node": "^18.18.3",
"@types/react-dom": "^18.2.10",
"@types/semver": "^7.5.3",
"@types/split2": "^4.2.1",
"@types/through2": "^2.0.39",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-sanity": "^6.0.0",
"gatsby": "^5.5.0",
"gatsby-plugin-image": "^3.5.0",
"jest": "^29.4.1",
"mkdirp": "^2.1.3",
"prettier": "^2.8.3",
"prettier-plugin-packagejson": "^2.4.2",
"prettier-plugin-tailwindcss": "^0.4.0",
"gatsby": "^5.12.5",
"gatsby-plugin-image": "^3.12.0",
"jest": "^29.7.0",
"mkdirp": "^2.1.6",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.6",
"prettier-plugin-tailwindcss": "^0.5.5",
"react": "^18.2.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.0"
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
"gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0",
Expand Down

0 comments on commit 8527991

Please sign in to comment.