Skip to content

Commit 2441a32

Browse files
authored
Merge pull request #79 from Resgrid/develop
CU-868cu9311 Adding missing package
2 parents c037229 + c009868 commit 2441a32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"@babel/core": "~7.26.0",
152152
"@commitlint/cli": "~19.2.2",
153153
"@commitlint/config-conventional": "~19.2.2",
154-
"@dev-plugins/react-query": "~0.2.0",
154+
"@dev-plugins/react-query": "^0.3.1",
155155
"@expo/config": "~10.0.3",
156156
"@testing-library/jest-dom": "~6.5.0",
157157
"@testing-library/react-native": "~12.9.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,10 +1032,10 @@
10321032
dependencies:
10331033
"@jridgewell/trace-mapping" "0.3.9"
10341034

1035-
"@dev-plugins/react-query@~0.2.0":
1036-
version "0.2.0"
1037-
resolved "https://registry.yarnpkg.com/@dev-plugins/react-query/-/react-query-0.2.0.tgz#623f53f082c550dca0601879dbe1423136f25bb2"
1038-
integrity sha512-tbGfXiR4/Pd9V6oJGDqx/YFtNpHJ0jrfLhDnY6k9yZu2e5niuIStDVKDimZ3m+HYXQDw62Ydk5NFa6fcRq4soA==
1035+
"@dev-plugins/react-query@^0.3.1":
1036+
version "0.3.1"
1037+
resolved "https://registry.yarnpkg.com/@dev-plugins/react-query/-/react-query-0.3.1.tgz#189c572aa069be67db5cf9be2b53b2ac7be16b16"
1038+
integrity sha512-xmNfMIwHLhigE/usbGma+W/2G8bHRAfrP83nqTtjPMc7Rt2zSv1Ju3EK3KhkAh3WuHrUMpBIbNJdLgSc+K4tMg==
10391039
dependencies:
10401040
flatted "^3.3.1"
10411041

0 commit comments

Comments
 (0)