Skip to content

Commit debfa95

Browse files
pkg: Update validation packages (#3514)
* pkg: Update validation packages * internal: Fix formatting --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathaniel Tucker <[email protected]>
1 parent f8ba6d1 commit debfa95

File tree

3 files changed

+396
-329
lines changed

3 files changed

+396
-329
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"devDependencies": {
5454
"@anansi/babel-preset": "6.2.11",
5555
"@anansi/browserslist-config": "1.7.2",
56-
"@anansi/eslint-plugin": "1.0.42",
57-
"@anansi/jest-preset": "0.11.19",
56+
"@anansi/eslint-plugin": "1.0.43",
57+
"@anansi/jest-preset": "0.11.20",
5858
"@babel/cli": "7.27.2",
5959
"@babel/core": "7.27.4",
6060
"@babel/node": "7.27.1",
@@ -93,7 +93,7 @@
9393
"mkdirp": "^3.0.0",
9494
"nock": "13.3.1",
9595
"npm-run-all": "^4.1.5",
96-
"prettier": "3.5.3",
96+
"prettier": "3.6.1",
9797
"react": "19.1.0",
9898
"react-dom": "19.1.0",
9999
"react-native": "0.80.0",

packages/react/src/hooks/__tests__/useController/fetch.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ describe.each([
250250
await result.current.fetch(endpoint, {
251251
id: 1,
252252
});
253-
}),
254-
// still keeps old list
255-
expect(result.current.articles.map(({ id }) => id)).toEqual([5, 3]);
253+
});
254+
// still keeps old list
255+
expect(result.current.articles.map(({ id }) => id)).toEqual([5, 3]);
256256

257257
expect(errorspy.mock.calls[0]).toMatchSnapshot();
258258
});

0 commit comments

Comments
 (0)