Skip to content

Commit

Permalink
chore: Package upgrades; bump to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Jan 17, 2019
1 parent 790ebe2 commit e33f98a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,34 @@
"Jon Cursi <[email protected]>"
],
"dependencies": {
"@commitlint/cli": "7.2.1",
"@commitlint/config-conventional": "7.1.2",
"@commitlint/cli": "7.3.2",
"@commitlint/config-conventional": "7.3.1",
"babel-eslint": "10.0.1",
"eslint": "5.10.0",
"eslint": "5.12.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "3.3.0",
"eslint-config-prettier": "3.5.0",
"eslint-plugin-disable": "1.0.3",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-flowtype": "3.2.0",
"eslint-plugin-flowtype": "3.2.1",
"eslint-plugin-flowtype-errors": "3.6.0",
"eslint-plugin-immutable": "1.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jest": "22.1.2",
"eslint-plugin-jest": "22.1.3",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-lodash": "5.1.0",
"eslint-plugin-new-with-error": "2.0.0",
"eslint-plugin-no-loops": "0.3.0",
"eslint-plugin-prettier": "3.0.0",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-intl": "1.1.2",
"eslint-plugin-security": "1.4.0",
"markdownlint-cli": "0.13.0",
"prettier": "1.15.3"
},
"description": "✅ Shared ESLint configuration for Cheddur",
"devDependencies": {
"husky": "1.3.0",
"husky": "1.3.1",
"lint-staged": "8.1.0"
},
"eslintConfig": {},
Expand Down Expand Up @@ -73,5 +73,5 @@
"scripts": {
"test": "markdownlint --config markdownlint.config.json README.md"
},
"version": "3.3.9"
"version": "3.4.0"
}

0 comments on commit e33f98a

Please sign in to comment.