Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#244)
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 Aug 11, 2024
1 parent b616a2f commit d642ac7
Show file tree
Hide file tree
Showing 6 changed files with 500 additions and 463 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.21.1",
"@sanity/client": "6.21.2",
"@sanity/code-input": "4.1.4",
"@sanity/image-url": "1.0.2",
"@sanity/vision": "3.52.4",
"groq": "3.52.4",
"@sanity/vision": "3.53.0",
"groq": "3.53.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.2.1",
"sanity": "3.52.4",
"sanity": "3.53.0",
"styled-components": "6.1.12"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.52.4",
"@types/node": "20.14.13"
"@sanity/cli": "3.53.0",
"@types/node": "20.14.15"
}
}
28 changes: 14 additions & 14 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.8",
"@iconify-json/mdi": "1.1.67",
"@sanity/client": "6.21.1",
"@iconify-json/fa": "1.1.9",
"@iconify-json/mdi": "1.1.68",
"@sanity/client": "6.21.2",
"@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.52.4",
"unplugin-icons": "0.19.1"
"groq": "3.53.0",
"unplugin-icons": "0.19.2"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@playwright/test": "1.45.3",
"@playwright/test": "1.46.0",
"@portabletext/svelte": "2.1.11",
"@sveltejs/adapter-vercel": "5.4.1",
"@sveltejs/kit": "2.5.18",
"@sveltejs/adapter-vercel": "5.4.2",
"@sveltejs/kit": "2.5.21",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tailwindcss/typography": "0.5.13",
"autoprefixer": "10.4.19",
"eslint": "9.8.0",
"@tailwindcss/typography": "0.5.14",
"autoprefixer": "10.4.20",
"eslint": "9.9.0",
"highlight.js": "11.10.0",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"prettier-plugin-tailwindcss": "0.6.5",
"prettier-plugin-tailwindcss": "0.6.6",
"svelte": "4.2.18",
"svelte-check": "3.8.5",
"svelte-highlight": "7.7.0",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.9",
"tslib": "2.6.3",
"typescript": "5.5.4",
"vite": "5.3.5",
"vite": "5.4.0",
"vitest": "2.0.5"
}
}
8 changes: 4 additions & 4 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.8.0",
"eslint": "9.9.0",
"husky": "9.1.4",
"lint-staged": "15.2.7",
"lint-staged": "15.2.8",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"turbo": "2.0.11"
"turbo": "2.0.12"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,css,json,html,md}": "prettier --write"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"engines": {
"pnpm": ">=9"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"dependencies": {
"typescript-eslint": "7.18.0",
"globals": "15.8.0",
"globals": "15.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "2.0.11",
"eslint-config-turbo": "2.0.12",
"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 @@ -18,7 +18,7 @@
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"prettier-plugin-tailwindcss": "0.6.5",
"prettier-plugin-tailwindcss": "0.6.6",
"svelte": "4.2.18"
}
}
Loading

0 comments on commit d642ac7

Please sign in to comment.