Skip to content

Commit

Permalink
chore(deps): update project dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Dec 28, 2024
1 parent 4856c03 commit e4d7173
Show file tree
Hide file tree
Showing 6 changed files with 581 additions and 592 deletions.
4 changes: 2 additions & 2 deletions apps/api/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py311-plus]
Expand All @@ -32,6 +32,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.0
hooks:
- id: mypy
4 changes: 2 additions & 2 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"svelte": "^5.15.0",
"svelte": "^5.16.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"wxt": "^0.19.22"
"wxt": "^0.19.23"
}
}
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"svelte": "^5.15.0",
"svelte": "^5.16.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.5"
"vite": "^6.0.6"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte-eslint-parser": "^0.43.0",
"tailwindcss": "^3.4.17",
"typescript-eslint": "^8.18.1"
"typescript-eslint": "^8.18.2"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"publint": "^0.2.12",
"svelte": "^5.15.0",
"svelte": "^5.16.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.5"
"vite": "^6.0.6"
}
}
Loading

0 comments on commit e4d7173

Please sign in to comment.