Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 12, 2019
1 parent 3d26929 commit b07222b
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 109 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ node_js:
- "6"
git:
depth: 5
install:
- yarn install --ignore-engines
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"dependencies": {
"@babel/register": "^7.0.0",
"browserslist": "^4.3.7",
"caniuse-lite": "^1.0.30000926",
"browserslist": "^4.4.0",
"caniuse-lite": "^1.0.30000928",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss": "^7.0.7",
"postcss": "^7.0.11",
"postcss-value-parser": "^3.3.1"
},
"devDependencies": {
Expand All @@ -39,12 +39,12 @@
"babel-jest": "^23.6.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"eslint": "^5.11.1",
"eslint": "^5.12.0",
"eslint-ci": "^1.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prefer-let": "^1.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-security": "^1.4.0",
Expand Down Expand Up @@ -75,7 +75,7 @@
"size-limit": [
{
"path": "build/lib/autoprefixer.js",
"limit": "105 KB"
"limit": "106 KB"
}
],
"eslintConfig": {
Expand Down
Loading

0 comments on commit b07222b

Please sign in to comment.