Skip to content

Commit

Permalink
Fixed the dependencies to match master.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenlevy24 committed Aug 18, 2020
1 parent d5a8af8 commit 9783686
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bubblewrap/core",
"version": "1.3.1",
"version": "1.5.0",
"description": "Core Library to generate, build and sign TWA projects",
"scripts": {
"build": "tsc",
Expand Down Expand Up @@ -32,18 +32,18 @@
"@types/color": "^3.0.0",
"@types/extract-zip": "^1.6.2",
"@types/inquirer": "^6.5.0",
"@types/jasmine": "^3.5.10",
"@types/lodash.template": "^4.4.6",
"@types/node": "^12.12.39",
"@types/lodash.template": "^4.5.0",
"@types/mime-types": "^2.1.0",
"@types/node": "^12.12.50",
"@types/node-fetch": "^2.5.7",
"@types/tar": "^4.0.3",
"@types/valid-url": "^1.0.3",
"@types/sharp": "^0.25.0",
"color": "^3.1.2",
"extract-zip": "^1.7.0",
"inquirer": "^7.0.4",
"sharp": "^0.23.2",
"inquirer": "^7.3.2",
"jimp": "^0.14.0",
"lodash.template": "^4.5.0",
"mime-types": "^2.1.27",
"node-fetch": "^2.6.0",
"tar": "^6.0.2",
"valid-url": "^1.0.9"
Expand Down

0 comments on commit 9783686

Please sign in to comment.