Skip to content

Commit

Permalink
chore(deps): pin dependencies (#132)
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 Jan 30, 2025
1 parent dd27665 commit 7958747
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
- uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7
with:
body: I ran `npm run format` 🧑‍💻
branch: actions/prettier
Expand Down
83 changes: 30 additions & 53 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"prettier": "@sanity/prettier-config",
"devDependencies": {
"@sanity/prettier-config": "^1.0.3",
"concurrently": "^9.1.0",
"prettier": "3.4.1"
"@sanity/prettier-config": "1.0.3",
"concurrently": "9.1.0",
"prettier": "3.4.2"
}
}
6 changes: 3 additions & 3 deletions remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sanity/react-loader": "1.10.41",
"@sanity/visual-editing": "2.12.11",
"groq": "3.72.1",
"isbot": "5.1.17",
"isbot": "5.1.22",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand All @@ -31,8 +31,8 @@
"@remix-run/eslint-config": "2.15.3",
"@sanity/types": "3.72.1",
"@types/node": "20.8.8",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vercel/remix": "2.15.3",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/node": "20.8.8",
"@types/react": "19.0.8",
"eslint": "8.57.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}

0 comments on commit 7958747

Please sign in to comment.