Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tw0517tw committed May 30, 2019
1 parent 63f93a9 commit d61bc9a
Show file tree
Hide file tree
Showing 2 changed files with 2,312 additions and 1,938 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,32 @@
},
"dependencies": {
"css-property-sort-order-smacss": "^2.1.3",
"eslint-plugin-sort-imports-es6-autofix": "^0.3.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^2.0.0"
"eslint-plugin-sort-imports-es6-autofix": "^0.4.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.0"
},
"peerDependencies": {
"stylelint": ">=9.8.0"
"stylelint": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-jest": "^24.8.0",
"cross-env": "^5.2.0",
"eslint": "^5.14.0",
"eslint-config-yoctol-base": "^0.19.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"husky": "^1.3.1",
"jest": "^24.1.0",
"lint-staged": "^8.1.4",
"prettier": "^1.16.4",
"prettier-package-json": "^2.0.1",
"eslint": "^5.16.0",
"eslint-config-yoctol-base": "^0.19.1",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^2.3.0",
"jest": "^24.8.0",
"lint-staged": "^8.1.7",
"prettier": "^1.17.1",
"prettier-package-json": "^2.1.0",
"rimraf": "^2.6.3",
"stylelint": "^9.10.1"
"stylelint": "^10.0.1"
},
"engines": {
"node": ">=8"
Expand Down
Loading

0 comments on commit d61bc9a

Please sign in to comment.