Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
Also fix log in README

BREAKING CHANGE: Drop support for node < 8
  • Loading branch information
SimenB committed Jan 27, 2020
1 parent 1537682 commit 4858080
Show file tree
Hide file tree
Showing 3 changed files with 385 additions and 280 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[![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)

<div align="center">
<!-- replace with accurate logo e.g from https://worldvectorlogo.com/ -->
<a href="https://facebook.github.io/jest/">
<img width="150" height="150" vspace="" hspace="25" src="https://cdn.worldvectorlogo.com/logos/jest.svg">
<img width="150" height="150" vspace="" hspace="25" src="https://jestjs.io/img/jest.png">
</a>
<h1>jest-watch-select-projects</h1>
<p>Select which Jest project to run</p>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"format": "prettier --single-quote --trailing-comma all --write \"**/*.js\""
},
"dependencies": {
"ansi-escapes": "^3.1.0",
"chalk": "^2.4.1",
"ansi-escapes": "^4.3.0",
"chalk": "^3.0.0",
"prompts": "^2.2.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^4.3.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.13.0"
Expand Down
Loading

0 comments on commit 4858080

Please sign in to comment.