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 18, 2025
1 parent 1abade6 commit 4f9a3ff
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 125 deletions.
10 changes: 5 additions & 5 deletions apps/calculator-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@iconify/json": "2.2.307",
"@iconify/json": "2.2.308",
"@sveltejs/adapter-vercel": "5.6.2",
"@sveltejs/kit": "2.17.2",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@tailwindcss/vite": "4.0.6",
"@testing-library/dom": "10.4.0",
"@testing-library/svelte": "5.2.7",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.1",
"eslint": "9.20.1",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-svelte": "2.46.1",
Expand All @@ -37,8 +37,8 @@
"tailwindcss": "4.0.6",
"tslib": "2.8.1",
"typescript": "5.7.3",
"typescript-eslint": "8.24.0",
"unplugin-icons": "22.0.0",
"typescript-eslint": "8.24.1",
"unplugin-icons": "22.1.0",
"vite": "6.1.0",
"vitest": "3.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@vercel/speed-insights": "1.2.0",
"classnames": "2.5.1",
"groq": "3.75.1",
"unplugin-icons": "22.0.0"
"unplugin-icons": "22.1.0"
},
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
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.24.0",
"typescript-eslint": "8.24.1",
"globals": "15.15.0",
"eslint-config-prettier": "10.0.1",
"eslint-config-turbo": "2.4.2",
Expand Down
Loading

0 comments on commit 4f9a3ff

Please sign in to comment.