Skip to content

Commit 54163ec

Browse files
authored
chore(metadata, extarct-features): fix monorepo deps version (#130)
* chore(metadata, extarct-features): add workspace deps links * docs: changeset
1 parent db7d515 commit 54163ec

File tree

4 files changed

+40
-74
lines changed

4 files changed

+40
-74
lines changed

.changeset/wicked-beds-own.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@lottiefiles/relottie-extract-features': patch
3+
'@lottiefiles/relottie-metadata': patch
4+
---
5+
6+
chore(deps): fix lottiefiles/last version to a fixed version using workspace

packages/relottie-extract-features/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@
5858
"type-check": "tsc --noEmit"
5959
},
6060
"dependencies": {
61-
"@lottiefiles/last": "*",
61+
"@lottiefiles/last": "workspace:*",
6262
"unist-util-visit-parents": "6.0.1"
6363
},
6464
"devDependencies": {
6565
"@jest/globals": "29.7.0",
6666
"@lottie-animation-community/lottie-types": "1.2.0",
6767
"@lottiefiles/jest-config": "1.0.0",
68-
"@lottiefiles/last-builder": "*",
69-
"@lottiefiles/relottie-parse": "*",
70-
"@lottiefiles/relottie-stringify": "*",
68+
"@lottiefiles/last-builder": "workspace:*",
69+
"@lottiefiles/relottie-parse": "workspace:*",
70+
"@lottiefiles/relottie-stringify": "workspace:*",
7171
"@types/jest": "29.5.8",
7272
"@types/jest-specific-snapshot": "0.5.6",
7373
"@types/node": "18.18.9",

packages/relottie-metadata/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959
"type-check": "tsc --noEmit"
6060
},
6161
"dependencies": {
62-
"@lottiefiles/last": "*",
62+
"@lottiefiles/last": "workspace:*",
6363
"filesize": "^10.1.1",
6464
"unist-util-visit": "4.1.2"
6565
},
6666
"devDependencies": {
6767
"@jest/globals": "29.7.0",
6868
"@lottiefiles/jest-config": "1.0.0",
69-
"@lottiefiles/relottie-parse": "*",
70-
"@lottiefiles/relottie-stringify": "*",
69+
"@lottiefiles/relottie-parse": "workspace:*",
70+
"@lottiefiles/relottie-stringify": "workspace:*",
7171
"@types/jest": "29.5.8",
7272
"@types/jest-specific-snapshot": "0.5.6",
7373
"@types/node": "18.18.9",

pnpm-lock.yaml

Lines changed: 27 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)