Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#259)
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 Dec 19, 2024
1 parent 828ea6a commit 32c0ac1
Show file tree
Hide file tree
Showing 5 changed files with 2,037 additions and 1,220 deletions.
12 changes: 6 additions & 6 deletions apps/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
},
"dependencies": {
"@sanity/client": "6.24.1",
"@sanity/code-input": "5.0.0",
"@sanity/code-input": "5.1.2",
"@sanity/image-url": "1.1.0",
"@sanity/vision": "3.66.1",
"groq": "3.66.1",
"@sanity/vision": "3.68.1",
"groq": "3.68.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.4.0",
"sanity": "3.66.1",
"sanity": "3.68.1",
"styled-components": "6.1.13"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.66.1",
"@types/node": "20.17.9"
"@sanity/cli": "3.68.1",
"@types/node": "20.17.10"
}
}
20 changes: 10 additions & 10 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,35 @@
},
"dependencies": {
"@binoy/ui": "workspace:*",
"@iconify-json/fa": "1.2.0",
"@iconify-json/mdi": "1.2.1",
"@iconify-json/fa": "1.2.1",
"@iconify-json/mdi": "1.2.2",
"@sanity/client": "6.24.1",
"@sanity/image-url": "1.1.0",
"@unpic/svelte": "0.0.57",
"@vercel/analytics": "1.4.1",
"@vercel/speed-insights": "1.1.0",
"classnames": "2.5.1",
"groq": "3.66.1",
"unplugin-icons": "0.21.0"
"groq": "3.68.1",
"unplugin-icons": "0.22.0"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@playwright/test": "1.49.1",
"@portabletext/svelte": "2.1.11",
"@sveltejs/adapter-vercel": "5.5.1",
"@sveltejs/kit": "2.9.1",
"@sveltejs/adapter-vercel": "5.5.2",
"@sveltejs/kit": "2.12.2",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@tailwindcss/typography": "0.5.15",
"autoprefixer": "10.4.20",
"eslint": "9.16.0",
"highlight.js": "11.10.0",
"eslint": "9.17.0",
"highlight.js": "11.11.0",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.9",
"svelte": "4.2.19",
"svelte-check": "4.1.1",
"svelte-highlight": "7.7.0",
"tailwindcss": "3.4.16",
"svelte-highlight": "7.8.0",
"tailwindcss": "3.4.17",
"tslib": "2.8.1",
"typescript": "5.7.2",
"vite": "5.4.11",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"eslint": "9.16.0",
"eslint": "9.17.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"lint-staged": "15.2.11",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"turbo": "2.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"dependencies": {
"typescript-eslint": "7.18.0",
"globals": "15.13.0",
"globals": "15.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "2.3.3",
"eslint-plugin-svelte": "2.46.1"
Expand Down
Loading

0 comments on commit 32c0ac1

Please sign in to comment.