Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent a056da1 commit c951b40
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 251 deletions.
8 changes: 4 additions & 4 deletions apps/calculator-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@iconify/json": "2.2.294",
"@iconify/json": "2.2.295",
"@sveltejs/adapter-vercel": "5.5.2",
"@sveltejs/kit": "2.15.2",
"@sveltejs/kit": "2.15.3",
"@sveltejs/vite-plugin-svelte": "4.0.4",
"@testing-library/dom": "10.4.0",
"@testing-library/svelte": "5.2.6",
Expand All @@ -29,11 +29,11 @@
"eslint-plugin-svelte": "2.46.1",
"globals": "15.14.0",
"jsdom": "25.0.1",
"postcss": "8.5.0",
"postcss": "8.5.1",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.9",
"svelte": "5.17.4",
"svelte": "5.18.0",
"svelte-check": "4.1.4",
"tailwindcss": "3.4.17",
"tslib": "2.8.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"@sanity/client": "6.24.3",
"@sanity/code-input": "5.1.2",
"@sanity/image-url": "1.1.0",
"@sanity/vision": "3.69.0",
"groq": "3.69.0",
"@sanity/vision": "3.70.0",
"groq": "3.70.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.4.0",
"sanity": "3.69.0",
"sanity": "3.70.0",
"styled-components": "6.1.14"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.69.0",
"@sanity/cli": "3.70.0",
"@types/node": "22.10.6"
}
}
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@vercel/analytics": "1.4.1",
"@vercel/speed-insights": "1.1.0",
"classnames": "2.5.1",
"groq": "3.69.0",
"groq": "3.70.0",
"unplugin-icons": "22.0.0"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@playwright/test": "1.49.1",
"@portabletext/svelte": "2.1.11",
"@sveltejs/adapter-vercel": "5.5.2",
"@sveltejs/kit": "2.15.2",
"@sveltejs/kit": "2.15.3",
"@sveltejs/vite-plugin-svelte": "4.0.4",
"@tailwindcss/typography": "0.5.16",
"autoprefixer": "10.4.20",
Expand All @@ -40,7 +40,7 @@
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.9",
"svelte": "5.17.4",
"svelte": "5.18.0",
"svelte-check": "4.1.4",
"svelte-highlight": "7.8.2",
"tailwindcss": "3.4.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"prettier-plugin-tailwindcss": "0.6.9",
"svelte": "5.17.4"
"svelte": "5.18.0"
}
}
Loading

0 comments on commit c951b40

Please sign in to comment.