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 25, 2025
1 parent d85e2dc commit 1907617
Show file tree
Hide file tree
Showing 7 changed files with 443 additions and 441 deletions.
12 changes: 6 additions & 6 deletions apps/calculator-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,32 @@
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@iconify/json": "2.2.298",
"@iconify/json": "2.2.299",
"@sveltejs/adapter-vercel": "5.5.3",
"@sveltejs/kit": "2.16.0",
"@sveltejs/kit": "2.16.1",
"@sveltejs/vite-plugin-svelte": "4.0.4",
"@testing-library/dom": "10.4.0",
"@testing-library/svelte": "5.2.6",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"autoprefixer": "10.4.20",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.46.1",
"globals": "15.14.0",
"jsdom": "26.0.0",
"postcss": "8.5.1",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.10",
"svelte": "5.19.0",
"prettier-plugin-tailwindcss": "0.6.11",
"svelte": "5.19.3",
"svelte-check": "4.1.4",
"tailwindcss": "3.4.17",
"tslib": "2.8.1",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0",
"unplugin-icons": "22.0.0",
"vite": "5.4.13",
"vite": "5.4.14",
"vitest": "2.1.8"
},
"type": "module",
Expand Down
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.25.0",
"@sanity/client": "6.27.1",
"@sanity/code-input": "5.1.2",
"@sanity/image-url": "1.1.0",
"@sanity/vision": "3.70.0",
"groq": "3.70.0",
"@sanity/vision": "3.71.2",
"groq": "3.71.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.4.0",
"sanity": "3.70.0",
"sanity": "3.71.2",
"styled-components": "6.1.14"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.70.0",
"@types/node": "22.10.7"
"@sanity/cli": "3.71.2",
"@types/node": "22.10.10"
}
}
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,36 @@
"@binoy/ui": "workspace:*",
"@iconify-json/fa": "1.2.1",
"@iconify-json/mdi": "1.2.3",
"@sanity/client": "6.25.0",
"@sanity/client": "6.27.1",
"@sanity/image-url": "1.1.0",
"@unpic/svelte": "0.0.58",
"@vercel/analytics": "1.4.1",
"@vercel/speed-insights": "1.1.0",
"classnames": "2.5.1",
"groq": "3.70.0",
"groq": "3.71.2",
"unplugin-icons": "22.0.0"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@playwright/test": "1.49.1",
"@playwright/test": "1.50.0",
"@portabletext/svelte": "2.1.11",
"@sveltejs/adapter-vercel": "5.5.3",
"@sveltejs/kit": "2.16.0",
"@sveltejs/kit": "2.16.1",
"@sveltejs/vite-plugin-svelte": "4.0.4",
"@tailwindcss/typography": "0.5.16",
"autoprefixer": "10.4.20",
"eslint": "9.18.0",
"eslint": "9.19.0",
"highlight.js": "11.11.1",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.10",
"svelte": "5.19.0",
"prettier-plugin-tailwindcss": "0.6.11",
"svelte": "5.19.3",
"svelte-check": "4.1.4",
"svelte-highlight": "7.8.2",
"tailwindcss": "3.4.17",
"tslib": "2.8.1",
"typescript": "5.7.3",
"vite": "5.4.13",
"vite": "5.4.14",
"vitest": "2.1.8"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"eslint": "9.18.0",
"eslint": "9.19.0",
"husky": "9.1.7",
"lint-staged": "15.4.1",
"lint-staged": "15.4.2",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.3",
"turbo": "2.3.3"
"turbo": "2.3.4"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,css,json,html,md}": "prettier --write"
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 @@ -7,7 +7,7 @@
"typescript-eslint": "8.21.0",
"globals": "15.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "2.3.3",
"eslint-config-turbo": "2.3.4",
"eslint-plugin-svelte": "2.46.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions 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.10",
"svelte": "5.19.0"
"prettier-plugin-tailwindcss": "0.6.11",
"svelte": "5.19.3"
}
}
Loading

0 comments on commit 1907617

Please sign in to comment.