File tree Expand file tree Collapse file tree 4 files changed +3012
-4
lines changed Expand file tree Collapse file tree 4 files changed +3012
-4
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0 .0.0" ,
6
+ "version" : " 4 .0.0-alpha " ,
7
7
"command" : {
8
8
"init" : {
9
9
"exact" : true
Original file line number Diff line number Diff line change 19
19
"enzyme" : " ^2.8.0" ,
20
20
"jest" : " ^19.0.2" ,
21
21
"jest-enzyme" : " ^3.0.0" ,
22
- "react-addons-test-utils" : " ^15.5.1" ,
23
22
"sinon" : " ^2.1.0" ,
24
23
"ts-jest" : " ^19.0.8" ,
25
24
"tslint" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
9
9
"author" : " " ,
10
- "license" : " AGPL-3.0"
11
- }
10
+ "license" : " AGPL-3.0" ,
11
+ "devDependencies" : {
12
+ "@types/enzyme" : " ^2.7.7" ,
13
+ "@types/jest" : " ^19.2.2" ,
14
+ "@types/sinon" : " ^2.1.2" ,
15
+ "enzyme" : " ^2.8.0" ,
16
+ "jest" : " ^19.0.2" ,
17
+ "jest-enzyme" : " ^3.0.0" ,
18
+ "sinon" : " ^2.1.0" ,
19
+ "ts-jest" : " ^19.0.8" ,
20
+ "tslint" : " ^5.0.0" ,
21
+ "typescript" : " 2.3.0"
22
+ },
23
+ "dependencies" : {
24
+ "@types/react" : " ^15.0.21" ,
25
+ "react" : " ^15.5.4" ,
26
+ "simplr-forms-core" : " 4.0.0-alpha"
27
+ },
28
+ "jest" : {
29
+ "setupTestFrameworkScriptFile" : " ./node_modules/jest-enzyme/lib/index.js" ,
30
+ "transform" : {
31
+ ".(ts|tsx)" : " <rootDir>/node_modules/ts-jest/preprocessor.js"
32
+ },
33
+ "testRegex" : " /__tests__/.*\\ .(test|spec).(ts|tsx|js)$" ,
34
+ "moduleFileExtensions" : [
35
+ " ts" ,
36
+ " tsx" ,
37
+ " js"
38
+ ]
39
+ }
40
+ }
You can’t perform that action at this time.
0 commit comments