Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#233)
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 Jun 20, 2024
1 parent ad32328 commit 1f842f5
Show file tree
Hide file tree
Showing 5 changed files with 359 additions and 432 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.20.0",
"@sanity/client": "6.20.1",
"@sanity/code-input": "4.1.4",
"@sanity/image-url": "1.0.2",
"@sanity/vision": "3.46.1",
"groq": "3.46.1",
"@sanity/vision": "3.47.1",
"groq": "3.47.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.2.1",
"sanity": "3.46.1",
"sanity": "3.47.1",
"styled-components": "6.1.11"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.46.1",
"@types/node": "20.14.2"
"@sanity/cli": "3.47.1",
"@types/node": "20.14.6"
}
}
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@
"@binoy/ui": "workspace:*",
"@iconify-json/fa": "1.1.8",
"@iconify-json/mdi": "1.1.66",
"@sanity/client": "6.20.0",
"@sanity/client": "6.20.1",
"@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.46.1",
"groq": "3.47.1",
"unplugin-icons": "0.19.0"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@playwright/test": "1.44.1",
"@portabletext/svelte": "2.1.11",
"@sveltejs/adapter-auto": "3.2.2",
"@sveltejs/kit": "2.5.16",
"@sveltejs/kit": "2.5.17",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tailwindcss/typography": "0.5.13",
"autoprefixer": "10.4.19",
"eslint": "9.5.0",
"highlight.js": "11.9.0",
"prettier": "3.3.2",
"prettier-plugin-svelte": "3.2.4",
"prettier-plugin-tailwindcss": "0.6.4",
"prettier-plugin-tailwindcss": "0.6.5",
"svelte": "4.2.18",
"svelte-check": "3.8.0",
"svelte-check": "3.8.1",
"svelte-highlight": "7.6.1",
"tailwindcss": "3.4.4",
"tslib": "2.6.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "module",
"main": "index.js",
"dependencies": {
"typescript-eslint": "7.13.0",
"globals": "15.5.0",
"typescript-eslint": "7.13.1",
"globals": "15.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.13.4",
"eslint-plugin-svelte": "2.39.4"
"eslint-plugin-svelte": "2.40.0"
},
"publishConfig": {
"access": "public"
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.4",
"prettier-plugin-tailwindcss": "0.6.5",
"svelte": "4.2.18"
}
}
Loading

0 comments on commit 1f842f5

Please sign in to comment.