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 Nov 20, 2024
1 parent ce1a7c1 commit 16ae1af
Show file tree
Hide file tree
Showing 7 changed files with 321 additions and 314 deletions.
4 changes: 2 additions & 2 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"svelte": "^5.2.2",
"svelte-check": "^4.0.8",
"svelte": "^5.2.4",
"svelte-check": "^4.0.9",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"svelte": "^5.2.2",
"svelte-check": "^4.0.8",
"svelte": "^5.2.4",
"svelte-check": "^4.0.9",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"husky": "^9.1.6"
"husky": "^9.1.7"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"format": "prettier --write ."
},
"dependencies": {
"@hey-api/client-fetch": "^0.4.3"
"@hey-api/client-fetch": "^0.4.4"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.55.3",
"@hey-api/openapi-ts": "^0.56.1",
"@yd/api": "workspace:*",
"@yd/config": "workspace:*",
"prettier": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"globals": "^15.12.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.8",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte-eslint-parser": "^0.43.0",
"tailwindcss": "^3.4.15",
"typescript-eslint": "^8.14.0"
"typescript-eslint": "^8.15.0"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@steeze-ui/heroicons": "^2.4.0",
"@steeze-ui/simple-icons": "^1.9.0",
"@steeze-ui/svelte-icon": "^1.5.0",
"@steeze-ui/svelte-icon": "^1.6.0",
"tailwind-variants": "^0.3.0"
},
"peerDependencies": {
Expand All @@ -42,8 +42,8 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"publint": "^0.2.12",
"svelte": "^5.2.2",
"svelte-check": "^4.0.8",
"svelte": "^5.2.4",
"svelte-check": "^4.0.9",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
Expand Down
Loading

0 comments on commit 16ae1af

Please sign in to comment.