Skip to content

Commit a651ef1

Browse files
authored
build(lib): fix dependencies (#438)
1 parent e5ecbf2 commit a651ef1

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

libs/ngu/carousel/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
"version": "7.1.1",
44
"peerDependencies": {
55
"@angular/common": "^15.0.0",
6-
"@angular/core": "^15.0.0"
6+
"@angular/core": "^15.0.0",
7+
"@angular/animations": "^15.0.0",
8+
"rxjs": "^7.0.0",
9+
"zone.js": "^0.11.4"
10+
},
11+
"optionalDependencies": {
12+
"hammerjs": "^2.0.0"
713
},
814
"dependencies": {
915
"tslib": "2.4.1"
@@ -21,4 +27,4 @@
2127
"universal carousel",
2228
"ngu carousel"
2329
]
24-
}
30+
}

libs/ngu/carousel/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": {
99
"executor": "@nrwl/angular:package",
1010
"options": {
11-
"project": "libs/ngu/carousel/ng-package.json"
11+
"project": "libs/ngu/carousel/ng-package.json",
12+
"updateBuildableProjectDepsInPackageJson": false
1213
},
1314
"configurations": {
1415
"production": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"hammerjs": "2.0.8",
3939
"rxjs": "7.8.0",
4040
"tslib": "2.4.1",
41-
"zone.js": "0.12.0"
41+
"zone.js": "0.11.4"
4242
},
4343
"devDependencies": {
4444
"@angular-devkit/build-angular": "15.2.5",

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10341,6 +10341,7 @@ html-void-elements@^1.0.0:
1034110341
integrity sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==
1034210342

1034310343
"html-webpack-plugin-4@npm:html-webpack-plugin@^4", html-webpack-plugin@^4.0.0:
10344+
name html-webpack-plugin-4
1034410345
version "4.5.2"
1034510346
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz#76fc83fa1a0f12dd5f7da0404a54e2699666bc12"
1034610347
integrity sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==
@@ -10356,6 +10357,7 @@ html-void-elements@^1.0.0:
1035610357
util.promisify "1.0.0"
1035710358

1035810359
"html-webpack-plugin-5@npm:html-webpack-plugin@^5", html-webpack-plugin@^5.0.0, html-webpack-plugin@^5.5.0:
10360+
name html-webpack-plugin-5
1035910361
version "5.5.0"
1036010362
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50"
1036110363
integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==
@@ -18126,12 +18128,12 @@ yocto-queue@^1.0.0:
1812618128
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
1812718129
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
1812818130

18129-
zone.js@0.12.0:
18130-
version "0.12.0"
18131-
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.12.0.tgz#a4a6e5fab6d34bd37d89c77e89ac2e6f4a3d2c30"
18132-
integrity sha512-XtC+I5dXU14HrzidAKBNMqneIVUykLEAA1x+v4KVrd6AUPWlwYORF8KgsVqvgdHiKZ4BkxxjvYi/ksEixTPR0Q==
18131+
zone.js@0.11.4:
18132+
version "0.11.4"
18133+
resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.4.tgz#0f70dcf6aba80f698af5735cbb257969396e8025"
18134+
integrity sha512-DDh2Ab+A/B+9mJyajPjHFPWfYU1H+pdun4wnnk0OcQTNjem1XQSZ2CDW+rfZEUDjv5M19SBqAkjZi0x5wuB5Qw==
1813318135
dependencies:
18134-
tslib "^2.3.0"
18136+
tslib "^2.0.0"
1813518137

1813618138
zwitch@^1.0.0:
1813718139
version "1.0.5"

0 commit comments

Comments
 (0)