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 Sep 13, 2024
1 parent ad6d242 commit 8198ad4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
runs-on: ubuntu-latest
name: Lint & Build
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
cache: npm
node-version: lts/*
Expand Down Expand Up @@ -91,8 +91,8 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
cache: npm
node-version: ${{ matrix.node }}
Expand All @@ -106,12 +106,12 @@ jobs:
runs-on: ubuntu-latest
name: Semantic release
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
# Need to fetch entire commit history to
# analyze every commit since last release
fetch-depth: 0
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
cache: npm
node-version: lts/*
Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"date-fns": "^2.27.0",
"filesize": "^9.0.0",
"groq": "^3.0.0",
"is-hotkey": "^0.2.0",
"is-hotkey-esm": "^1.0.0",
"nanoid": "^3.3.3",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"pluralize": "^8.0.0",
"react-dropzone": "^11.3.1",
"react-file-icon": "^1.1.0",
Expand All @@ -84,41 +84,41 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@sanity/client": "^6.7.0",
"@sanity/color": "^2.1.20",
"@sanity/icons": "^2.0.0",
"@sanity/pkg-utils": "^2.4.8",
"@sanity/plugin-kit": "^3.1.10",
"@sanity/semantic-release-preset": "^2.0.2",
"@types/is-hotkey": "^0.1.7",
"@types/pluralize": "^0.0.29",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-file-icon": "^1.0.1",
"@types/react-redux": "^7.1.24",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@sanity/client": "^6.21.3",
"@sanity/color": "^2.2.5",
"@sanity/icons": "^2.11.8",
"@sanity/pkg-utils": "^2.4.10",
"@sanity/plugin-kit": "^3.1.12",
"@sanity/semantic-release-preset": "^2.0.5",
"@types/is-hotkey": "^0.1.10",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-file-icon": "^1.0.4",
"@types/react-redux": "^7.1.33",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-sanity": "^6.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-packagejson": "^2.3.0",
"react": "^18",
"react-dom": "^18",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^3.0.2",
"sanity": "^3.2.0",
"sanity": "^3.57.3",
"standard-version": "^9.5.0",
"styled-components": "^5.3.3",
"typescript": "^4.8.4"
"styled-components": "^5.3.11",
"typescript": "^4.9.5"
},
"peerDependencies": {
"@sanity/ui": "^1.0 || ^2.0",
Expand Down

0 comments on commit 8198ad4

Please sign in to comment.