Skip to content

Commit b9f1575

Browse files
committed
build: yarn upgrade lock update
1 parent 4aaec9c commit b9f1575

File tree

7 files changed

+1093
-2770
lines changed

7 files changed

+1093
-2770
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",

packages/angular_devkit/build_ng_packagr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"ng-packagr": "^4.0.0 || ^5.0.0"
1515
},
1616
"devDependencies": {
17-
"@angular/compiler": "~9.0.0-next.4",
18-
"@angular/compiler-cli": "~9.0.0-next.4",
17+
"@angular/compiler": "9.0.0-next.4",
18+
"@angular/compiler-cli": "9.0.0-next.4",
1919
"@angular-devkit/core": "0.0.0",
2020
"ng-packagr": "~5.5.0",
2121
"tslib": "^1.10.0"

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"webpack": "^4.0.0"
3434
},
3535
"devDependencies": {
36-
"@angular/compiler": "~9.0.0-next.4",
37-
"@angular/compiler-cli": "~9.0.0-next.4",
36+
"@angular/compiler": "9.0.0-next.4",
37+
"@angular/compiler-cli": "9.0.0-next.4",
3838
"typescript": "3.5.3",
3939
"webpack": "4.40.2"
4040
}

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@
4747
/** IE10 and IE11 requires the following for the Reflect API. */
4848
// import 'core-js/es6/reflect';
4949

50-
51-
/** Evergreen browsers require these. **/
52-
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
53-
import 'core-js/es7/reflect';
54-
55-
5650
/**
5751
* Required to support Web Animations `@angular/platform-browser/animations`.
5852
* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation

tests/legacy-cli/e2e/assets/webpack/test-app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/common": "~9.0.0-next.4",
6-
"@angular/compiler": "~9.0.0-next.4",
7-
"@angular/compiler-cli": "~9.0.0-next.4",
8-
"@angular/core": "~9.0.0-next.4",
9-
"@angular/platform-browser": "~9.0.0-next.4",
10-
"@angular/platform-browser-dynamic": "~9.0.0-next.4",
11-
"@angular/platform-server": "~9.0.0-next.4",
12-
"@angular/router": "~9.0.0-next.4",
5+
"@angular/common": "9.0.0-next.4",
6+
"@angular/compiler": "9.0.0-next.4",
7+
"@angular/compiler-cli": "9.0.0-next.4",
8+
"@angular/core": "9.0.0-next.4",
9+
"@angular/platform-browser": "9.0.0-next.4",
10+
"@angular/platform-browser-dynamic": "9.0.0-next.4",
11+
"@angular/platform-server": "9.0.0-next.4",
12+
"@angular/router": "9.0.0-next.4",
1313
"@ngtools/webpack": "0.0.0",
1414
"core-js": "^3.0.0",
1515
"rxjs": "^6.4.0",

0 commit comments

Comments
 (0)