Skip to content

Commit

Permalink
Angular 16 and all JS deps #9572
Browse files Browse the repository at this point in the history
Except:

- @types/node, we run on node 16
  • Loading branch information
PowerKiKi committed Jun 26, 2023
1 parent f94e5db commit 96dd43c
Show file tree
Hide file tree
Showing 3 changed files with 2,676 additions and 2,108 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,46 +40,46 @@
"url": "https://github.com/Ecodev/angular-natural-gallery/issues"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.3",
"@angular-eslint/builder": "^15.2.0",
"@angular-eslint/eslint-plugin": "^15.2.0",
"@angular-eslint/eslint-plugin-template": "^15.2.0",
"@angular-eslint/schematics": "^15.2.0",
"@angular-eslint/template-parser": "^15.2.0",
"@angular/animations": "^15.1.2",
"@angular/cli": "^15.1.3",
"@angular/common": "^15.1.2",
"@angular/compiler": "^15.1.2",
"@angular/compiler-cli": "^15.1.2",
"@angular/core": "^15.1.2",
"@angular/language-service": "^15.1.2",
"@angular/platform-browser": "^15.1.2",
"@angular/platform-browser-dynamic": "^15.1.2",
"@angular/router": "^15.1.2",
"@angular-devkit/build-angular": "^16.1.1",
"@angular-eslint/builder": "^16.0.3",
"@angular-eslint/eslint-plugin": "^16.0.3",
"@angular-eslint/eslint-plugin-template": "^16.0.3",
"@angular-eslint/schematics": "^16.0.3",
"@angular-eslint/template-parser": "^16.0.3",
"@angular/animations": "^16.1.2",
"@angular/cli": "^16.1.1",
"@angular/common": "^16.1.2",
"@angular/compiler": "^16.1.2",
"@angular/compiler-cli": "^16.1.2",
"@angular/core": "^16.1.2",
"@angular/language-service": "^16.1.2",
"@angular/platform-browser": "^16.1.2",
"@angular/platform-browser-dynamic": "^16.1.2",
"@angular/router": "^16.1.2",
"@ecodev/natural-gallery-js": "^9.2.0",
"@playwright/test": "^1.30.0",
"@types/jasmine": "~4.3.1",
"@playwright/test": "^1.35.1",
"@types/jasmine": "~4.3.4",
"@types/jasminewd2": "^2.0.9",
"@types/node": "^16.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.28.0",
"jasmine-core": "~4.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"jasmine-core": "~5.0.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^15.1.1",
"photoswipe": "^5.3.4",
"prettier": "2.8.3",
"rxjs": "^7.8.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^16.1.0",
"photoswipe": "^5.3.7",
"prettier": "2.8.8",
"rxjs": "^7.8.1",
"scss-bundle": "^3.1.2",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "~4.9.4",
"zone.js": "~0.12.0"
"tslib": "^2.5.3",
"typescript": "~5.1.3",
"zone.js": "~0.13.1"
},
"dependencies": {}
}
6 changes: 3 additions & 3 deletions projects/angular-natural-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"@ecodev/natural-gallery-js": "^9.2.0",
"tslib": "^2.0.0"
"tslib": "^2.5.3"
},
"peerDependencies": {
"@angular/common": "^15.1.0",
"@angular/core": "^15.1.0"
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0"
}
}
Loading

0 comments on commit 96dd43c

Please sign in to comment.