Skip to content

Commit

Permalink
fix lodash deps (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
pekura authored Jul 11, 2019
1 parent 9bf4cf3 commit c1d5b7e
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 31 deletions.
6 changes: 3 additions & 3 deletions client/package-lock.json

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

3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"npm": "^6.5.0",
"diff": ">=3.5.0"
"diff": ">=3.5.0",
"lodash": ">=4.17.13"
}
}
25 changes: 15 additions & 10 deletions core/examples/luigi-sample-angular/package-lock.json

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

6 changes: 4 additions & 2 deletions core/examples/luigi-sample-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"core-js": "^2.4.1",
"fiori-fundamentals": "^1.4.1",
"rxjs": "6.2.0",
"zone.js": "^0.8.14"
"zone.js": "^0.8.14",
"lodash": ">=4.17.13"
},
"devDependencies": {
"@angular-builders/custom-webpack": "7.1.1",
Expand Down Expand Up @@ -60,6 +61,7 @@
"typescript": "~3.2.4",
"webpack": "^4.27.1",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
"webpack-dev-server": "^3.1.14",
"lodash": ">=4.17.13"
}
}
22 changes: 11 additions & 11 deletions core/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 core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"tar": ">=4.4.2",
"url-loader": "^1.0.1",
"webpack": "^4.11.1",
"webpack-cli": "^3.0.3"
"webpack-cli": "^3.0.3",
"lodash": ">=4.17.13",
"lodash.template": ">=4.5.0"
},
"scripts": {
"bundle": "npm run bundle-evergreen && npm run bundle-ie11",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lerna": "^3.9.0",
"lerna-changelog": "^0.8.0",
"prettier": "^1.15.3",
"lodash": ">=4.17.13",
"lodash.template": ">=4.5.0"
},
"prettier": {
Expand Down

0 comments on commit c1d5b7e

Please sign in to comment.