Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 11, 2020
1 parent a6250bf commit cd55758
Show file tree
Hide file tree
Showing 2 changed files with 658 additions and 420 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -22,22 +22,22 @@
"license": "MIT",
"repository": "postcss/autoprefixer",
"dependencies": {
"@babel/register": "^7.10.3",
"@babel/register": "^7.10.4",
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001087",
"caniuse-lite": "^1.0.30001097",
"colorette": "^1.2.0",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss": "^7.0.32",
"postcss-value-parser": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-proto-to-assign": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-proto-to-assign": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@logux/eslint-config": "^35.0.3",
"@size-limit/preset-small-lib": "4.5.2",
"@size-limit/preset-small-lib": "4.5.3",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.2.6",
Expand All @@ -50,7 +50,7 @@
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^1.0.1",
"eslint-plugin-prefer-let": "^1.0.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
Expand All @@ -66,7 +66,7 @@
"jest": "^24.9.0",
"jest-ci": "^0.1.1",
"lint-staged": "^10.2.11",
"size-limit": "^4.5.2"
"size-limit": "^4.5.3"
},
"lint-staged": {
"*.js": "eslint"
Expand Down

0 comments on commit cd55758

Please sign in to comment.