|
@@ -9,21 +9,21 @@
|
|
|
"pre-commit": "lint:staged",
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
+ "@babel/cli": "^7.4.4",
|
|
|
+ "@babel/core": "^7.4.4",
|
|
|
+ "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
|
|
|
+ "@babel/plugin-transform-object-assign": "^7.2.0",
|
|
|
+ "@babel/plugin-transform-proto-to-assign": "^7.4.4",
|
|
|
+ "@babel/plugin-transform-react-jsx": "^7.3.0",
|
|
|
+ "@babel/polyfill": "^7.4.4",
|
|
|
+ "@babel/preset-env": "^7.4.4",
|
|
|
+ "@babel/register": "^7.4.4",
|
|
|
"@octokit/rest": "^16.25.0",
|
|
|
"@types/react": "^16.8.10",
|
|
|
"aliasify": "^2.1.0",
|
|
|
"autoprefixer": "^7.2.6",
|
|
|
- "babel-cli": "^6.26.0",
|
|
|
- "babel-core": "^6.26.3",
|
|
|
- "babel-jest": "^23.6.0",
|
|
|
- "babel-plugin-transform-object-assign": "^6.22.0",
|
|
|
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
|
- "babel-plugin-transform-proto-to-assign": "^6.26.0",
|
|
|
- "babel-plugin-transform-react-jsx": "^6.24.1",
|
|
|
- "babel-polyfill": "^6.26.0",
|
|
|
- "babel-preset-env": "^1.7.0",
|
|
|
- "babel-register": "^6.26.0",
|
|
|
- "babelify": "^8.0.0",
|
|
|
+ "babel-jest": "^24.0.0",
|
|
|
+ "babelify": "^10.0.0",
|
|
|
"browser-resolve": "^1.11.3",
|
|
|
"browser-sync": "^2.26.3",
|
|
|
"browserify": "^16.2.3",
|
|
@@ -50,7 +50,7 @@
|
|
|
"glob": "^7.1.3",
|
|
|
"gzip-size": "^5.0.0",
|
|
|
"isomorphic-fetch": "2.2.1",
|
|
|
- "jest": "^23.6.0",
|
|
|
+ "jest": "^24.0.0",
|
|
|
"json3": "^3.3.2",
|
|
|
"lerna": "^3.13.4",
|
|
|
"lint-staged": "^6.1.1",
|
|
@@ -142,7 +142,7 @@
|
|
|
"automock": false,
|
|
|
"collectCoverage": true,
|
|
|
"collectCoverageFrom": [
|
|
|
- "packages/**/src/**"
|
|
|
+ "packages/**/src/**/*.js"
|
|
|
],
|
|
|
"testMatch": [
|
|
|
"**/packages/**/*.test.js"
|