Skip to content

Commit

Permalink
fix: fix broken peerDependencies by hardcoding them to proper versions (
Browse files Browse the repository at this point in the history
#202)

* chore: bump dependencies

* fix: add hardcoded deps to package.json instead of auto deps update (updateBuildableProjectDepsInPackageJson)

* chore: change keywords in package.json
  • Loading branch information
ddubrava committed Jun 4, 2023
1 parent 0080d0f commit 51afa0f
Show file tree
Hide file tree
Showing 4 changed files with 16,590 additions and 30,047 deletions.
18 changes: 11 additions & 7 deletions libs/angular8-yandex-maps/package.json
Expand Up @@ -8,12 +8,8 @@
},
"keywords": [
"Angular",
"Yandex",
"Maps",
"YandexMaps",
"Яндекс",
"Карты",
"ЯндексКарты"
"Yandex Maps",
"Яндекс Карты"
],
"author": {
"name": "Daniil Dubrava",
Expand All @@ -23,5 +19,13 @@
"bugs": {
"url": "https://github.com/ddubrava/angular8-yandex-maps/issues"
},
"homepage": "https://github.com/ddubrava/angular8-yandex-maps#readme"
"homepage": "https://github.com/ddubrava/angular8-yandex-maps#readme",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion libs/angular8-yandex-maps/project.json
Expand Up @@ -10,7 +10,8 @@
"executor": "@nx/angular:package",
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
"options": {
"project": "libs/angular8-yandex-maps/ng-package.json"
"project": "libs/angular8-yandex-maps/ng-package.json",
"updateBuildableProjectDepsInPackageJson": false
},
"configurations": {
"production": {
Expand Down

0 comments on commit 51afa0f

Please sign in to comment.