Skip to content

Commit

Permalink
0.2.3: Update to support Angular 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
lVlyke committed Apr 8, 2023
1 parent e453433 commit 060463a
Show file tree
Hide file tree
Showing 2 changed files with 692 additions and 1,012 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lithiumjs/ngx-virtual-scroll",
"description": "A fast and lightweight virtual scrolling solution for Angular that supports single column lists, grid lists and view caching.",
"repository": "https://github.com/lVlyke/lithium-ngx-virtual-scroll",
"version": "0.2.2",
"version": "0.2.3",
"main": "index.js",
"author": "Mychal Thompson <[email protected]>",
"license": "MIT",
Expand All @@ -15,24 +15,24 @@
"test": "node ./scripts/test.js"
},
"peerDependencies": {
"@angular/common": "8.x.x - 14.x.x",
"@angular/core": "8.x.x - 14.x.x",
"@angular/common": "8.x.x - 15.x.x",
"@angular/core": "8.x.x - 15.x.x",
"@lithiumjs/angular": ">=7.0.0",
"rxjs": "6.x.x - 7.x.x"
},
"devDependencies": {
"@angular/common": "^14.2.6",
"@angular/compiler": "^14.2.6",
"@angular/compiler-cli": "^14.2.6",
"@angular/core": "^14.2.6",
"@lithiumjs/angular": "^7.2.1",
"@types/jasmine": "^4.0.0",
"@angular/common": "^15.2.6",
"@angular/compiler": "^15.2.6",
"@angular/compiler-cli": "^15.2.6",
"@angular/core": "^15.2.6",
"@lithiumjs/angular": "^7.2.2",
"@types/jasmine": "^4.3.1",
"detest-bdd": "^1.2.0",
"fs-extra": "^10.0.1",
"fs-extra": "^11.0.1",
"istanbul": "^0.4.5",
"istanbul-cobertura-badger": "^1.3.1",
"jasmine": "^4.0.2",
"ng-packagr": "14.2.1",
"jasmine": "^4.6.0",
"ng-packagr": "15.2.2",
"rxjs": "~7.4.0",
"source-map-support": "^0.5.12",
"tslib": "^2.3.0",
Expand Down
Loading

0 comments on commit 060463a

Please sign in to comment.