File tree Expand file tree Collapse file tree 7 files changed +170
-204
lines changed Expand file tree Collapse file tree 7 files changed +170
-204
lines changed Original file line number Diff line number Diff line change 62
62
"@strictsoftware/typedoc-plugin-monorepo" : " ^0.3.1" ,
63
63
"@types/chai" : " ^4.1.3" ,
64
64
"@types/jest" : " ^24.0.11" ,
65
+ "@types/jsdom" : " ^16.2.3" ,
65
66
"@types/mocha" : " ^5.2.0" ,
66
67
"@types/node" : " ~10.17.0" ,
67
68
"@types/sinon" : " ^7.0.11" ,
71
72
"eslint" : " 7.32.0" ,
72
73
"jest" : " ^27.5.1" ,
73
74
"jest-environment-node" : " ^27.5.1" ,
75
+ "jsdom" : " ^19.0.0" ,
74
76
"karma-browserstack-launcher" : " ^1.5.1" ,
75
77
"karma-firefox-launcher" : " ^1.1.0" ,
76
78
"lerna" : " 3.13.4" ,
Original file line number Diff line number Diff line change 26
26
"btoa" : " ^1.2.1" ,
27
27
"chai" : " ^4.1.2" ,
28
28
"chokidar" : " ^3.0.2" ,
29
- "jsdom" : " ^15.0.0" ,
30
29
"karma" : " ^6.3.16" ,
31
30
"karma-chai" : " ^0.1.0" ,
32
31
"karma-chrome-launcher" : " ^2.2.0" ,
Original file line number Diff line number Diff line change 40
40
"eslint-plugin-react-hooks" : " ^4.0.8" ,
41
41
"history-4" : " npm:history@4.6.0" ,
42
42
"history-5" : " npm:history@4.9.0" ,
43
- "jsdom" : " ^16.2.2" ,
44
43
"react" : " ^18.0.0" ,
45
44
"react-dom" : " ^18.0.0" ,
46
45
"react-router-3" : " npm:react-router@3.2.0" ,
Original file line number Diff line number Diff line change 24
24
},
25
25
"devDependencies" : {
26
26
"@sentry/browser" : " 6.19.6" ,
27
- "@types/express" : " ^4.17.1" ,
28
- "@types/jsdom" : " ^16.2.3" ,
29
- "jsdom" : " ^16.2.2"
27
+ "@types/express" : " ^4.17.1"
30
28
},
31
29
"scripts" : {
32
30
"build" : " run-p build:cjs build:esm build:types build:bundle && ts-node ../../scripts/prepack.ts #necessary for integration tests" ,
Original file line number Diff line number Diff line change 20
20
"tslib" : " ^1.9.3"
21
21
},
22
22
"devDependencies" : {
23
- "chai" : " ^4.1.2" ,
24
- "jsdom" : " ^16.2.2"
23
+ "chai" : " ^4.1.2"
25
24
},
26
25
"scripts" : {
27
26
"build" : " run-p build:cjs build:esm build:types" ,
Original file line number Diff line number Diff line change 26
26
"peerDependencies" : {
27
27
"vue" : " 2.x || 3.x"
28
28
},
29
- "devDependencies" : {
30
- "jsdom" : " ^16.2.2"
31
- },
32
29
"scripts" : {
33
30
"build" : " run-p build:cjs build:esm build:types" ,
34
31
"build:bundle" : " rollup --config" ,
You can’t perform that action at this time.
0 commit comments