jest-watch-typeahead 0.4.2 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +9 -10
package/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  [![Build Status](https://travis-ci.org/jest-community/jest-watch-typeahead.svg?branch=master)](https://travis-ci.org/jest-community/jest-watch-typeahead) [![npm version](https://badge.fury.io/js/jest-watch-typeahead.svg)](https://badge.fury.io/js/jest-watch-typeahead)
2
2
 
3
3
  <div align="center">
4
- <!-- replace with accurate logo e.g from https://worldvectorlogo.com/ -->
5
- <a href="https://facebook.github.io/jest/">
6
- <img width="150" height="150" vspace="" hspace="25" src="https://cdn.worldvectorlogo.com/logos/jest.svg">
4
+ <a href="https://jestjs.io/">
5
+ <img width="150" height="150" vspace="" hspace="25" src="https://jestjs.io/img/jest.png">
7
6
  </a>
8
7
  <h1>jest-watch-typeahead</h1>
9
8
  <p>Filter your tests by file name or test name</p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-watch-typeahead",
3
- "version": "0.4.2",
3
+ "version": "0.5.0",
4
4
  "main": "build/index.js",
5
5
  "author": "Rogelio Guzman <rogelioguzmanh@gmail.com>",
6
6
  "description": "Jest plugin for filtering by filename or test name",
@@ -26,30 +26,29 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "ansi-escapes": "^4.2.1",
29
- "chalk": "^2.4.1",
30
- "jest-regex-util": "^24.9.0",
31
- "jest-watcher": "^24.3.0",
29
+ "chalk": "^3.0.0",
30
+ "jest-regex-util": "^25.2.1",
31
+ "jest-watcher": "^25.2.4",
32
32
  "slash": "^3.0.0",
33
33
  "string-length": "^3.1.0",
34
- "strip-ansi": "^5.0.0"
34
+ "strip-ansi": "^6.0.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@babel/cli": "^7.0.0",
38
38
  "@babel/core": "^7.0.0",
39
39
  "@babel/preset-env": "^7.0.0",
40
40
  "@babel/preset-flow": "^7.0.0",
41
- "babel-core": "^7.0.0-bridge.0",
42
41
  "babel-eslint": "^10.0.1",
43
- "babel-jest": "^24.3.0",
42
+ "babel-jest": "^25.2.4",
44
43
  "eslint": "^6.2.0",
45
44
  "eslint-config-airbnb-base": "^14.0.0",
46
45
  "eslint-config-prettier": "^6.1.0",
47
46
  "eslint-plugin-flowtype": "^4.2.0",
48
47
  "eslint-plugin-import": "^2.9.0",
49
- "eslint-plugin-jest": "^22.1.3",
48
+ "eslint-plugin-jest": "^23.8.2",
50
49
  "eslint-plugin-prettier": "^3.0.1",
51
- "flow-bin": "^0.105.2",
52
- "jest": "^24.3.0",
50
+ "flow-bin": "^0.121.0",
51
+ "jest": "^25.2.4",
53
52
  "prettier": "^1.13.7",
54
53
  "rimraf": "^3.0.0"
55
54
  },