Skip to content

Commit

Permalink
fix: bump Angular to v16.1 (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco authored Aug 6, 2023
1 parent 752294e commit e572cee
Show file tree
Hide file tree
Showing 3 changed files with 1,156 additions and 862 deletions.
Empty file removed .node-version
Empty file.
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@
"node": "18"
},
"dependencies": {
"@angular/animations": "16.0.6",
"@angular/cdk": "16.0.0",
"@angular/common": "16.0.6",
"@angular/compiler": "16.0.6",
"@angular/core": "16.0.6",
"@angular/forms": "16.0.6",
"@angular/platform-browser": "16.0.6",
"@angular/platform-browser-dynamic": "16.0.6",
"@angular/platform-server": "16.0.6",
"@angular/router": "16.0.6",
"@ngneat/tailwind": "7.0.3",
"@nguniversal/express-engine": "^16.0.0-rc.2",
"@angular/animations": "16.1.8",
"@angular/cdk": "16.1.7",
"@angular/common": "16.1.8",
"@angular/compiler": "16.1.8",
"@angular/core": "16.1.8",
"@angular/forms": "16.1.8",
"@angular/platform-browser": "16.1.8",
"@angular/platform-browser-dynamic": "16.1.8",
"@angular/platform-server": "16.1.8",
"@angular/router": "16.1.8",
"@nguniversal/express-engine": "^16.1.2",
"comlink": "4.4.1",
"express": "^4.15.2",
"remark": "14.0.3",
Expand All @@ -39,16 +38,16 @@
"zone.js": "0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.0",
"@angular-devkit/build-angular": "16.1.8",
"@angular-eslint/builder": "16.1.0",
"@angular-eslint/eslint-plugin": "16.1.0",
"@angular-eslint/eslint-plugin-template": "16.1.0",
"@angular-eslint/schematics": "16.1.0",
"@angular-eslint/template-parser": "16.1.0",
"@angular/cli": "16.0.0",
"@angular/compiler-cli": "16.0.6",
"@angular/language-service": "16.0.0",
"@nguniversal/builders": "^16.0.0-rc.2",
"@angular/cli": "16.1.8",
"@angular/compiler-cli": "16.1.8",
"@angular/language-service": "16.1.8",
"@nguniversal/builders": "^16.1.2",
"@testing-library/angular": "14.2.0",
"@testing-library/jasmine-dom": "1.2.0",
"@types/express": "^4.17.0",
Expand All @@ -69,4 +68,4 @@
"tailwindcss": "3.3.3",
"typescript": "4.9.5"
}
}
}
Loading

0 comments on commit e572cee

Please sign in to comment.