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, 2024
1 parent 4c68b41 commit dc9b34c
Show file tree
Hide file tree
Showing 3 changed files with 1,188 additions and 829 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
with:
body: I ran `pnpm format` 🧑‍💻
branch: actions/pages-router-prettier
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,44 +20,44 @@
"singleQuote": true
},
"dependencies": {
"@sanity/assist": "3.0.4",
"@sanity/client": "6.18.2",
"@sanity/assist": "3.0.8",
"@sanity/client": "6.22.1",
"@sanity/icons": "2.11.8",
"@sanity/image-url": "1.0.2",
"@sanity/preview-url-secret": "1.6.13",
"@sanity/vision": "3.42.1",
"@sanity/visual-editing": "1.8.20",
"@tailwindcss/typography": "0.5.13",
"@sanity/preview-url-secret": "1.6.21",
"@sanity/vision": "3.59.0",
"@sanity/visual-editing": "1.8.22",
"@tailwindcss/typography": "0.5.15",
"@types/node": "^20.11.26",
"@types/react": "18.3.2",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@urql/core": "5.0.3",
"@urql/next": "1.1.1",
"@vercel/speed-insights": "1.0.10",
"autoprefixer": "10.4.19",
"@urql/core": "5.0.6",
"@urql/next": "1.1.2",
"@vercel/speed-insights": "1.0.12",
"autoprefixer": "10.4.20",
"date-fns": "3.6.0",
"graphql": "16.8.1",
"next": "14.2.3",
"next-sanity": "9.0.18",
"graphql": "16.9.0",
"next": "14.2.14",
"next-sanity": "9.5.0",
"next-urql": "5.0.2",
"postcss": "8.4.38",
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"rxjs": "7.8.1",
"sanity": "3.42.1",
"sanity": "3.59.0",
"sanity-plugin-asset-source-unsplash": "3.0.1",
"styled-components": "6.1.11",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"styled-components": "6.1.13",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"urql": "4.1.0",
"wonka": "6.3.4"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.5.0",
"prettier-plugin-tailwindcss": "0.5.14"
"eslint": "8.57.1",
"eslint-config-next": "14.2.14",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.2",
"prettier-plugin-tailwindcss": "0.6.8"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit dc9b34c

Please sign in to comment.