Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#248)
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 Sep 26, 2024
1 parent 0ed93f3 commit 14f036e
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 231 deletions.
12 changes: 6 additions & 6 deletions apps/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"typegen": "pnpm run extract && sanity typegen generate"
},
"dependencies": {
"@sanity/client": "6.21.3",
"@sanity/client": "6.22.0",
"@sanity/code-input": "4.1.4",
"@sanity/image-url": "1.0.2",
"@sanity/vision": "3.57.4",
"groq": "3.57.4",
"@sanity/vision": "3.58.0",
"groq": "3.58.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"sanity": "3.57.4",
"sanity": "3.58.0",
"styled-components": "6.1.13"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.57.4",
"@types/node": "20.16.5"
"@sanity/cli": "3.58.0",
"@types/node": "20.16.9"
}
}
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@binoy/ui": "workspace:*",
"@iconify-json/fa": "1.2.0",
"@iconify-json/mdi": "1.2.0",
"@sanity/client": "6.21.3",
"@sanity/client": "6.22.0",
"@sanity/image-url": "1.0.2",
"@unpic/svelte": "0.0.53",
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"classnames": "2.5.1",
"groq": "3.57.4",
"groq": "3.58.0",
"unplugin-icons": "0.19.3"
},
"devDependencies": {
Expand All @@ -36,18 +36,18 @@
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@tailwindcss/typography": "0.5.15",
"autoprefixer": "10.4.20",
"eslint": "9.11.0",
"eslint": "9.11.1",
"highlight.js": "11.10.0",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"prettier-plugin-tailwindcss": "0.6.6",
"prettier-plugin-tailwindcss": "0.6.8",
"svelte": "4.2.19",
"svelte-check": "4.0.2",
"svelte-highlight": "7.7.0",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"tslib": "2.7.0",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vitest": "2.1.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"eslint": "9.11.0",
"eslint": "9.11.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"prettier-plugin-tailwindcss": "0.6.6",
"prettier-plugin-tailwindcss": "0.6.8",
"svelte": "4.2.19"
}
}
Loading

0 comments on commit 14f036e

Please sign in to comment.