Skip to content

Commit a3c055c

Browse files
author
Martynas Žilinskas
committed
Updated packages package.json.
1 parent e297c7e commit a3c055c

File tree

4 files changed

+3012
-4
lines changed

4 files changed

+3012
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.0",
6+
"version": "4.0.0-alpha",
77
"command": {
88
"init": {
99
"exact": true

packages/simplr-forms-core/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"enzyme": "^2.8.0",
2020
"jest": "^19.0.2",
2121
"jest-enzyme": "^3.0.0",
22-
"react-addons-test-utils": "^15.5.1",
2322
"sinon": "^2.1.0",
2423
"ts-jest": "^19.0.8",
2524
"tslint": "^5.0.0",

packages/simplr-validation/package.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,34 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"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+
}

0 commit comments

Comments
 (0)