File tree Expand file tree Collapse file tree 3 files changed +901
-294
lines changed Expand file tree Collapse file tree 3 files changed +901
-294
lines changed Original file line number Diff line number Diff line change 43
43
"@babel/helper-compilation-targets" : " 7.19.3" ,
44
44
"@babel/traverse" : " 7.19.3" ,
45
45
"@babel/types" : " 7.19.3" ,
46
- "console-testing-library" : " patch:console-testing-library@npm:0.3.1#.yarn/patches/console-testing-library__npm_0.3.1.patch" ,
47
46
"esbuild" : " 0.17.0" ,
47
+ "jest-snapshot" : " 29.3.1" ,
48
48
"msw" : " patch:msw@npm:0.40.2#.yarn/patches/msw-npm-0.40.2-2107d48752" ,
49
49
"jscodeshift" : " 0.13.1" ,
50
50
"react-redux" : " npm:8.0.2" ,
63
63
"docs/react-dom" : " npm:17.0.2" ,
64
64
"docs/@types/react-dom" : " npm:17.0.11" ,
65
65
"docs/@types/react" : " npm:17.0.11" ,
66
- "type-fest" : " 2.19.0"
66
+ "type-fest" : " 2.19.0" ,
67
+ "console-testing-library@0.6.1" : " patch:console-testing-library@npm%3A0.6.1#./.yarn/patches/console-testing-library-npm-0.6.1-4d9957d402.patch"
67
68
},
68
69
"scripts" : {
69
70
"build" : " yarn build:packages" ,
Original file line number Diff line number Diff line change 61
61
"@typescript-eslint/eslint-plugin" : " ^4.22.0" ,
62
62
"@typescript-eslint/parser" : " ^4.22.0" ,
63
63
"axios" : " ^0.19.2" ,
64
- "console-testing-library" : " ^0.3 .1" ,
64
+ "console-testing-library" : " 0.6 .1" ,
65
65
"convert-source-map" : " ^1.7.0" ,
66
66
"esbuild" : " ~0.17" ,
67
67
"eslint" : " ^7.25.0" ,
75
75
"eslint-plugin-react-hooks" : " ^4.2.0" ,
76
76
"fs-extra" : " ^9.1.0" ,
77
77
"invariant" : " ^2.2.4" ,
78
- "jest " : " ^27 " ,
78
+ "jsdom " : " ^21.0.0 " ,
79
79
"json-stringify-safe" : " ^5.0.1" ,
80
80
"magic-string" : " ^0.25.7" ,
81
81
"merge-source-map" : " ^1.1.0" ,
89
89
"size-limit" : " ^4.11.0" ,
90
90
"source-map" : " ^0.7.3" ,
91
91
"terser" : " ^5.6.1" ,
92
- "ts-jest" : " ^27" ,
93
92
"tslib" : " ^1.10.0" ,
94
93
"tsx" : " ^3.12.2" ,
95
94
"typescript" : " ~4.9" ,
95
+ "vitest" : " ^0.27.2" ,
96
96
"yargs" : " ^15.3.1"
97
97
},
98
98
"scripts" : {
104
104
"format" : " prettier --write \" (src|examples)/**/*.{ts,tsx}\" \" **/*.md\" " ,
105
105
"format:check" : " prettier --list-different \" (src|examples)/**/*.{ts,tsx}\" \" docs/*/**.md\" " ,
106
106
"lint" : " eslint src examples" ,
107
- "test" : " jest --runInBand " ,
107
+ "test" : " vitest " ,
108
108
"type-tests" : " yarn tsc -p src/tests/tsconfig.typetests.json && yarn tsc -p src/query/tests/tsconfig.typetests.json" ,
109
109
"prepack" : " npm run build-prepare"
110
110
},
You can’t perform that action at this time.
0 commit comments