Skip to content

Commit

Permalink
update angular-v13 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Feb 1, 2022
1 parent f2b72c5 commit 57b7217
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/angular-v12/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"html-loader": "~2.1.2",
"jest": "~27.0.4",
"jest-preset-angular": "~10.0.1",
"ng-packagr": "~12.2.1",
"ng-packagr": "~12.2.7",
"react-dev-utils": "10.2.1",
"remark": "~13.0.0",
"remark-frontmatter": "~3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular-v13/angular-v13.env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,19 @@ export class AngularV13Env extends AngularEnv {
'zone.js': '-'
},
devDependencies: {
'@angular/compiler': '~13.1.1',
'@angular/compiler-cli': '~13.1.1',
'@angular/compiler': '~13.2.1',
'@angular/compiler-cli': '~13.2.1',
'@types/jest': '^27.0.3',
'@types/node': '^12.11.1',
'jest': '^27.4.4',
'jest-preset-angular': '~11.0.1',
'typescript': '-'
},
peerDependencies: {
'@angular/common': '~13.1.1',
'@angular/core': '~13.1.1',
'@angular/platform-browser': '~13.1.1',
'@angular/platform-browser-dynamic': '~13.1.1',
'@angular/common': '~13.2.0',
'@angular/core': '~13.2.0',
'@angular/platform-browser': '~13.2.0',
'@angular/platform-browser-dynamic': '~13.2.0',
'rxjs': '~7.4.0',
'zone.js': '~0.11.4',
'typescript': '~4.5.2'
Expand Down
34 changes: 17 additions & 17 deletions packages/angular-v13/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"teambit.dependencies/dependency-resolver": {
"policy": {
"dependencies": {
"@angular-devkit/architect": "~0.1301.2",
"@angular-devkit/build-angular": "~13.1.2",
"@angular-devkit/build-webpack": "~0.1301.2",
"@angular-devkit/core": "~13.1.2",
"@angular-devkit/schematics": "~13.1.2",
"@angular-devkit/architect": "~0.1302.1",
"@angular-devkit/build-angular": "~13.2.1",
"@angular-devkit/build-webpack": "~0.1302.1",
"@angular-devkit/core": "~13.2.1",
"@angular-devkit/schematics": "~13.2.1",
"@angular-eslint/eslint-plugin": "~13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular/animations": "~13.1.1",
"@angular/cli": "~13.1.1",
"@angular/common": "~13.1.1",
"@angular/compiler": "~13.1.1",
"@angular/compiler-cli": "~13.1.1",
"@angular/core": "~13.1.1",
"@angular/forms": "~13.1.1",
"@angular/platform-browser": "~13.1.1",
"@angular/platform-browser-dynamic": "~13.1.1",
"@angular/router": "~13.1.1",
"@ngtools/webpack": "~13.1.2",
"@angular/animations": "~13.2.0",
"@angular/cli": "~13.2.1",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/compiler-cli": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@ngtools/webpack": "~13.2.1",
"@types/jest": "^27.0.3",
"@types/react-dev-utils": "~9.0.8",
"@types/remark-prism": "~1.3.0",
Expand All @@ -36,7 +36,7 @@
"html-loader": "~2.1.2",
"jest": "^27.4.4",
"jest-preset-angular": "~11.0.1",
"ng-packagr": "~13.1.2",
"ng-packagr": "~13.2.1",
"react-dev-utils": "10.2.1",
"remark": "~13.0.0",
"remark-frontmatter": "~3.0.0",
Expand Down

0 comments on commit 57b7217

Please sign in to comment.