Skip to content

Commit ac02ca6

Browse files
chore(deps): pin dependencies
1 parent 79ca4ed commit ac02ca6

File tree

2 files changed

+29
-13
lines changed

2 files changed

+29
-13
lines changed

audiences-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@fortawesome/fontawesome-free": "^6.4.0",
5050
"@powerhome/eslint-config": "0.2.2",
5151
"@types/lodash": "^4.14.195",
52-
"@types/react": "^18.2.15",
53-
"@types/react-dom": "^18.2.7",
52+
"@types/react": "18.3.18",
53+
"@types/react-dom": "18.3.5",
5454
"@typescript-eslint/eslint-plugin": "8.21.0",
5555
"@typescript-eslint/parser": "8.21.0",
5656
"@vitejs/plugin-react": "4.3.4",
@@ -59,7 +59,7 @@
5959
"eslint-plugin-flowtype": "8.0.3",
6060
"eslint-plugin-jsx-control-statements": "3.0.0",
6161
"eslint-plugin-react": "7.37.3",
62-
"eslint-plugin-react-hooks": "5.1.0",
62+
"eslint-plugin-react-hooks": "5.2.0",
6363
"eslint-webpack-plugin": "4.2.0",
6464
"npm": "^10.0.0",
6565
"playbook-ui": "14.17.0-alpha.alphaforaudiences7167",

audiences-react/yarn.lock

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,19 +1271,19 @@
12711271
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
12721272
integrity sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==
12731273

1274-
"@types/react-dom@^18.2.7":
1274+
"@types/react-dom@18.3.5":
12751275
version "18.3.5"
1276-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.5.tgz#45f9f87398c5dcea085b715c58ddcf1faf65f716"
1276+
resolved "https://npm.powerapp.cloud/@types/react-dom/-/react-dom-18.3.5.tgz#45f9f87398c5dcea085b715c58ddcf1faf65f716"
12771277
integrity sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==
12781278

12791279
"@types/react-transition-group@^4.4.0":
12801280
version "4.4.12"
12811281
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.12.tgz#b5d76568485b02a307238270bfe96cb51ee2a044"
12821282
integrity sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==
12831283

1284-
"@types/react@^18.2.15":
1284+
"@types/react@18.3.18":
12851285
version "18.3.18"
1286-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b"
1286+
resolved "https://npm.powerapp.cloud/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b"
12871287
integrity sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==
12881288
dependencies:
12891289
"@types/prop-types" "*"
@@ -2482,10 +2482,10 @@ [email protected]:
24822482
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-control-statements/-/eslint-plugin-jsx-control-statements-3.0.0.tgz#89d29cb0d167a6ba301f41dee948bb114a8a73b4"
24832483
integrity sha512-OAlTFVT6jyLXO6BVwYnlE95wKsT9LLRDs57+eOaDZjymTks7OYo0QEIfokKLfGrhfdgzAQz9Gsk5GqnVJbT/wg==
24842484

2485-
eslint-plugin-react-hooks@5.1.0:
2486-
version "5.1.0"
2487-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
2488-
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
2485+
eslint-plugin-react-hooks@5.2.0:
2486+
version "5.2.0"
2487+
resolved "https://npm.powerapp.cloud/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
2488+
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
24892489

24902490
24912491
version "7.37.3"
@@ -5050,7 +5050,16 @@ string-natural-compare@^3.0.1:
50505050
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
50515051
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
50525052

5053-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.3:
5053+
"string-width-cjs@npm:string-width@^4.2.0":
5054+
version "4.2.3"
5055+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5056+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5057+
dependencies:
5058+
emoji-regex "^8.0.0"
5059+
is-fullwidth-code-point "^3.0.0"
5060+
strip-ansi "^6.0.1"
5061+
5062+
string-width@^4.1.0, string-width@^4.2.3:
50545063
version "4.2.3"
50555064
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
50565065
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5173,7 +5182,14 @@ string.prototype.trimstart@^1.0.8:
51735182
define-properties "^1.2.1"
51745183
es-object-atoms "^1.0.0"
51755184

5176-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5185+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5186+
version "6.0.1"
5187+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5188+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5189+
dependencies:
5190+
ansi-regex "^5.0.1"
5191+
5192+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
51775193
version "6.0.1"
51785194
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
51795195
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)