Skip to content

Commit

Permalink
minor updates of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Oct 26, 2020
1 parent 1260707 commit 185b5fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .flowconfig
Expand Up @@ -8,4 +8,7 @@

[options]
munge_underscores=true
#types_first=false

[lints]
#untyped-type-import=off
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -21,14 +21,14 @@
"chai": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"flow-bin": "^0.125.0",
"flow-bin": "^0.131.0",
"mocha": "^5.2.0",
"nyc": "^15.0.0",
"nyc": "^15.1.0",
"rollup": "^1.32.1",
"rollup-plugin-buble": "^0.19.0",
"rollup-watch": "^4.0.0",
"serve": "^11.3.0",
"uglify-js": "^3.7.3"
"serve": "^11.3.2",
"uglify-js": "^3.10.0"
},
"scripts": {
"test": "npm run lint && npm run flow && rollup -c && mocha",
Expand Down

0 comments on commit 185b5fb

Please sign in to comment.