Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to v0.19.5 (#46)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency esbuild to v0.19.5

* docs: add changeset log

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Aidos Sabit <aidosmf@gmail.com>
  • Loading branch information
renovate[bot] and Aidosmf committed Nov 30, 2023
1 parent 1080e0c commit fd0cd8f
Show file tree
Hide file tree
Showing 8 changed files with 282 additions and 45 deletions.
9 changes: 9 additions & 0 deletions .changeset/wild-news-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@lottiefiles/relottie-stringify': patch
'@lottiefiles/relottie-parse': patch
'@lottiefiles/last-builder': patch
'@lottiefiles/relottie': patch
'@lottiefiles/last': patch
---

chore(devDeps): bump esbuild to 0.19.5"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@size-limit/preset-big-lib": "8.2.6",
"clinic": "11.1.2",
"cross-env": "7.0.3",
"esbuild": "0.14.49",
"esbuild": "0.19.5",
"eslint": "7.32.0",
"husky": "8.0.3",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/last-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@lottiefiles/lottie-types": "1.4.0",
"@types/jest": "29.5.8",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
"esbuild": "0.19.5",
"tsup": "6.1.3",
"typescript": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/last/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@lottiefiles/lottie-types": "1.4.0",
"@types/jest": "29.5.8",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
"esbuild": "0.19.5",
"tsup": "6.1.3",
"typescript": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/relottie-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/jest-specific-snapshot": "0.5.6",
"@types/node": "18.18.9",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
"esbuild": "0.19.5",
"jest": "29.7.0",
"jest-specific-snapshot": "5.0.0",
"ts-jest": "29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/relottie-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/jest": "29.5.8",
"@types/node": "18.18.9",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
"esbuild": "0.19.5",
"ts-node": "10.9.1",
"tsup": "6.1.3",
"typescript": "4.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/relottie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/jest-specific-snapshot": "0.5.6",
"@types/node": "18.18.9",
"@types/unist": "2.0.7",
"esbuild": "0.14.49",
"esbuild": "0.19.5",
"jest-specific-snapshot": "5.0.0",
"ts-node": "10.9.1",
"tsup": "6.1.3",
Expand Down
Loading

0 comments on commit fd0cd8f

Please sign in to comment.