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 Feb 26, 2025
1 parent fb41a54 commit d119c8f
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 290 deletions.
12 changes: 6 additions & 6 deletions apps/calculator-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"@binoy/eslint-config": "workspace:*",
"@iconify/json": "2.2.310",
"@sveltejs/adapter-vercel": "5.6.3",
"@sveltejs/kit": "2.17.2",
"@sveltejs/kit": "2.17.3",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@tailwindcss/vite": "4.0.8",
"@tailwindcss/vite": "4.0.9",
"@testing-library/dom": "10.4.0",
"@testing-library/svelte": "5.2.7",
"@typescript-eslint/eslint-plugin": "8.25.0",
"@typescript-eslint/parser": "8.25.0",
"eslint": "9.21.0",
"eslint-config-prettier": "10.0.1",
"eslint-config-prettier": "10.0.2",
"eslint-plugin-svelte": "2.46.1",
"globals": "16.0.0",
"jsdom": "26.0.0",
Expand All @@ -34,20 +34,20 @@
"prettier-plugin-tailwindcss": "0.6.11",
"svelte": "5.20.4",
"svelte-check": "4.1.4",
"tailwindcss": "4.0.8",
"tailwindcss": "4.0.9",
"tslib": "2.8.1",
"typescript": "5.7.3",
"typescript-eslint": "8.25.0",
"unplugin-icons": "22.1.0",
"vite": "6.1.1",
"vite": "6.2.0",
"vitest": "3.0.7"
},
"type": "module",
"dependencies": {
"@fontsource/roboto": "5.1.1",
"@vercel/analytics": "1.5.0"
},
"packageManager": "pnpm@10.4.1",
"packageManager": "pnpm@10.5.1",
"engines": {
"pnpm": ">=9"
}
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.28.1",
"@sanity/code-input": "5.1.2",
"@sanity/image-url": "1.1.0",
"@sanity/vision": "3.77.1",
"groq": "3.77.1",
"@sanity/vision": "3.77.2",
"groq": "3.77.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.5.0",
"sanity": "3.77.1",
"sanity": "3.77.2",
"styled-components": "6.1.15"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.77.1",
"@sanity/cli": "3.77.2",
"@types/node": "22.13.5"
}
}
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@vercel/analytics": "1.5.0",
"@vercel/speed-insights": "1.2.0",
"classnames": "2.5.1",
"groq": "3.77.1",
"groq": "3.77.2",
"unplugin-icons": "22.1.0"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@playwright/test": "1.50.1",
"@portabletext/svelte": "3.0.0",
"@sveltejs/adapter-vercel": "5.6.3",
"@sveltejs/kit": "2.17.2",
"@sveltejs/kit": "2.17.3",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@tailwindcss/vite": "4.0.8",
"@tailwindcss/vite": "4.0.9",
"@tailwindcss/typography": "0.5.16",
"eslint": "9.21.0",
"highlight.js": "11.11.1",
Expand All @@ -43,10 +43,10 @@
"svelte": "5.20.4",
"svelte-check": "4.1.4",
"svelte-highlight": "7.8.2",
"tailwindcss": "4.0.8",
"tailwindcss": "4.0.9",
"tslib": "2.8.1",
"typescript": "5.7.3",
"vite": "6.1.1",
"vite": "6.2.0",
"vitest": "3.0.7"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"lint-staged": "15.4.3",
"prettier": "3.5.2",
"prettier-plugin-svelte": "3.3.3",
"turbo": "2.4.2"
"turbo": "2.4.4"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,css,json,html,md}": "prettier --write"
},
"packageManager": "pnpm@10.4.1",
"packageManager": "pnpm@10.5.1",
"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 @@ -6,8 +6,8 @@
"dependencies": {
"typescript-eslint": "8.25.0",
"globals": "16.0.0",
"eslint-config-prettier": "10.0.1",
"eslint-config-turbo": "2.4.2",
"eslint-config-prettier": "10.0.2",
"eslint-config-turbo": "2.4.4",
"eslint-plugin-svelte": "2.46.1"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit d119c8f

Please sign in to comment.