Skip to content

Commit c9d0fbf

Browse files
author
Sam Shull
authored
Package updates (#82)
* Update packages and add test on prepush * Version bumps
1 parent 01070b8 commit c9d0fbf

File tree

12 files changed

+2375
-2137
lines changed

12 files changed

+2375
-2137
lines changed

package-lock.json

Lines changed: 756 additions & 217 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
"test:config": "cd packages/eslint-config-godaddy && npm test",
1414
"test:config:es5": "cd packages/eslint-config-godaddy-es5 && npm test",
1515
"test:config:react": "cd packages/eslint-config-godaddy-react && npm test",
16-
"test:config:react-flow": "cd packages/eslint-config-godaddy-react-flow && npm test"
16+
"test:config:react-flow": "cd packages/eslint-config-godaddy-react-flow && npm test",
17+
"prepush": "npm test"
18+
},
19+
"prepush": {
20+
"tasks": [
21+
"npm run prepush"
22+
]
1723
},
1824
"repository": {
1925
"type": "git",
@@ -44,15 +50,17 @@
4450
"godaddy-js-style-eslint": "./bin/eslint"
4551
},
4652
"devDependencies": {
47-
"babel-eslint": "^10.0.1",
48-
"eslint": "^5.8.0",
53+
"babel-eslint": "^10.0.2",
54+
"eslint": "^6.0.1",
4955
"eslint-find-rules": "^3.3.1",
50-
"eslint-plugin-babel": "^4.0.1",
51-
"eslint-plugin-flowtype": "^3.1.1",
52-
"eslint-plugin-json": "^1.2.1",
53-
"eslint-plugin-jsx-a11y": "^6.2.1",
54-
"eslint-plugin-mocha": "^5.2.0",
55-
"eslint-plugin-react": "^7.11.1"
56+
"eslint-plugin-babel": "^5.3.0",
57+
"eslint-plugin-flowtype": "^3.11.1",
58+
"eslint-plugin-json": "^1.4.0",
59+
"eslint-plugin-jsx-a11y": "^6.2.3",
60+
"eslint-plugin-mocha": "^5.3.0",
61+
"eslint-plugin-react": "^7.14.2",
62+
"prepush": "^3.1.11",
63+
"react": "^16.8.6"
5664
},
5765
"dependencies": {
5866
"npm-run-all": "^4.0.2"

0 commit comments

Comments
 (0)