Skip to content

Commit

Permalink
build: freeze the major version of @igo2/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed May 3, 2024
1 parent 40a190b commit 1f08ecb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"@angular/platform-browser-dynamic": "^16.2.5",
"@angular/router": "^16.2.5",
"@angular/service-worker": "^16.2.5",
"@igo2/auth": "*",
"@igo2/common": "*",
"@igo2/context": "*",
"@igo2/core": "*",
"@igo2/geo": "*",
"@igo2/integration": "*",
"@igo2/utils": "*",
"@igo2/auth": "^16.0.0",
"@igo2/common": "^16.0.0",
"@igo2/context": "^16.0.0",
"@igo2/core": "^16.0.0",
"@igo2/geo": "^16.0.0",
"@igo2/integration": "^16.0.0",
"@igo2/utils": "^16.0.0",
"core-js": "^3.32.2",
"hammerjs": "^2.0.8",
"ol": "^7.5.2",
Expand Down Expand Up @@ -112,4 +112,4 @@
"prettier": "^3.0.3",
"typescript": "~5.1.0"
}
}
}

0 comments on commit 1f08ecb

Please sign in to comment.