File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 34
34
"homepage" : " https://github.com/react-dnd/react-dnd" ,
35
35
"scripts" : {
36
36
"clean" : " lerna run clean" ,
37
- "build" : " lerna run build --scope=dnd-core --scope=react-dnd -- stream" ,
37
+ "build" : " lerna run build --stream" ,
38
38
"unit_test" : " jest" ,
39
39
"jest:watch" : " jest --watch" ,
40
40
"jest:cov" : " jest --coverage" ,
Original file line number Diff line number Diff line change 13
13
"devDependencies" : {
14
14
"npm-run-all" : " ^4.1.5" ,
15
15
"react-dnd-test-backend" : " ^7.2.0" ,
16
- "react-dnd" : " ^7.3.2" ,
17
- "react" : " >= 16.8.4" ,
16
+ "react" : " link:../react-dnd/node_modules/react" ,
18
17
"rimraf" : " ^2.6.3" ,
19
18
"typescript" : " ^3.3.3333"
20
19
},
Original file line number Diff line number Diff line change 37
37
"npm-run-all" : " ^4.1.5" ,
38
38
"react" : " ^16.8.4" ,
39
39
"react-dom" : " ^16.8.4" ,
40
- "react-dnd-test-utils" : " link:../react-dnd-test-utils" ,
41
40
"rimraf" : " ^2.6.3" ,
42
41
"ts-loader" : " ^5.3.3" ,
43
42
"typescript" : " ^3.3.3333" ,
Original file line number Diff line number Diff line change 1
1
import * as React from 'react'
2
2
import * as TestUtils from 'react-dom/test-utils'
3
- import { wrapInTestContext } from 'react-dnd-test-utils'
3
+ import { wrapInTestContext } from '../../../ react-dnd-test-utils/src/wrapInTestContext '
4
4
import DropTarget from '../DropTarget'
5
5
6
6
describe ( 'Connectors' , ( ) => {
Original file line number Diff line number Diff line change @@ -12256,7 +12256,7 @@ react-typography@^0.16.18:
12256
12256
resolved "https://registry.yarnpkg.com/react-typography/-/react-typography-0.16.18.tgz#89341b63d615f1dfcf5e471797df5acce5bde1f3"
12257
12257
integrity sha512-BFkw59H2mkYRLLtHOT2UZve/9/RticAvL7o7rheOo/+tlwQyfF61wF2XzGRcA3IWASg+DbXnNViyywHBFlNj6A==
12258
12258
12259
- "react@>= 16.8.4", react@^16.8.4:
12259
+ react@^16.8.4:
12260
12260
version "16.8.4"
12261
12261
resolved "https://registry.yarnpkg.com/react/-/react-16.8.4.tgz#fdf7bd9ae53f03a9c4cd1a371432c206be1c4768"
12262
12262
integrity sha512-0GQ6gFXfUH7aZcjGVymlPOASTuSjlQL4ZtVC5YKH+3JL6bBLCVO21DknzmaPlI90LN253ojj02nsapy+j7wIjg==
You can’t perform that action at this time.
0 commit comments