diff --git a/package.json b/package.json index 14c7b1e2f58..a5ca888edba 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,10 @@ ] }, "jest": { + "testPathIgnorePatterns": [ + "^.+\\.(ts)?$", + "/node_modules/" + ], "testEnvironment": "node", "collectCoverage": true, "coverageReporters": [ @@ -117,40 +121,44 @@ "loader-utils": "^1.1.0", "supports-color": "^5.5.0", "v8-compile-cache": "^2.0.2", - "yargs": "^12.0.4" + "yargs": "^12.0.5" }, "peerDependencies": { "webpack": "4.x.x" }, "devDependencies": { + "@babel/preset-env": "^7.3.4", + "@babel/register": "^7.0.0", "@commitlint/cli": "^7.2.1", "@commitlint/config-lerna-scopes": "^7.2.1", - "@commitlint/prompt-cli": "^7.2.1", + "@commitlint/prompt-cli": "^7.5.0", "@commitlint/travis-cli": "^7.2.1", - "@types/jest": "^23.3.9", + "@types/jest": "^23.3.14", "@types/node": "^10.12.9", "babel-preset-env": "^1.7.0", + "babel-preset-jest": "^24.3.0", "bundlesize": "^0.17.0", "codecov": "^3.1.0", - "commitizen": "^3.0.4", + "commitizen": "^3.0.7", "commitlint-config-cz": "^0.10.1", "conventional-changelog-cli": "^2.0.11", "cz-customizable": "^5.3.0", "eslint": "^5.9.0", "eslint-plugin-node": "^8.0.0", + "esm": "^3.2.14", "execa": "^1.0.0", "husky": "^1.1.4", - "jest": "^23.6.0", - "jest-cli": "^23.6.0", - "jest-junit": "^5.0.0", - "lerna": "^3.10.7", + "jest": "^24.3.1", + "jest-cli": "^24.3.1", + "jest-junit": "^6.3.0", + "lerna": "^3.13.1", "lint-staged": "7.x.x", - "nyc": "^13.1.0", + "nyc": "^13.3.0", "prettier-eslint-cli": "^4.7.1", "readable-stream": "^3.0.6", "rimraf": "^2.6.2", "schema-utils": "^1.0.0", - "ts-jest": "^23.10.4", + "ts-jest": "^23.10.5", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typedoc": "^0.13.0", @@ -163,4 +171,4 @@ "type": "opencollective", "url": "https://opencollective.com/webpack" } -} \ No newline at end of file +}