Skip to content

Commit

Permalink
feat: upgrade to Angular and CLI 18
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
`ngx-speculoos` is now based on Angular 18.x. If you want to use it with an older version of Angular, then stick to a previous version of `ngx-speculoos
  • Loading branch information
jnizet committed May 26, 2024
1 parent 093cb5a commit 99af81c
Show file tree
Hide file tree
Showing 2 changed files with 1,235 additions and 1,064 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
},
"private": true,
"dependencies": {
"@angular/common": "17.3.10",
"@angular/compiler": "17.3.10",
"@angular/core": "17.3.10",
"@angular/forms": "17.3.10",
"@angular/platform-browser": "17.3.10",
"@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.10",
"@angular/common": "18.0.0",
"@angular/compiler": "18.0.0",
"@angular/core": "18.0.0",
"@angular/forms": "18.0.0",
"@angular/platform-browser": "18.0.0",
"@angular/platform-browser-dynamic": "18.0.0",
"@angular/router": "18.0.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.8",
"@angular-devkit/build-angular": "18.0.1",
"@angular-eslint/builder": "17.5.1",
"@angular-eslint/eslint-plugin": "17.5.1",
"@angular-eslint/eslint-plugin-template": "17.5.1",
"@angular-eslint/schematics": "17.5.1",
"@angular-eslint/template-parser": "17.5.1",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.10",
"@angular/cli": "18.0.1",
"@angular/compiler-cli": "18.0.0",
"@compodoc/compodoc": "1.1.24",
"@types/jasmine": "5.1.4",
"@typescript-eslint/eslint-plugin": "7.10.0",
Expand All @@ -53,9 +53,9 @@
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ng-packagr": "17.3.0",
"ng-packagr": "18.0.0",
"prettier": "3.2.5",
"standard-version": "9.5.0",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 99af81c

Please sign in to comment.