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 11, 2025
1 parent a90df1b commit add64c7
Show file tree
Hide file tree
Showing 6 changed files with 459 additions and 448 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.24.1",
"@sanity/client": "6.24.3",
"@sanity/code-input": "5.1.2",
"@sanity/image-url": "1.1.0",
"@sanity/vision": "3.68.3",
"groq": "3.68.3",
"@sanity/vision": "3.69.0",
"groq": "3.69.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.4.0",
"sanity": "3.68.3",
"sanity": "3.69.0",
"styled-components": "6.1.14"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.68.3",
"@types/node": "20.17.11"
"@sanity/cli": "3.69.0",
"@types/node": "20.17.12"
}
}
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,35 @@
"@binoy/ui": "workspace:*",
"@iconify-json/fa": "1.2.1",
"@iconify-json/mdi": "1.2.2",
"@sanity/client": "6.24.1",
"@sanity/client": "6.24.3",
"@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.68.3",
"groq": "3.69.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.1",
"@sveltejs/kit": "2.15.2",
"@sveltejs/vite-plugin-svelte": "4.0.4",
"@tailwindcss/typography": "0.5.15",
"@tailwindcss/typography": "0.5.16",
"autoprefixer": "10.4.20",
"eslint": "9.17.0",
"eslint": "9.18.0",
"highlight.js": "11.11.1",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.9",
"svelte": "5.16.1",
"svelte-check": "4.1.1",
"svelte": "5.17.3",
"svelte-check": "4.1.3",
"svelte-highlight": "7.8.2",
"tailwindcss": "3.4.17",
"tslib": "2.8.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "5.4.11",
"vitest": "2.1.8"
}
Expand Down
4 changes: 2 additions & 2 deletions 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.17.0",
"eslint": "9.18.0",
"husky": "9.1.7",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
Expand All @@ -22,7 +22,7 @@
"lint-staged": {
"*.{ts,tsx,js,jsx,css,json,html,md}": "prettier --write"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"pnpm": ">=9"
}
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 @@ -4,7 +4,7 @@
"type": "module",
"main": "index.js",
"dependencies": {
"typescript-eslint": "8.19.0",
"typescript-eslint": "8.19.1",
"globals": "15.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "2.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 @@ -19,6 +19,6 @@
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"prettier-plugin-tailwindcss": "0.6.9",
"svelte": "5.16.1"
"svelte": "5.17.3"
}
}
Loading

0 comments on commit add64c7

Please sign in to comment.