Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#245)
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 Sep 3, 2024
1 parent d642ac7 commit cc27a16
Show file tree
Hide file tree
Showing 6 changed files with 551 additions and 541 deletions.
16 changes: 8 additions & 8 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.21.2",
"@sanity/client": "6.21.3",
"@sanity/code-input": "4.1.4",
"@sanity/image-url": "1.0.2",
"@sanity/vision": "3.53.0",
"groq": "3.53.0",
"@sanity/vision": "3.56.0",
"groq": "3.56.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.2.1",
"sanity": "3.53.0",
"styled-components": "6.1.12"
"react-icons": "5.3.0",
"sanity": "3.56.0",
"styled-components": "6.1.13"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.53.0",
"@types/node": "20.14.15"
"@sanity/cli": "3.56.0",
"@types/node": "20.16.3"
}
}
30 changes: 15 additions & 15 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,38 @@
},
"dependencies": {
"@binoy/ui": "workspace:*",
"@iconify-json/fa": "1.1.9",
"@iconify-json/mdi": "1.1.68",
"@sanity/client": "6.21.2",
"@iconify-json/fa": "1.2.0",
"@iconify-json/mdi": "1.2.0",
"@sanity/client": "6.21.3",
"@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.53.0",
"groq": "3.56.0",
"unplugin-icons": "0.19.2"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@playwright/test": "1.46.0",
"@playwright/test": "1.46.1",
"@portabletext/svelte": "2.1.11",
"@sveltejs/adapter-vercel": "5.4.2",
"@sveltejs/kit": "2.5.21",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tailwindcss/typography": "0.5.14",
"@sveltejs/adapter-vercel": "5.4.3",
"@sveltejs/kit": "2.5.25",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@tailwindcss/typography": "0.5.15",
"autoprefixer": "10.4.20",
"eslint": "9.9.0",
"eslint": "9.9.1",
"highlight.js": "11.10.0",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"prettier-plugin-tailwindcss": "0.6.6",
"svelte": "4.2.18",
"svelte-check": "3.8.5",
"svelte": "4.2.19",
"svelte-check": "3.8.6",
"svelte-highlight": "7.7.0",
"tailwindcss": "3.4.9",
"tslib": "2.6.3",
"tailwindcss": "3.4.10",
"tslib": "2.7.0",
"typescript": "5.5.4",
"vite": "5.4.0",
"vite": "5.4.2",
"vitest": "2.0.5"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"eslint": "9.9.0",
"husky": "9.1.4",
"lint-staged": "15.2.8",
"eslint": "9.9.1",
"husky": "9.1.5",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"turbo": "2.0.12"
"turbo": "2.1.1"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,css,json,html,md}": "prettier --write"
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.9.0",
"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 @@ -7,7 +7,7 @@
"typescript-eslint": "7.18.0",
"globals": "15.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "2.0.12",
"eslint-config-turbo": "2.1.1",
"eslint-plugin-svelte": "2.43.0"
},
"publishConfig": {
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.6",
"svelte": "4.2.18"
"svelte": "4.2.19"
}
}
Loading

0 comments on commit cc27a16

Please sign in to comment.