Skip to content

Commit e139300

Browse files
clydinvikerman
authored andcommitted
build: upgrade yarn lock
1 parent 7cd77ab commit e139300

File tree

3 files changed

+1399
-2540
lines changed

3 files changed

+1399
-2540
lines changed

scripts/validate-licenses.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ const ignoredPackages = [
6464
// Us.
6565
'@angular/[email protected]', // Hey, that's us!
6666
// * Development only
67-
'[email protected].1', // CC0 but it's content only (index.json, no code) and not distributed.
67+
'[email protected].5', // CC0 but it's content only (index.json, no code) and not distributed.
6868
'[email protected]', // LGPL-3.0 but only used as a tool, not linked in the build.
6969

7070
// * Broken license fields
7171
'[email protected]', // MIT but no license field in package.json
72-
'[email protected].6', // MIT but broken license in package.json
72+
'[email protected].10', // MIT but broken license in package.json
7373
'[email protected]', // Apache-2.0 but broken license in package.json
7474
'[email protected]', // zlib license
7575

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

0 commit comments

Comments
 (0)