Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian committed Jul 8, 2024
1 parent 6fa03c2 commit b8a4c79
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@fontsource/vazirmatn": "^5.0.19",
"@gecut/components": "workspace:^",
"@gecut/lit-helper": "workspace:^",
"@gecut/signal": "^2.2.2",
"@gecut/signal": "^2.3.4",
"@gecut/styles": "workspace:^",
"@gecut/types": "^2.2.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
],
"dependencies": {
"@gecut/lit-helper": "workspace:^",
"@gecut/logger": "^1.4.4",
"@gecut/signal": "^2.2.2",
"@gecut/logger": "^1.4.6",
"@gecut/signal": "^2.3.4",
"@gecut/types": "^2.2.1",
"@gecut/utilities": "^5.4.0",
"@types/node": "^20.11.30",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"url": "https://github.com/gecut/hybrid-ui/issues"
},
"dependencies": {
"@gecut/logger": "^1.4.4",
"@gecut/signal": "^2.2.2",
"@gecut/logger": "^1.4.6",
"@gecut/signal": "^2.3.4",
"@gecut/types": "^2.2.1",
"type-fest": "^4.13.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/lit-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
},
"dependencies": {
"@gecut/data-manager": "^1.2.3",
"@gecut/logger": "^1.4.4",
"@gecut/logger": "^1.4.6",
"@gecut/mixins": "workspace:^",
"@gecut/signal": "^2.2.2",
"@gecut/signal": "^2.3.4",
"@gecut/types": "^2.2.1",
"@gecut/utilities": "^5.4.0",
"@material/web": "^1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mixins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"directory": "packages/mixins"
},
"dependencies": {
"@gecut/logger": "^1.4.4",
"@gecut/signal": "^2.2.2",
"@gecut/logger": "^1.4.6",
"@gecut/signal": "^2.3.4",
"@gecut/types": "^2.2.1",
"@gecut/utilities": "^5.4.0",
"lit": "^3.1.3"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ __metadata:
resolution: "@gecut/components@workspace:packages/components"
dependencies:
"@gecut/lit-helper": "workspace:^"
"@gecut/logger": "npm:^1.4.4"
"@gecut/signal": "npm:^2.2.2"
"@gecut/logger": "npm:^1.4.6"
"@gecut/signal": "npm:^2.3.4"
"@gecut/types": "npm:^2.2.1"
"@gecut/utilities": "npm:^5.4.0"
"@types/node": "npm:^20.11.30"
Expand All @@ -287,8 +287,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gecut/i18n@workspace:packages/i18n"
dependencies:
"@gecut/logger": "npm:^1.4.4"
"@gecut/signal": "npm:^2.2.2"
"@gecut/logger": "npm:^1.4.6"
"@gecut/signal": "npm:^2.3.4"
"@gecut/types": "npm:^2.2.1"
type-fest: "npm:^4.13.0"
languageName: unknown
Expand All @@ -299,9 +299,9 @@ __metadata:
resolution: "@gecut/lit-helper@workspace:packages/lit-helper"
dependencies:
"@gecut/data-manager": "npm:^1.2.3"
"@gecut/logger": "npm:^1.4.4"
"@gecut/logger": "npm:^1.4.6"
"@gecut/mixins": "workspace:^"
"@gecut/signal": "npm:^2.2.2"
"@gecut/signal": "npm:^2.3.4"
"@gecut/types": "npm:^2.2.1"
"@gecut/utilities": "npm:^5.4.0"
"@material/web": "npm:^1.4.1"
Expand All @@ -322,7 +322,7 @@ __metadata:
languageName: node
linkType: hard

"@gecut/logger@npm:^1.4.4, @gecut/logger@npm:^1.4.6":
"@gecut/logger@npm:^1.4.6":
version: 1.4.6
resolution: "@gecut/logger@npm:1.4.6"
dependencies:
Expand All @@ -335,15 +335,15 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gecut/mixins@workspace:packages/mixins"
dependencies:
"@gecut/logger": "npm:^1.4.4"
"@gecut/signal": "npm:^2.2.2"
"@gecut/logger": "npm:^1.4.6"
"@gecut/signal": "npm:^2.3.4"
"@gecut/types": "npm:^2.2.1"
"@gecut/utilities": "npm:^5.4.0"
lit: "npm:^3.1.3"
languageName: unknown
linkType: soft

"@gecut/signal@npm:^2.2.2":
"@gecut/signal@npm:^2.3.4":
version: 2.3.4
resolution: "@gecut/signal@npm:2.3.4"
dependencies:
Expand Down Expand Up @@ -3355,7 +3355,7 @@ __metadata:
"@fontsource/vazirmatn": "npm:^5.0.19"
"@gecut/components": "workspace:^"
"@gecut/lit-helper": "workspace:^"
"@gecut/signal": "npm:^2.2.2"
"@gecut/signal": "npm:^2.3.4"
"@gecut/styles": "workspace:^"
"@gecut/types": "npm:^2.2.1"
"@gecut/utilities": "npm:^5.4.0"
Expand Down

0 comments on commit b8a4c79

Please sign in to comment.