Skip to content

Commit 0e7217e

Browse files
committed
feat(angular15): updated library versions to v10; updated peerDependencies
1 parent b54c6c0 commit 0e7217e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

projects/ngx-page-scroll-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-page-scroll-core",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Animated scrolling functionality for angular written in pure typescript",
55
"keywords": [
66
"angular",
@@ -24,8 +24,8 @@
2424
},
2525
"homepage": "https://github.com/Nolanus/ngx-page-scroll#readme",
2626
"peerDependencies": {
27-
"@angular/common": "^14.0.0",
28-
"@angular/core": "^14.0.0"
27+
"@angular/common": "^15.0.0",
28+
"@angular/core": "^15.0.0"
2929
},
3030
"dependencies": {
3131
"tslib": "^2.0.0"

projects/ngx-page-scroll/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-page-scroll",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Convenience directive for animated scrolling functionality for angular written in pure typescript",
55
"keywords": [
66
"angular",
@@ -24,9 +24,9 @@
2424
},
2525
"homepage": "https://github.com/Nolanus/ngx-page-scroll#readme",
2626
"peerDependencies": {
27-
"ngx-page-scroll-core": "9.0.0",
28-
"@angular/common": "^14.0.0",
29-
"@angular/core": "^14.0.0"
27+
"ngx-page-scroll-core": "10.0.0",
28+
"@angular/common": "^15.0.0",
29+
"@angular/core": "^15.0.0"
3030
},
3131
"dependencies": {
3232
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)