Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#273)
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 Jan 14, 2025
1 parent 6237ac5 commit a056da1
Show file tree
Hide file tree
Showing 7 changed files with 258 additions and 258 deletions.
16 changes: 8 additions & 8 deletions apps/calculator-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
"@sveltejs/vite-plugin-svelte": "4.0.4",
"@testing-library/dom": "10.4.0",
"@testing-library/svelte": "5.2.6",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"autoprefixer": "10.4.20",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.46.1",
"globals": "15.14.0",
"jsdom": "25.0.1",
"postcss": "8.4.49",
"postcss": "8.5.0",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"prettier-plugin-svelte": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.9",
"svelte": "5.17.3",
"svelte-check": "4.1.3",
"svelte": "5.17.4",
"svelte-check": "4.1.4",
"tailwindcss": "3.4.17",
"tslib": "2.8.1",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1",
"typescript-eslint": "8.20.0",
"unplugin-icons": "22.0.0",
"vite": "5.4.11",
"vitest": "2.1.8"
Expand All @@ -48,7 +48,7 @@
"@fontsource/roboto": "5.1.1",
"@vercel/analytics": "1.4.1"
},
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"engines": {
"pnpm": ">=9"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"devDependencies": {
"@binoy/eslint-config": "workspace:*",
"@sanity/cli": "3.69.0",
"@types/node": "22.10.5"
"@types/node": "22.10.6"
}
}
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"eslint": "9.18.0",
"highlight.js": "11.11.1",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"prettier-plugin-svelte": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.9",
"svelte": "5.17.3",
"svelte-check": "4.1.3",
"svelte": "5.17.4",
"svelte-check": "4.1.4",
"svelte-highlight": "7.8.2",
"tailwindcss": "3.4.17",
"tslib": "2.8.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"husky": "9.1.7",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"prettier-plugin-svelte": "3.3.3",
"turbo": "2.3.3"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,css,json,html,md}": "prettier --write"
},
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"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.1",
"typescript-eslint": "8.20.0",
"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.17.3"
"svelte": "5.17.4"
}
}
Loading

0 comments on commit a056da1

Please sign in to comment.