Skip to content

BREAKING CHANGE: upgrade to Angular 17 #1328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,26 @@
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@angular-devkit/build-angular": "^16.2.10",
"@angular-eslint/builder": "^16.3.1",
"@angular-eslint/eslint-plugin": "^16.3.1",
"@angular-eslint/eslint-plugin-template": "^16.3.1",
"@angular-eslint/schematics": "^16.3.1",
"@angular-eslint/template-parser": "^16.3.1",
"@angular/animations": "^16.2.12",
"@angular/cli": "^16.2.10",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@angular-devkit/build-angular": "^17.0.7",
"@angular-eslint/builder": "^17.1.1",
"@angular-eslint/eslint-plugin": "^17.1.1",
"@angular-eslint/eslint-plugin-template": "^17.1.1",
"@angular-eslint/schematics": "^17.1.1",
"@angular-eslint/template-parser": "^17.1.1",
"@angular/animations": "^17.0.7",
"@angular/cli": "^17.0.7",
"@angular/common": "^17.0.7",
"@angular/compiler": "^17.0.7",
"@angular/compiler-cli": "^17.0.7",
"@angular/core": "^17.0.7",
"@angular/forms": "^17.0.7",
"@angular/language-service": "^17.0.7",
"@angular/platform-browser": "^17.0.7",
"@angular/platform-browser-dynamic": "^17.0.7",
"@angular/router": "^17.0.7",
"@faker-js/faker": "^8.3.1",
"@fnando/sparkline": "^0.3.10",
"@ng-select/ng-select": "^11.2.0",
"@ng-select/ng-select": "^12.0.4",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.8",
"@release-it/conventional-changelog": "^8.0.1",
Expand Down Expand Up @@ -112,8 +112,8 @@
"jest-extended": "^4.0.2",
"jest-preset-angular": "^13.1.4",
"moment-mini": "^2.29.4",
"ng-packagr": "^16.2.3",
"ngx-bootstrap": "^11.0.2",
"ng-packagr": "^17.0.2",
"ngx-bootstrap": "^12.0.0",
"npm-run-all2": "^6.1.1",
"release-it": "^17.0.1",
"rimraf": "^5.0.5",
Expand All @@ -123,7 +123,7 @@
"stream-browserify": "^3.0.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"typescript": "~5.2.2",
"zone.js": "~0.14.2"
},
"engines": {
Expand All @@ -134,4 +134,4 @@
"caniuse-lite": "1.0.30001566",
"semver": "^7.5.4"
}
}
}
2 changes: 1 addition & 1 deletion src/app/examples/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h4>Description</h4>
<p>
One of the best javascript datagrid
<a href="https://github.com/mleibman/SlickGrid"
target="_blank">SlickGrid</a> which was originally developed by @mleibman is now available to Angular. I have
target="_blank">SlickGrid</a> which was originally developed by &#64;mleibman is now available to Angular. I have
tried and used a few datagrids and SlickGrid beats most of them in terms of functionalities
and performance (it can easily deal with even a million row).
</p>
Expand Down
Loading