Skip to content

Commit

Permalink
bring back eslint update because fbjs published new version:
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Jun 21, 2018
1 parent 606022a commit 641d638
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 77 deletions.
4 changes: 2 additions & 2 deletions examples/enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"name": "example-enzyme",
"dependencies": {
"react": "*",
"react-dom": "*"
"react": "16.4.1",
"react-dom": "16.4.1"
},
"devDependencies": {
"babel-jest": "*",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest"
},
"dependencies": {
"react": "16.0.0",
"react": "16.4.1",
"react-native": "^0.51.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"name": "example-react",
"dependencies": {
"react": "*",
"react-dom": "*"
"react": "16.4.1",
"react-dom": "16.4.1"
},
"devDependencies": {
"babel-jest": "*",
Expand Down
2 changes: 1 addition & 1 deletion examples/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"name": "example-snapshot",
"dependencies": {
"react": "*"
"react": "16.4.1"
},
"devDependencies": {
"babel-jest": "*",
Expand Down
6 changes: 3 additions & 3 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.0.0",
"name": "example-typescript",
"dependencies": {
"react": "*",
"react-dom": "*",
"react": "16.4.1",
"react-dom": "16.4.1",
"typescript": "*"
},
"devDependencies": {
"@types/jest": "^23.0.0",
"@types/jest": "^23.1.1",
"jest": "*",
"ts-jest": "*"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ansi-regex": "^3.0.0",
"ansi-styles": "^3.2.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.2.3",
"babel-eslint": "^8.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
Expand All @@ -24,9 +24,9 @@
"chalk": "^2.0.1",
"codecov": "^3.0.0",
"debug": "^3.0.1",
"eslint": "~4.13.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jest": "^21.0.0",
Expand All @@ -42,7 +42,7 @@
"istanbul-api": "^1.3.1",
"istanbul-lib-coverage": "^1.0.0",
"jasmine-reporters": "^2.2.0",
"jest-junit": "^5.0.0",
"jest-junit": "^5.1.0",
"jest-silent-reporter": "^0.0.5",
"jquery": "^3.2.1",
"karma": "^2.0.0",
Expand Down
Loading

0 comments on commit 641d638

Please sign in to comment.