|
9 | 9 | }, |
10 | 10 | "license": "MIT", |
11 | 11 | "engines": { |
12 | | - "node": ">= 5.4.1", |
| 12 | + "node": "10", |
13 | 13 | "yarn": ">= 1.17.3" |
14 | 14 | }, |
15 | 15 | "scripts": { |
16 | | - "postinstall": "node --preserve-symlinks --preserve-symlinks-main tools/bazel/postinstall-patches.js", |
| 16 | + "postinstall": "node --preserve-symlinks --preserve-symlinks-main tools/bazel/postinstall-patches.js | ivy-ngcc --properties main", |
17 | 17 | "build": "bash ./scripts/build-packages-dist.sh", |
18 | 18 | "bazel:buildifier": "find . -type f \\( -name \"*.bzl\" -or -name WORKSPACE -or -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs buildifier -v --warnings=attr-cfg,attr-license,attr-non-empty,attr-output-default,attr-single-file,constant-glob,ctx-args,depset-iteration,depset-union,dict-concatenation,duplicated-name,filetype,git-repository,http-archive,integer-division,load,load-on-top,native-build,native-package,output-group,package-name,package-on-top,redefined-variable,repository-name,same-origin-load,string-iteration,unused-variable,unsorted-dict-items,out-of-order-load", |
19 | 19 | "bazel:format-lint": "yarn -s bazel:buildifier --lint=warn --mode=check", |
|
41 | 41 | "requiredAngularVersion": "^8.0.0 || ^9.0.0-0", |
42 | 42 | "requiredMDCVersion": "^4.0.0-alpha.0", |
43 | 43 | "dependencies": { |
44 | | - "@angular/animations": "^9.0.0-next.10", |
45 | | - "@angular/common": "^9.0.0-next.10", |
46 | | - "@angular/compiler": "^9.0.0-next.10", |
47 | | - "@angular/core": "^9.0.0-next.10", |
48 | | - "@angular/elements": "^9.0.0-next.10", |
49 | | - "@angular/forms": "^9.0.0-next.10", |
50 | | - "@angular/platform-browser": "^9.0.0-next.10", |
| 44 | + "@angular/animations": "9.0.0-next.10", |
| 45 | + "@angular/common": "9.0.0-next.10", |
| 46 | + "@angular/compiler": "9.0.0-next.10", |
| 47 | + "@angular/core": "9.0.0-next.10", |
| 48 | + "@angular/elements": "9.0.0-next.10", |
| 49 | + "@angular/forms": "9.0.0-next.10", |
| 50 | + "@angular/platform-browser": "9.0.0-next.10", |
51 | 51 | "@types/googlemaps": "^3.37.0", |
52 | 52 | "@types/youtube": "^0.0.38", |
53 | 53 | "@webcomponents/custom-elements": "^1.1.0", |
54 | | - "core-js": "^2.6.1", |
| 54 | + "core-js": "^2.6.9", |
55 | 55 | "material-components-web": "^4.0.0-canary.e851d4f40.0", |
56 | 56 | "rxjs": "^6.5.3", |
57 | 57 | "systemjs": "0.19.43", |
58 | 58 | "tsickle": "^0.35.0", |
59 | | - "tslib": "^1.9.3", |
| 59 | + "tslib": "^1.10.0", |
60 | 60 | "zone.js": "~0.10.2" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "@angular-devkit/core": "^9.0.0-next.9", |
64 | 64 | "@angular-devkit/schematics": "^9.0.0-next.9", |
65 | | - "@angular/bazel": "^9.0.0-next.10", |
66 | | - "@angular/compiler-cli": "^9.0.0-next.10", |
67 | | - "@angular/platform-browser-dynamic": "^9.0.0-next.10", |
68 | | - "@angular/platform-server": "^9.0.0-next.10", |
69 | | - "@angular/router": "^9.0.0-next.10", |
70 | | - "@angular/upgrade": "^9.0.0-next.10", |
| 65 | + "@angular/bazel": "9.0.0-next.10", |
| 66 | + "@angular/compiler-cli": "9.0.0-next.10", |
| 67 | + "@angular/platform-browser-dynamic": "9.0.0-next.10", |
| 68 | + "@angular/platform-server": "9.0.0-next.10", |
| 69 | + "@angular/router": "9.0.0-next.10", |
| 70 | + "@angular/upgrade": "9.0.0-next.10", |
71 | 71 | "@bazel/bazel": "^0.29.0", |
72 | 72 | "@bazel/buildifier": "^0.29.0", |
73 | 73 | "@bazel/ibazel": "^0.10.3", |
|
98 | 98 | "browser-sync": "^2.26.7", |
99 | 99 | "chalk": "^2.4.2", |
100 | 100 | "clang-format": "^1.2.4", |
101 | | - "codelyzer": "^5.1.1", |
| 101 | + "codelyzer": "^5.1.2", |
102 | 102 | "conventional-changelog": "^3.0.5", |
103 | 103 | "dgeni": "^0.4.11", |
104 | 104 | "dgeni-packages": "^0.27.1", |
105 | | - "firebase-tools": "^4.1.0", |
| 105 | + "firebase-tools": "^7.5.0", |
106 | 106 | "fs-extra": "^3.0.1", |
107 | 107 | "glob": "^7.1.2", |
108 | 108 | "gulp": "^3.9.1", |
|
151 | 151 | "ts-api-guardian": "^0.4.6", |
152 | 152 | "ts-node": "^3.0.4", |
153 | 153 | "tsconfig-paths": "^2.3.0", |
154 | | - "tslint": "^5.19.0", |
| 154 | + "tslint": "^5.20.0", |
155 | 155 | "tsutils": "^3.0.0", |
156 | 156 | "typescript": "3.5.3", |
157 | 157 | "uglify-js": "^2.8.14" |
|
0 commit comments