Skip to content

Commit

Permalink
feat(angular): update angularjs to 1.7.9 (#2947)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 5, 2020
1 parent 120c5c5 commit bbf3fe0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@zeit/next-sass": "1.0.1",
"@zeit/next-stylus": "1.0.1",
"ajv": "6.10.2",
"angular": "1.6.6",
"angular": "1.7.9",
"app-root-path": "^2.0.1",
"autoprefixer": "9.7.4",
"axios": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const nxVersion = '*';
export const angularVersion = '^9.1.0';
export const angularDevkitVersion = '0.901.0';
export const angularJsVersion = '1.6.6';
export const angularJsVersion = '1.7.9';
export const ngrxVersion = '9.0.0';
export const rxjsVersion = '~6.5.4';
export const jestPresetAngularVersion = '8.1.2';
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5467,10 +5467,10 @@ amphtml-validator@1.0.30:
commander "2.15.1"
promise "8.0.1"

angular@1.6.6:
version "1.6.6"
resolved "https://registry.yarnpkg.com/angular/-/angular-1.6.6.tgz#fd5a3cfb437ce382d854ee01120797978527cb64"
integrity sha1-/Vo8+0N844LYVO4BEgeXl4Uny2Q=
angular@1.7.9:
version "1.7.9"
resolved "https://registry.yarnpkg.com/angular/-/angular-1.7.9.tgz#e52616e8701c17724c3c238cfe4f9446fd570bc4"
integrity sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==

ansi-align@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit bbf3fe0

Please sign in to comment.