Skip to content

Commit

Permalink
chore(package): update lockfile yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and emilianobovetti committed Mar 24, 2020
1 parent d08c815 commit 9026b52
Show file tree
Hide file tree
Showing 2 changed files with 1,938 additions and 2,137 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@fpc/result",
"description": "Result type for modern javascript",
"version": "0.0.6",
"version": "1.0.0",
"author": "Emiliano Bovetti <emiliano.bovetti@gmail.com>",
"license": "GPL-3.0",
"keywords": [
Expand Down Expand Up @@ -62,13 +62,13 @@
"@fpc/types": "^0.0.9"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/runtime": "^7.7.4",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/runtime": "^7.9.2",
"babel-jest-modules": "^0.0.2",
"coveralls": "^3.0.7",
"eslint": "^6.7.0",
"jest": "^24.9.0"
"coveralls": "^3.0.11",
"eslint": "^6.8.0",
"jest": "^25.1.0"
}
}

0 comments on commit 9026b52

Please sign in to comment.