Bump babel-plugin-unpkg-rewrite version

This commit is contained in:
MICHAEL JACKSON 2017-12-05 12:12:36 -08:00
parent 7554556005
commit 8eb89bc815
1 changed files with 5 additions and 13 deletions

View File

@ -9,7 +9,7 @@
}, },
"dependencies": { "dependencies": {
"algoliasearch": "^3.24.3", "algoliasearch": "^3.24.3",
"babel-plugin-unpkg-rewrite": "^3.1.0", "babel-plugin-unpkg-rewrite": "^3.6.0",
"body-parser": "^1.18.2", "body-parser": "^1.18.2",
"cors": "^2.8.1", "cors": "^2.8.1",
"countries-list": "^1.3.2", "countries-list": "^1.3.2",
@ -89,12 +89,8 @@
"node": "8.4.x" "node": "8.4.x"
}, },
"jest": { "jest": {
"collectCoverageFrom": [ "collectCoverageFrom": ["src/**/*.{js,jsx}"],
"src/**/*.{js,jsx}" "setupFiles": ["<rootDir>/config/polyfills.js"],
],
"setupFiles": [
"<rootDir>/config/polyfills.js"
],
"testPathIgnorePatterns": [ "testPathIgnorePatterns": [
"<rootDir>[/\\\\](build|docs|node_modules|scripts)[/\\\\]", "<rootDir>[/\\\\](build|docs|node_modules|scripts)[/\\\\]",
"__tests__/utils" "__tests__/utils"
@ -106,17 +102,13 @@
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js", "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js" "^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
}, },
"transformIgnorePatterns": [ "transformIgnorePatterns": ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
],
"moduleNameMapper": { "moduleNameMapper": {
"^react-native$": "react-native-web" "^react-native$": "react-native-web"
} }
}, },
"babel": { "babel": {
"presets": [ "presets": ["react-app"]
"react-app"
]
}, },
"eslintConfig": { "eslintConfig": {
"extends": "react-app" "extends": "react-app"