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 22, 2024
1 parent fc6502c commit 409f140
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 193 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.4",
"svelte-check": "^4.0.9",
"svelte": "^5.2.7",
"svelte-check": "^4.1.0",
"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.4",
"svelte-check": "^4.0.9",
"svelte": "^5.2.7",
"svelte-check": "^4.1.0",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"changeset": "changeset"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@changesets/cli": "^2.27.10",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.8",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte-eslint-parser": "^0.43.0",
"tailwindcss": "^3.4.15",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"format": "prettier --write ."
},
"dependencies": {
"@steeze-ui/heroicons": "^2.4.0",
"@steeze-ui/simple-icons": "^1.9.0",
"@steeze-ui/svelte-icon": "^1.6.0",
"@steeze-ui/heroicons": "^2.4.2",
"@steeze-ui/simple-icons": "^1.10.1",
"@steeze-ui/svelte-icon": "^1.6.2",
"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.4",
"svelte-check": "^4.0.9",
"svelte": "^5.2.7",
"svelte-check": "^4.1.0",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
Expand Down
Loading

0 comments on commit 409f140

Please sign in to comment.