Skip to content

Commit

Permalink
chore: 🤖 upgrade React to v19.0.0 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf authored Jan 14, 2025
1 parent 9341c75 commit 0589acd
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-falcons-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lottiefiles/react-lottie-player': minor
---

chore: 🤖 upgrade React to v19.0.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"jest": "^26.0.1",
"lint-staged": ">=10",
"prettier": "^1.19.1",
"react": "^18.1.0",
"react": "^19.0.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^18.1.0",
"react-dom": "^19.0.0",
"react-scripts": "^3.4.1",
"rollup": "^2.9.1",
"rollup-plugin-filesize": "^9.0.0",
Expand All @@ -79,7 +79,7 @@
"webpack": "^4.43.0"
},
"peerDependencies": {
"react": "16 - 18"
"react": "16 - 19"
},
"dependencies": {
"lottie-web": "^5.12.2"
Expand Down
4 changes: 2 additions & 2 deletions src/versions.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const REACT_LOTTIE_PLAYER_VERSION = '3.5.3';
export const LOTTIE_WEB_VERSION = '^5.10.2';
export const REACT_LOTTIE_PLAYER_VERSION = "3.5.4";

Check failure on line 1 in src/versions.ts

View workflow job for this annotation

GitHub Actions / build (14.x)

Replace `"3.5.4";·` with `'3.5.4';`
export const LOTTIE_WEB_VERSION = "^5.12.2";

Check failure on line 2 in src/versions.ts

View workflow job for this annotation

GitHub Actions / build (14.x)

Replace `"^5.12.2"` with `'^5.12.2'`
31 changes: 13 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15872,13 +15872,12 @@ react-dom@^16.8.3:
prop-types "^15.6.2"
scheduler "^0.19.1"

react-dom@^18.1.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.1.0.tgz#7f6dd84b706408adde05e1df575b3a024d7e8a2f"
integrity sha512-fU1Txz7Budmvamp7bshe4Zi32d0ll7ect+ccxNu9FlObT605GOEB8BfO4tmRJ39R5Zj831VCpvQ05QPBW5yb+w==
react-dom@^19.0.0:
version "19.0.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0.tgz#43446f1f01c65a4cd7f7588083e686a6726cfb57"
integrity sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==
dependencies:
loose-envify "^1.1.0"
scheduler "^0.22.0"
scheduler "^0.25.0"

react-draggable@^4.0.3:
version "4.4.4"
Expand Down Expand Up @@ -16071,12 +16070,10 @@ react@^16.8.3:
object-assign "^4.1.1"
prop-types "^15.6.2"

react@^18.1.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"
integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==
dependencies:
loose-envify "^1.1.0"
react@^19.0.0:
version "19.0.0"
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==

read-cmd-shim@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -16858,12 +16855,10 @@ scheduler@^0.19.1:
loose-envify "^1.1.0"
object-assign "^4.1.1"

scheduler@^0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.22.0.tgz#83a5d63594edf074add9a7198b1bae76c3db01b8"
integrity sha512-6QAm1BgQI88NPYymgGQLCZgvep4FyePDWFpXVK+zNSUgHwlqpJy8VEh8Et0KxTACS4VWwMousBElAZOH9nkkoQ==
dependencies:
loose-envify "^1.1.0"
scheduler@^0.25.0:
version "0.25.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.25.0.tgz#336cd9768e8cceebf52d3c80e3dcf5de23e7e015"
integrity sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==

schema-utils@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 0589acd

Please sign in to comment.