build: bump jest & ts-jest

This commit is contained in:
Evan You 2019-08-20 10:50:43 -04:00
parent bb2ff037b9
commit 2a15491d1c
3 changed files with 2276 additions and 1715 deletions

View File

@ -25,13 +25,13 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^23.3.2", "@types/jest": "^24.0.18",
"chalk": "^2.4.1", "chalk": "^2.4.2",
"dts-bundle": "^0.7.3", "dts-bundle": "^0.7.3",
"execa": "^2.0.4", "execa": "^2.0.4",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"jest": "^23.6.0", "jest": "^24.9.0",
"lerna": "^3.4.0", "lerna": "^3.16.4",
"lint-staged": "^9.2.3", "lint-staged": "^9.2.3",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"prettier": "~1.14.0", "prettier": "~1.14.0",
@ -40,7 +40,7 @@
"rollup-plugin-replace": "^2.2.0", "rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.1", "rollup-plugin-terser": "^5.1.1",
"rollup-plugin-typescript2": "^0.22.1", "rollup-plugin-typescript2": "^0.22.1",
"ts-jest": "^23.10.0", "ts-jest": "^24.0.2",
"typescript": "^3.5.3", "typescript": "^3.5.3",
"yorkie": "^2.0.0" "yorkie": "^2.0.0"
} }

View File

@ -11,12 +11,10 @@
"strictNullChecks": true, "strictNullChecks": true,
"noImplicitAny": true, "noImplicitAny": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"esModuleInterop": true,
"removeComments": false, "removeComments": false,
"jsx": "react", "jsx": "react",
"lib": [ "lib": ["esnext", "dom"],
"esnext",
"dom"
],
"rootDir": ".", "rootDir": ".",
"paths": { "paths": {
"@vue/shared": ["packages/shared/src"], "@vue/shared": ["packages/shared/src"],

3975
yarn.lock

File diff suppressed because it is too large Load Diff