Skip to content

Commit

Permalink
Bump autoprefixer from 7.1.5 to 7.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 22, 2017
1 parent 8030135 commit 9f6df63
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 24 deletions.
70 changes: 54 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,22 @@
"deploy": "gh-pages -d build"
},
"lint-staged": {
"*.{js,json}": ["prettier --write", "git add"]
"*.{js,json}": [
"prettier --write",
"git add"
]
},
"jest": {
"collectCoverage": true,
"collectCoverageFrom": ["src/**/*.{js,jsx}"],
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
],
"coverageDirectory": "./coverage/",
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
"setupFiles": ["<rootDir>/config/polyfills.js", "jest-localstorage-mock"],
"setupFiles": [
"<rootDir>/config/polyfills.js",
"jest-localstorage-mock"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.js?(x)",
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
Expand All @@ -55,15 +63,23 @@
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.scss$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js",
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$":
"<rootDir>/config/jest/fileTransform.js"
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
],
"moduleNameMapper": {
"^react-native$": "react-native-web",
"\\.scss$": "identity-obj-proxy"
},
"moduleFileExtensions": ["web.js", "js", "json", "web.jsx", "jsx", "node"]
"moduleFileExtensions": [
"web.js",
"js",
"json",
"web.jsx",
"jsx",
"node"
]
},
"babel": {
"presets": [
Expand All @@ -78,7 +94,10 @@
],
"env": {
"test": {
"presets": ["env", "stage-2"],
"presets": [
"env",
"stage-2"
],
"sourceMaps": "inline"
}
}
Expand All @@ -87,11 +106,21 @@
"node": ">= 6.10.0",
"npm": ">= 4.5.0"
},
"browserslist": [">1%", "last 2 versions", "ie > 9"],
"browserslist": [
">1%",
"last 2 versions",
"ie > 9"
],
"eslintConfig": {
"parser": "babel-eslint",
"extends": ["airbnb", "prettier"],
"plugins": ["react", "prettier"],
"extends": [
"airbnb",
"prettier"
],
"plugins": [
"react",
"prettier"
],
"env": {
"browser": true,
"node": true,
Expand All @@ -102,7 +131,10 @@
"react/jsx-filename-extension": [
"error",
{
"extensions": [".js", ".jsx"]
"extensions": [
".js",
".jsx"
]
}
],
"no-plusplus": 0,
Expand All @@ -117,21 +149,27 @@
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": ["global"]
"ignorePseudoClasses": [
"global"
]
}
],
"selector-pseudo-element-no-unknown": [
true,
{
"ignorePseudoElements": ["global"]
"ignorePseudoElements": [
"global"
]
}
],
"max-nesting-depth": 2
},
"ignoreFiles": ["build/**/*.css"]
"ignoreFiles": [
"build/**/*.css"
]
},
"devDependencies": {
"autoprefixer": "7.1.5",
"autoprefixer": "7.1.6",
"babel-core": "^6.25.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.0.2",
Expand Down
20 changes: 12 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,12 @@ atob@~1.1.0:
version "1.1.3"
resolved "https://registry.yarnpkg.com/atob/-/atob-1.1.3.tgz#95f13629b12c3a51a5d215abdce2aa9f32f80773"

autoprefixer@7.1.5:
version "7.1.5"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-7.1.5.tgz#d65d14b83c7cd1dd7bc801daa00557addf5a06b2"
autoprefixer@7.1.6:
version "7.1.6"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-7.1.6.tgz#fb933039f74af74a83e71225ce78d9fd58ba84d7"
dependencies:
browserslist "^2.5.0"
caniuse-lite "^1.0.30000744"
browserslist "^2.5.1"
caniuse-lite "^1.0.30000748"
normalize-range "^0.1.2"
num2fraction "^1.2.2"
postcss "^6.0.13"
Expand Down Expand Up @@ -1287,9 +1287,9 @@ browserslist@^2.1.2, browserslist@^2.4.0:
caniuse-lite "^1.0.30000718"
electron-to-chromium "^1.3.18"

browserslist@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.5.0.tgz#0ea00d22813a4dfae5786485225a9c584b3ef37c"
browserslist@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.5.1.tgz#68e4bc536bbcc6086d62843a2ffccea8396821c6"
dependencies:
caniuse-lite "^1.0.30000744"
electron-to-chromium "^1.3.24"
Expand Down Expand Up @@ -1397,6 +1397,10 @@ caniuse-lite@^1.0.30000744:
version "1.0.30000744"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000744.tgz#860fa5c83ba34fe619397d607f30bb474821671b"

caniuse-lite@^1.0.30000748:
version "1.0.30000748"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000748.tgz#44c8d6da52ad65a5d7b9dca4efebd0bdd982ba09"

capture-stack-trace@^1.0.0:
version "1.0.0"
resolved "http://registry.npm.taobao.org/capture-stack-trace/download/capture-stack-trace-1.0.0.tgz#4a6fa07399c26bba47f0b2496b4d0fb408c5550d"
Expand Down

0 comments on commit 9f6df63

Please sign in to comment.