Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 78e207a

Browse files
committed
updated boxes deps
1 parent 4d9c9e4 commit 78e207a

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

examples/react/release/boxes/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@agile-ts/core": "file:.yalc/@agile-ts/core",
7-
"@agile-ts/logger": "file:.yalc/@agile-ts/logger",
8-
"@agile-ts/proxytree": "file:.yalc/@agile-ts/proxytree",
9-
"@agile-ts/react": "file:.yalc/@agile-ts/react",
6+
"@agile-ts/core": "^0.1.2",
7+
"@agile-ts/logger": "^0.0.7",
8+
"@agile-ts/proxytree": "^0.0.5",
9+
"@agile-ts/react": "^0.1.2",
1010
"@chakra-ui/react": "^1.6.3",
1111
"@emotion/react": "^11.4.0",
1212
"@emotion/styled": "^11.3.0",

examples/react/release/boxes/yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,29 @@
22
# yarn lockfile v1
33

44

5-
"@agile-ts/core@file:.yalc/@agile-ts/core":
5+
"@agile-ts/core@^0.1.2":
66
version "0.1.2"
7+
resolved "https://registry.yarnpkg.com/@agile-ts/core/-/core-0.1.2.tgz#5a3974ba0c57a51a19bcdf81b2055e091c884f5e"
8+
integrity sha512-9031MGUrPpg/ZL1ErpwUlHX751HKEtOfbc5Ae7W7x/POGH89Gka09hMAhqQlDrKF2+olVs3sf6PAsAHRv6paGw==
79
dependencies:
810
"@agile-ts/utils" "^0.0.7"
911

10-
"@agile-ts/logger@file:.yalc/@agile-ts/logger":
12+
"@agile-ts/logger@^0.0.7":
1113
version "0.0.7"
14+
resolved "https://registry.yarnpkg.com/@agile-ts/logger/-/logger-0.0.7.tgz#9e89e8d80f80a46901a508432696860f88d5e878"
15+
integrity sha512-6N9qyooo/a7ibyl9L7HnBX0LyMlSwaEYgObYs58KzR19JGF00PX/sUFfQAVplXXsMfT/8HvLyI+4TssmyI6DdQ==
1216
dependencies:
1317
"@agile-ts/utils" "^0.0.7"
1418

15-
"@agile-ts/proxytree@file:.yalc/@agile-ts/proxytree":
16-
version "0.0.4"
19+
"@agile-ts/proxytree@^0.0.5":
20+
version "0.0.5"
21+
resolved "https://registry.yarnpkg.com/@agile-ts/proxytree/-/proxytree-0.0.5.tgz#81c40970707271822a176ee59f93b9230df6311d"
22+
integrity sha512-KODknVD30ld9xPCyt0UCf0yGcroy/0CHEncAdmTFwEvDSMipMaqFQRsAYZ0tgB4bMfFzab40aUmYTK8XDkwdHw==
1723

18-
"@agile-ts/react@file:.yalc/@agile-ts/react":
24+
"@agile-ts/react@^0.1.2":
1925
version "0.1.2"
26+
resolved "https://registry.yarnpkg.com/@agile-ts/react/-/react-0.1.2.tgz#d07f6b935d9322cd60d2e9e3871da554b04460af"
27+
integrity sha512-W4u2+X6KCeXPdkjit/NsMJG5nBsa7dNFaEzyfTsp5Cqbs99zLqY6dO8LUIYyhRt/+HBvEW9o64i/6Kqd59WM1Q==
2028

2129
"@agile-ts/utils@^0.0.7":
2230
version "0.0.7"

0 commit comments

Comments
 (0)