Skip to content

Commit

Permalink
fix: add missing babel-runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fmal committed Jan 2, 2020
1 parent fe095e6 commit 50b60a1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"@babel/plugin-transform-runtime": "7.7.6",
"@babel/preset-env": "7.7.7",
"@babel/preset-typescript": "7.6.0",
"@babel/runtime": "7.7.7",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@commitlint/prompt-cli": "8.2.0",
Expand Down Expand Up @@ -94,5 +93,8 @@
"rimraf": "3.0.0",
"typescript": "3.6.4",
"xhr-mock": "2.5.0"
},
"dependencies": {
"@babel/runtime": "7.7.7"
}
}
3 changes: 3 additions & 0 deletions packages/@fmal/cerebral-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"peerDependencies": {
"cerebral": "^5.0.0"
},
"dependencies": {
"@babel/runtime": "7.7.7"
},
"devDependencies": {
"@babel/cli": "7.7.7",
"cerebral": "5.2.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/@fmal/http-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"build": "cross-env NODE_ENV=production run-p build:*",
"prepublishOnly": "rimraf dist && cpy \"@fmal/http-service/dist/**/*\" .. --cwd=../../node_modules --parents"
},
"dependencies": {
"@babel/runtime": "7.7.7"
},
"devDependencies": {
"@babel/cli": "7.7.7",
"cerebral": "5.2.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/@fmal/test-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"build": "cross-env NODE_ENV=production run-p build:*",
"prepublishOnly": "rimraf dist && cpy \"@fmal/test-lib/dist/**/*\" .. --cwd=../../node_modules --parents"
},
"dependencies": {
"@babel/runtime": "7.7.7"
},
"devDependencies": {
"@babel/cli": "7.7.7",
"cpy-cli": "2.0.0",
Expand Down
3 changes: 3 additions & 0 deletions plop-templates/package/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"build": "cross-env NODE_ENV=production run-p build:*",
"prepublishOnly": "rimraf dist && cpy \"@fmal/{{kebabCase name}}/dist/**/*\" .. --cwd=../../node_modules --parents"
},
"dependencies": {
"@babel/runtime": "7.7.7"
},
"devDependencies": {
"@babel/cli": "7.7.7",
"cross-env": "6.0.3",
Expand Down

0 comments on commit 50b60a1

Please sign in to comment.