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 1, 2023
1 parent 01d46d5 commit 67c84ad
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: pnpm install --ignore-scripts
- run: pnpm format
- run: git restore .github/workflows
- uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1
- uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1
id: generate-token
with:
app_id: ${{ secrets.ECOSCRIPT_APP_ID }}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,27 +68,27 @@
},
"devDependencies": {
"@react-native/polyfills": "^2.0.0",
"@sanity/semantic-release-preset": "^4.1.3",
"@sanity/semantic-release-preset": "^4.1.4",
"@types/react": "^18.2.21",
"@types/react-native": "^0.72.2",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-sanity": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.5",
"react": "^18.2.0",
"react-native": "^0.72.4",
"react-test-renderer": "^18.2.0",
"semantic-release": "^21.1.0",
"typescript": "^5.1.6",
"semantic-release": "^21.1.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.2",
"vitest": "^0.34.2",
"vite-plugin-dts": "^3.5.3",
"vitest": "^0.34.3",
"vitest-react-native": "^0.1.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 67c84ad

Please sign in to comment.