Skip to content

Commit 1c4cfd7

Browse files
author
Kyle Shike
committed
updates react-toggle
1 parent adb47f3 commit 1c4cfd7

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-loading-skeleton": "^3.1.0",
2525
"react-router-dom": "^5.2.0",
2626
"react-select": "^5.0.0",
27-
"react-toggle": "4.1.1",
27+
"react-toggle": "^4.1.3",
2828
"react-transition-group": "^4.3.0",
2929
"sanitize-html": "^2.12.1",
3030
"tippy.js": "^6.3.7",
@@ -70,7 +70,7 @@
7070
"prop-types": "^15.6.1",
7171
"react": "^18.2.0",
7272
"react-copy-to-clipboard": "^5.0.2",
73-
"react-dom": "^18.2.0",
73+
"react-dom": "^18.3",
7474
"react-modal": "^3.12.1",
7575
"react-popper": "^2.2.3",
7676
"react-tracking": "^9.3"
@@ -114,6 +114,7 @@
114114
"@testing-library/user-event": "^14.5.2",
115115
"@types/jest": "^29.5.5",
116116
"@types/react-dom": "^16.0.0",
117+
"@types/react-toggle": "^4",
117118
"@types/testing-library__jest-dom": "^6.0.0",
118119
"@typescript-eslint/eslint-plugin": "^6.21",
119120
"@typescript-eslint/parser": "^6.21",

yarn.lock

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5480,6 +5480,15 @@ __metadata:
54805480
languageName: node
54815481
linkType: hard
54825482

5483+
"@types/react-toggle@npm:^4":
5484+
version: 4.0.5
5485+
resolution: "@types/react-toggle@npm:4.0.5"
5486+
dependencies:
5487+
"@types/react": "npm:*"
5488+
checksum: 10c0/f557b85c96715b145bcc3beb2903f88ee3a6045ef85da0f80561c7cc2ecdc531e2d4ae121ed8ec3a1761264de25b8410653744093f37abf042201587add7ffa6
5489+
languageName: node
5490+
linkType: hard
5491+
54835492
"@types/react-transition-group@npm:^4.4.0, @types/react-transition-group@npm:^4.4.5":
54845493
version: 4.4.6
54855494
resolution: "@types/react-transition-group@npm:4.4.6"
@@ -5844,6 +5853,7 @@ __metadata:
58445853
"@tiptap/suggestion": "npm:^2.1.13"
58455854
"@types/jest": "npm:^29.5.5"
58465855
"@types/react-dom": "npm:^16.0.0"
5856+
"@types/react-toggle": "npm:^4"
58475857
"@types/testing-library__jest-dom": "npm:^6.0.0"
58485858
"@typescript-eslint/eslint-plugin": "npm:^6.21"
58495859
"@typescript-eslint/parser": "npm:^6.21"
@@ -5883,7 +5893,7 @@ __metadata:
58835893
react-router-dom: "npm:^5.2.0"
58845894
react-select: "npm:^5.0.0"
58855895
react-test-renderer: "npm:^18.0.2"
5886-
react-toggle: "npm:4.1.1"
5896+
react-toggle: "npm:^4.1.3"
58875897
react-tracking: "npm:^9.3"
58885898
react-transition-group: "npm:^4.3.0"
58895899
sanitize-html: "npm:^2.12.1"
@@ -5908,7 +5918,7 @@ __metadata:
59085918
prop-types: ^15.6.1
59095919
react: ^18.2.0
59105920
react-copy-to-clipboard: ^5.0.2
5911-
react-dom: ^18.2.0
5921+
react-dom: ^18.3
59125922
react-modal: ^3.12.1
59135923
react-popper: ^2.2.3
59145924
react-tracking: ^9.3
@@ -15006,16 +15016,16 @@ __metadata:
1500615016
languageName: node
1500715017
linkType: hard
1500815018

15009-
"react-toggle@npm:4.1.1":
15010-
version: 4.1.1
15011-
resolution: "react-toggle@npm:4.1.1"
15019+
"react-toggle@npm:^4.1.3":
15020+
version: 4.1.3
15021+
resolution: "react-toggle@npm:4.1.3"
1501215022
dependencies:
1501315023
classnames: "npm:^2.2.5"
1501415024
peerDependencies:
15015-
prop-types: ^15.3.0 || ^16.0.0
15016-
react: ^15.3.0 || ^16.0.0
15017-
react-dom: ^15.3.0 || ^16.0.0
15018-
checksum: 10c0/53e33a9f78a2093b6d5736fd408f5976f1e66a461a232f1e494e99fcf8900513a5009c62738eeafcc106021a00a6ef8bf2ce1b33e857e57170c72857d2050d01
15025+
prop-types: ">= 15.3.0 < 19"
15026+
react: ">= 15.3.0 < 19"
15027+
react-dom: ">= 15.3.0 < 19"
15028+
checksum: 10c0/afae643981d6fb922d66830ec0e9c793e729d7a55e3974edf212965acc8dc51f0d098ae6e409461d3ff2f87fe027dc3556a1a746f8472ed3a79c8878bf338fee
1501915029
languageName: node
1502015030
linkType: hard
1502115031

0 commit comments

Comments
 (0)