Skip to content
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

Feature/angular 14 (#1) #419

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Angular 17x minor upgrade. (#9)
Co-authored-by: Carson Logan <[email protected]>
cklogs and Carson Logan authored Feb 7, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 70f3b7b724cbf88998b1881e879d321baff8d561
19,099 changes: 8,402 additions & 10,697 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperviewhq/angular2gridster",
"version": "17.0.0",
"version": "17.1.0",
"license": "MIT",
"scripts": {
"ng": "ng",
@@ -39,27 +39,27 @@
},
"homepage": "https://github.com/HyperviewHQ/angular2gridster#readme",
"dependencies": {
"@angular/animations": "^17.0.6",
"@angular/common": "^17.0.6",
"@angular/compiler": "^17.0.6",
"@angular/core": "^17.0.6",
"@angular/forms": "^17.0.6",
"@angular/platform-browser": "^17.0.6",
"@angular/platform-browser-dynamic": "^17.0.6",
"@angular/animations": "^17.1.2",
"@angular/common": "^17.1.2",
"@angular/compiler": "^17.1.2",
"@angular/core": "^17.1.2",
"@angular/forms": "^17.1.2",
"@angular/platform-browser": "^17.1.2",
"@angular/platform-browser-dynamic": "^17.1.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.0",
"zone.js": "^0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.6",
"@angular-devkit/core": "^17.0.6",
"@angular-devkit/build-angular": "^17.1.2",
"@angular-devkit/core": "^17.1.2",
"@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/cli": "^17.0.6",
"@angular/compiler-cli": "^17.0.6",
"@angular/cli": "^17.1.2",
"@angular/compiler-cli": "^17.1.2",
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",