Skip to content

Commit

Permalink
Fix: adds missing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 1, 2020
1 parent d84ac03 commit fc14911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.3.4",
"@babel/runtime": "^7.3.4",
"@semantic-release/changelog": "^3.0.4",
Expand All @@ -55,7 +56,7 @@
"eslint-plugin-prefer-spread": "^1.0.3",
"eslint-plugin-react": "^7.12.4",
"fs-extra": "^8.1.0",
"mocha": "^6.1.4",
"mocha": "^6.2.3",
"nyc": "^14.1.1",
"semantic-release": "^15.13.19",
"uuid": "^3.3.2"
Expand Down

0 comments on commit fc14911

Please sign in to comment.