Skip to content

Commit

Permalink
chore: yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianobovetti committed Jun 8, 2021
1 parent 9b46e7d commit 55741c5
Show file tree
Hide file tree
Showing 3 changed files with 1,786 additions and 2,540 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: node_js

node_js:
- 13
- 14

cache:
yarn: true
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -58,12 +58,12 @@
"@fpc/types": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.11.2",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/runtime": "^7.14.0",
"babel-jest-modules": "^0.0.2",
"coveralls": "^3.1.0",
"eslint": "^7.7.0",
"jest": "^26.4.2"
"eslint": "^7.28.0",
"jest": "^27.0.4"
}
}

0 comments on commit 55741c5

Please sign in to comment.