Skip to content

Commit f616474

Browse files
committed
chore: size-limit
1 parent 14c0ec8 commit f616474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.size-limit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
{
33
"name": "react full",
44
"path": "packages/react-query/build/modern/index.js",
5-
"limit": "12.13 kB",
5+
"limit": "13.00 kB",
66
"ignore": ["react", "react-dom"]
77
},
88
{
99
"name": "react minimal",
1010
"path": "packages/react-query/build/modern/index.js",
11-
"limit": "9.15 kB",
11+
"limit": "9.99 kB",
1212
"import": "{ useQuery, QueryClient, QueryClientProvider }",
1313
"ignore": ["react", "react-dom"]
1414
}

0 commit comments

Comments
 (0)