Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fisker/shared-configs
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Aug 22, 2019
2 parents f6f7a85 + 495a55a commit 85b5220
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"devDependencies": {
"@commitlint/cli": "8.1.0",
"@self/commitlint-config": "npm:@fisker/commitlint-config@1.1.2",
"@self/eslint-config": "npm:@fisker/eslint-config@1.2.11",
"@self/eslint-config": "npm:@fisker/eslint-config@1.2.12",
"@self/husky-config": "npm:@fisker/husky-config@1.1.1",
"@self/lint-staged-config": "npm:@fisker/lint-staged-config@1.0.5",
"@self/prettier-config": "npm:@fisker/prettier-config@1.0.18",
"ava": "2.3.0",
"cz-conventional-changelog-emoji": "0.1.0",
"eslint": "6.2.0",
"eslint": "6.2.1",
"esm": "3.2.25",
"husky": "3.0.4",
"lint-staged": "9.2.3",
Expand All @@ -60,7 +60,7 @@
"prettier-format": "1.0.0",
"prettier-package-json": "2.1.0",
"rimraf": "3.0.0",
"rollup": "1.19.4",
"rollup": "1.20.0",
"write-prettier-file": "1.2.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"index.js"
],
"dependencies": {
"eslint-plugin-jest": "22.15.1"
"eslint-plugin-jest": "22.15.2"
},
"peerDependencies": {
"eslint": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
]
},
"devDependencies": {
"eslint": "6.2.0"
"eslint": "6.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"stylelint-config-recommended-scss": "3.3.0",
"stylelint-config-standard": "18.3.0",
"stylelint-prettier": "1.1.1",
"stylelint-scss": "3.9.3"
"stylelint-scss": "3.9.4"
},
"peerDependencies": {
"prettier": "*",
Expand Down

0 comments on commit 85b5220

Please sign in to comment.