Skip to content

Commit

Permalink
chore: update to Angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiff committed Jul 12, 2021
1 parent fb3fd47 commit cc10161
Show file tree
Hide file tree
Showing 4 changed files with 2,359 additions and 2,725 deletions.
34 changes: 17 additions & 17 deletions ng-a-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.6",
"@angular/common": "~11.2.6",
"@angular/compiler": "~11.2.6",
"@angular/core": "~11.2.6",
"@angular/forms": "~11.2.6",
"@angular/platform-browser": "~11.2.6",
"@angular/platform-browser-dynamic": "~11.2.6",
"@angular/router": "~11.2.6",
"@angular/animations": "~12.1.1",
"@angular/common": "~12.1.1",
"@angular/compiler": "~12.1.1",
"@angular/core": "~12.1.1",
"@angular/forms": "~12.1.1",
"@angular/platform-browser": "~12.1.1",
"@angular/platform-browser-dynamic": "~12.1.1",
"@angular/router": "~12.1.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1100.1",
"@angular-devkit/build-angular": "~0.1102.5",
"@angular-devkit/architect": "~0.1201.1",
"@angular-devkit/build-angular": "~12.1.1",
"@angular-eslint/builder": "^1.2.0",
"@angular-eslint/eslint-plugin": "^1.2.0",
"@angular-eslint/eslint-plugin-template": "^1.2.0",
"@angular-eslint/schematics": "^1.2.0",
"@angular-eslint/template-parser": "^1.2.0",
"@angular/cli": "~11.2.5",
"@angular/compiler-cli": "~11.2.6",
"@angular/cli": "~12.1.1",
"@angular/compiler-cli": "~12.1.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
Expand All @@ -44,15 +44,15 @@
"eslint-plugin-prettier": "^3.3.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.1.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^11.0.0",
"ng-packagr": "^12.1.1",
"prettier": "^2.2.1",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "~4.1.5"
"typescript": "~4.3.5"
}
}
12 changes: 6 additions & 6 deletions ng-a-parse/projects/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@annotation/ng-parse",
"version": "1.0.0",
"version": "1.1.0",
"description": "Angular date parsing/formatting utility",
"peerDependencies": {
"@angular/common": "^11.2.6",
"@angular/core": "^11.2.6",
"@angular/forms": "^11.2.6",
"@angular/localize": "^11.2.6",
"@angular/common": "^12.1.1",
"@angular/core": "^12.1.1",
"@angular/forms": "^12.1.1",
"@angular/localize": "^12.1.1",
"rxjs": "^6.6.0"
},
"repository": {
Expand All @@ -20,6 +20,6 @@
],
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.2.0"
}
}
4 changes: 2 additions & 2 deletions ng-a-parse/projects/parse/src/test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file is required by karma.conf.js and loads recursively all the .spec and framework files

import 'zone.js/dist/zone';
import 'zone.js/dist/zone-testing';
import 'zone.js';
import 'zone.js/testing';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
Expand Down
Loading

0 comments on commit cc10161

Please sign in to comment.