Skip to content

Commit 4a10da6

Browse files
chore(deps): pin dependencies
1 parent 4c6c69a commit 4a10da6

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
@@ -48,8 +48,8 @@
4848
"@fortawesome/fontawesome-free": "^6.4.0",
4949
"@powerhome/eslint-config": "0.2.2",
5050
"@types/lodash": "^4.14.195",
51-
"@types/react": "^18.2.15",
52-
"@types/react-dom": "^18.2.7",
51+
"@types/react": "18.3.18",
52+
"@types/react-dom": "18.3.5",
5353
"@typescript-eslint/eslint-plugin": "8.21.0",
5454
"@typescript-eslint/parser": "8.21.0",
5555
"@vitejs/plugin-react": "4.3.4",
@@ -58,7 +58,7 @@
5858
"eslint-plugin-flowtype": "8.0.3",
5959
"eslint-plugin-jsx-control-statements": "3.0.0",
6060
"eslint-plugin-react": "7.37.3",
61-
"eslint-plugin-react-hooks": "5.1.0",
61+
"eslint-plugin-react-hooks": "5.2.0",
6262
"eslint-webpack-plugin": "4.2.0",
6363
"npm": "^10.0.0",
6464
"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
@@ -1057,14 +1057,14 @@
10571057
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
10581058
integrity sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==
10591059

1060-
"@types/react-dom@^18.2.7":
1060+
"@types/react-dom@18.3.5":
10611061
version "18.3.5"
1062-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.5.tgz#45f9f87398c5dcea085b715c58ddcf1faf65f716"
1062+
resolved "https://npm.powerapp.cloud/@types/react-dom/-/react-dom-18.3.5.tgz#45f9f87398c5dcea085b715c58ddcf1faf65f716"
10631063
integrity sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==
10641064

1065-
"@types/react@^18.2.15":
1065+
"@types/react@18.3.18":
10661066
version "18.3.18"
1067-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b"
1067+
resolved "https://npm.powerapp.cloud/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b"
10681068
integrity sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==
10691069
dependencies:
10701070
"@types/prop-types" "*"
@@ -2223,10 +2223,10 @@ [email protected]:
22232223
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-control-statements/-/eslint-plugin-jsx-control-statements-3.0.0.tgz#89d29cb0d167a6ba301f41dee948bb114a8a73b4"
22242224
integrity sha512-OAlTFVT6jyLXO6BVwYnlE95wKsT9LLRDs57+eOaDZjymTks7OYo0QEIfokKLfGrhfdgzAQz9Gsk5GqnVJbT/wg==
22252225

2226-
eslint-plugin-react-hooks@5.1.0:
2227-
version "5.1.0"
2228-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
2229-
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
2226+
eslint-plugin-react-hooks@5.2.0:
2227+
version "5.2.0"
2228+
resolved "https://npm.powerapp.cloud/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
2229+
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
22302230

22312231
22322232
version "7.37.3"
@@ -4705,7 +4705,16 @@ string-natural-compare@^3.0.1:
47054705
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
47064706
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
47074707

4708-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.3:
4708+
"string-width-cjs@npm:string-width@^4.2.0":
4709+
version "4.2.3"
4710+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4711+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4712+
dependencies:
4713+
emoji-regex "^8.0.0"
4714+
is-fullwidth-code-point "^3.0.0"
4715+
strip-ansi "^6.0.1"
4716+
4717+
string-width@^4.1.0, string-width@^4.2.3:
47094718
version "4.2.3"
47104719
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
47114720
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4828,7 +4837,14 @@ string.prototype.trimstart@^1.0.8:
48284837
define-properties "^1.2.1"
48294838
es-object-atoms "^1.0.0"
48304839

4831-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4840+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4841+
version "6.0.1"
4842+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4843+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4844+
dependencies:
4845+
ansi-regex "^5.0.1"
4846+
4847+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
48324848
version "6.0.1"
48334849
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
48344850
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)