Skip to content

Commit

Permalink
chore: bump dated deps (#8693)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 15, 2019
1 parent 05ebc41 commit a36f82d
Show file tree
Hide file tree
Showing 18 changed files with 457 additions and 479 deletions.
14 changes: 7 additions & 7 deletions e2e/__tests__/__snapshots__/consoleAfterTeardown.test.ts.snap
Expand Up @@ -7,14 +7,14 @@ PASS __tests__/console.test.js
● Cannot log after tests are done. Did you forget to wait for something async in your test?
Attempted to log "hello!".
11 | // eslint-disable-next-line prefer-arrow-callback
12 | new Promise(resolve => setTimeout(resolve, 500)).then(function log() {
> 13 | console.log('hello!');
10 | // Named function to have the function be named the same in jasmine and circus
11 | new Promise(resolve => setTimeout(resolve, 500)).then(function log() {
> 12 | console.log('hello!');
| ^
14 | });
15 | });
16 |
13 | });
14 | });
15 |
at BufferedConsole.log (../../packages/jest-console/build/BufferedConsole.js:199:10)
at log (__tests__/console.test.js:13:13)
at log (__tests__/console.test.js:12:13)
`;
3 changes: 1 addition & 2 deletions e2e/console-after-teardown/__tests__/console.test.js
Expand Up @@ -7,8 +7,7 @@
'use strict';

test('throws error', () => {
// To have the function be named the same in jasmine and circus
// eslint-disable-next-line prefer-arrow-callback
// Named function to have the function be named the same in jasmine and circus
new Promise(resolve => setTimeout(resolve, 500)).then(function log() {
console.log('hello!');
});
Expand Down
11 changes: 5 additions & 6 deletions package.json
Expand Up @@ -19,25 +19,24 @@
"@typescript-eslint/parser": "^1.10.2",
"ansi-regex": "^4.0.0",
"ansi-styles": "^3.2.0",
"babel-eslint": "^9.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.5",
"babel-plugin-typescript-strip-namespaces": "^1.1.1",
"camelcase": "^5.0.0",
"chalk": "^2.0.1",
"codecov": "^3.0.0",
"debug": "^4.0.1",
"eslint": "^5.6.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-prettier": "^5.0.0",
"eslint-import-resolver-typescript": "^1.1.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jest": "^22.0.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-relay": "~0.0.19",
"execa": "^1.0.0",
"fast-check": "^1.13.0",
"glob": "^7.1.1",
Expand All @@ -49,10 +48,10 @@
"jest-junit": "^6.2.1",
"jest-silent-reporter": "^0.1.2",
"jest-snapshot-serializer-raw": "^1.1.0",
"jest-watch-typeahead": "^0.2.2-0",
"jest-watch-typeahead": "^0.3.1",
"jquery": "^3.2.1",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.1.1",
"karma-chrome-launcher": "^3.0.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "4.0.0-rc.5",
"left-pad": "^1.1.1",
Expand Down
5 changes: 2 additions & 3 deletions packages/eslint-config-fb-strict/package.json
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"eslint-config-fbjs": "^2.1.0"
"eslint-config-fbjs": "^3.1.0"
},
"peerDependencies": {
"babel-eslint": "^9.0.0 || ^10.0.0",
Expand All @@ -17,8 +17,7 @@
"eslint-plugin-flowtype": "^2.35.0 || ^3.0.0",
"eslint-plugin-jest": "^21.0.0 || ^22.0.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-relay": "~0.0.8 || ^1.0.0"
"eslint-plugin-react": "^7.1.0"
},
"engines": {
"node": ">= 6"
Expand Down

0 comments on commit a36f82d

Please sign in to comment.