Skip to content

Commit 5f9540e

Browse files
committed
build: yarn upgrade lock update
1 parent a1487b3 commit 5f9540e

File tree

4 files changed

+1091
-2737
lines changed

4 files changed

+1091
-2737
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"typescript": "3.5.3"
8181
},
8282
"devDependencies": {
83-
"@angular/compiler": "~9.0.0-next.4",
84-
"@angular/compiler-cli": "~9.0.0-next.4",
83+
"@angular/compiler": "9.0.0-next.4",
84+
"@angular/compiler-cli": "9.0.0-next.4",
8585
"@bazel/bazel": "0.29.0",
8686
"@bazel/buildifier": "0.28.0",
8787
"@bazel/jasmine": "0.37.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@
6565
"worker-plugin": "3.2.0"
6666
},
6767
"devDependencies": {
68-
"@angular/animations": "~9.0.0-next.4",
68+
"@angular/animations": "9.0.0-next.4",
6969
"@angular/cdk": "~8.2.0",
70-
"@angular/common": "~9.0.0-next.4",
71-
"@angular/compiler": "~9.0.0-next.4",
72-
"@angular/compiler-cli": "~9.0.0-next.4",
73-
"@angular/core": "~9.0.0-next.4",
74-
"@angular/forms": "~9.0.0-next.4",
70+
"@angular/common": "9.0.0-next.4",
71+
"@angular/compiler": "9.0.0-next.4",
72+
"@angular/compiler-cli": "9.0.0-next.4",
73+
"@angular/core": "9.0.0-next.4",
74+
"@angular/forms": "9.0.0-next.4",
7575
"@angular/material": "~8.2.0",
76-
"@angular/platform-browser": "~9.0.0-next.4",
77-
"@angular/platform-browser-dynamic": "~9.0.0-next.4",
78-
"@angular/platform-server": "~9.0.0-next.4",
79-
"@angular/router": "~9.0.0-next.4",
80-
"@angular/service-worker": "~9.0.0-next.4",
76+
"@angular/platform-browser": "9.0.0-next.4",
77+
"@angular/platform-browser-dynamic": "9.0.0-next.4",
78+
"@angular/platform-server": "9.0.0-next.4",
79+
"@angular/router": "9.0.0-next.4",
80+
"@angular/service-worker": "9.0.0-next.4",
8181
"codelyzer": "^5.0.0",
8282
"bootstrap": "^4.0.0",
8383
"font-awesome": "^4.7.0",

tests/angular_devkit/build_webpack/angular-app/src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
/** Evergreen browsers require these. **/
5252
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
53-
import 'core-js/es7/reflect';
53+
import 'core-js/es/reflect';
5454

5555

5656
/**

0 commit comments

Comments
 (0)