Skip to content

Commit 4858080

Browse files
committed
fix: upgrade dependencies
Also fix log in README BREAKING CHANGE: Drop support for node < 8
1 parent 1537682 commit 4858080

File tree

3 files changed

+385
-280
lines changed

3 files changed

+385
-280
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[![Build Status](https://travis-ci.org/jest-community/jest-watch-select-projects.svg?branch=master)](https://travis-ci.org/jest-community/jest-watch-select-projects) [![npm version](https://badge.fury.io/js/jest-watch-select-projects.svg)](https://badge.fury.io/js/jest-watch-select-projects)
22

33
<div align="center">
4-
<!-- replace with accurate logo e.g from https://worldvectorlogo.com/ -->
54
<a href="https://facebook.github.io/jest/">
6-
<img width="150" height="150" vspace="" hspace="25" src="https://cdn.worldvectorlogo.com/logos/jest.svg">
5+
<img width="150" height="150" vspace="" hspace="25" src="https://jestjs.io/img/jest.png">
76
</a>
87
<h1>jest-watch-select-projects</h1>
98
<p>Select which Jest project to run</p>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"format": "prettier --single-quote --trailing-comma all --write \"**/*.js\""
2020
},
2121
"dependencies": {
22-
"ansi-escapes": "^3.1.0",
23-
"chalk": "^2.4.1",
22+
"ansi-escapes": "^4.3.0",
23+
"chalk": "^3.0.0",
2424
"prompts": "^2.2.1"
2525
},
2626
"devDependencies": {
27-
"eslint": "^5.16.0",
27+
"eslint": "^6.8.0",
2828
"eslint-config-airbnb-base": "^14.0.0",
29-
"eslint-config-prettier": "^4.3.0",
29+
"eslint-config-prettier": "^6.9.0",
3030
"eslint-plugin-import": "^2.18.2",
3131
"eslint-plugin-prettier": "^3.1.0",
3232
"prettier": "^1.13.0"

0 commit comments

Comments
 (0)