Skip to content

Commit 44889ce

Browse files
committed
chore: set node to 22
1 parent eb301a2 commit 44889ce

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"react": "^18.2.0",
4343
"react-dom": "^18.2.0",
4444
"react-icons": "^4.6.0",
45-
"react-lottie-player": "^1.5.0",
45+
"react-lottie-player": "2.1.0",
4646
"react-toastify": "^9.1.1",
4747
"react-use": "^17.5.0",
4848
"rehype-document": "7.0.3",
@@ -100,5 +100,9 @@
100100
"commitizen": {
101101
"path": "cz-conventional-changelog"
102102
}
103+
},
104+
"volta": {
105+
"node": "22.18.0",
106+
"yarn": "1.22.22"
103107
}
104108
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7413,10 +7413,10 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
74137413
dependencies:
74147414
js-tokens "^3.0.0 || ^4.0.0"
74157415

7416-
lottie-web@^5.7.6:
7417-
version "5.12.2"
7418-
resolved "https://registry.yarnpkg.com/lottie-web/-/lottie-web-5.12.2.tgz#579ca9fe6d3fd9e352571edd3c0be162492f68e5"
7419-
integrity sha512-uvhvYPC8kGPjXT3MyKMrL3JitEAmDMp30lVkuq/590Mw9ok6pWcFCwXJveo0t5uqYw1UREQHofD+jVpdjBv8wg==
7416+
lottie-web@^5.12.2:
7417+
version "5.13.0"
7418+
resolved "https://registry.yarnpkg.com/lottie-web/-/lottie-web-5.13.0.tgz#441d3df217cc8ba302338c3f168e1a3af0f221d3"
7419+
integrity sha512-+gfBXl6sxXMPe8tKQm7qzLnUy5DUPJPKIyRHwtpCpyUEYjHYRJC/5gjUvdkuO2c3JllrPtHXH5UJJK8LRYl5yQ==
74207420

74217421
lowlight@^3.0.0:
74227422
version "3.1.0"
@@ -8724,13 +8724,13 @@ react-is@^18.0.0:
87248724
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
87258725
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
87268726

8727-
react-lottie-player@^1.5.0:
8728-
version "1.5.5"
8729-
resolved "https://registry.yarnpkg.com/react-lottie-player/-/react-lottie-player-1.5.5.tgz#a06d3ae24fb69fd2eb5dcb4f7baa50b5040c8184"
8730-
integrity sha512-cPO+s1DapaZ09Ux0RponZjuwJAJxyyt9nM7Gwth5frEMJrSTBWK4jO6nYXV6ussvvbVUVH1FE6o2Ha9c89amQQ==
8727+
react-lottie-player@2.1.0:
8728+
version "2.1.0"
8729+
resolved "https://registry.yarnpkg.com/react-lottie-player/-/react-lottie-player-2.1.0.tgz#3a3a726d183337197a34c0c0944461ac2469c30c"
8730+
integrity sha512-rxSNIVVLWYnwzsIow377vZsh7GDbReu70V7IDD9TbbcdcJWons4pSh3nyuEa4QWIZw0ZBIieoZRTsiqnb6MZ3g==
87318731
dependencies:
87328732
fast-deep-equal "^3.1.3"
8733-
lottie-web "^5.7.6"
8733+
lottie-web "^5.12.2"
87348734
rfdc "^1.3.0"
87358735

87368736
react-property@2.0.0:

0 commit comments

Comments
 (0)