|
23 | 23 | "scripts": {
|
24 | 24 | "dev": "lerna run --parallel --scope @firebase/* --scope firebase --scope rxfire dev",
|
25 | 25 | "build": "lerna run --scope @firebase/app-exp build:deps && lerna run --scope @firebase/* --scope firebase --scope rxfire --ignore @firebase/app-exp build",
|
26 |
| - "build:exp": "lerna run --scope @firebase/*-exp --scope firebase-exp build", |
| 26 | + "build:exp": "lerna run --scope @firebase/*-exp --scope @firebase/*-compat --scope firebase-exp build", |
27 | 27 | "build:release": "lerna run --scope @firebase/app-exp build:deps && lerna run --scope @firebase/* --scope firebase --scope rxfire --ignore @firebase/*-exp prepare",
|
28 |
| - "build:exp:release": "yarn --cwd packages/app build:deps && lerna run --scope @firebase/*-exp --scope firebase-exp prepare && yarn --cwd packages-exp/app-exp typings:public", |
| 28 | + "build:exp:release": "yarn --cwd packages/app build:deps && lerna run --scope @firebase/*-exp --scope @firebase/*-compat --scope firebase-exp prepare && yarn --cwd packages-exp/app-exp typings:public", |
29 | 29 | "build:changed": "ts-node-script scripts/ci-test/build_changed.ts",
|
30 | 30 | "link:packages": "lerna exec --scope @firebase/* --scope firebase --scope rxfire -- yarn link",
|
31 | 31 | "stage:packages": "./scripts/prepublish.sh",
|
|
65 | 65 | "repo-scripts/*"
|
66 | 66 | ],
|
67 | 67 | "devDependencies": {
|
68 |
| - "@changesets/changelog-github": "0.2.6", |
69 |
| - "@changesets/cli": "2.9.2", |
70 |
| - "@microsoft/api-documenter": "7.8.21", |
71 |
| - "@microsoft/api-extractor": "7.9.2", |
| 68 | + "@changesets/changelog-github": "0.2.7", |
| 69 | + "@changesets/cli": "2.10.1", |
| 70 | + "@microsoft/api-documenter": "7.8.35", |
| 71 | + "@microsoft/api-extractor": "7.9.10", |
72 | 72 | "@types/chai": "4.2.12",
|
73 | 73 | "@types/chai-as-promised": "7.1.3",
|
74 | 74 | "@types/child-process-promise": "2.2.1",
|
75 |
| - "@types/clone": "0.1.30", |
76 |
| - "@types/inquirer": "7.3.0", |
| 75 | + "@types/clone": "2.1.0", |
| 76 | + "@types/inquirer": "7.3.1", |
77 | 77 | "@types/listr": "0.14.2",
|
78 | 78 | "@types/long": "4.0.1",
|
79 | 79 | "@types/mocha": "7.0.2",
|
80 | 80 | "@types/mz": "2.7.1",
|
81 |
| - "@types/node": "12.12.53", |
82 |
| - "@types/sinon": "9.0.4", |
| 81 | + "@types/node": "12.12.54", |
| 82 | + "@types/sinon": "9.0.5", |
83 | 83 | "@types/sinon-chai": "3.2.4",
|
84 | 84 | "@types/tmp": "0.2.0",
|
85 | 85 | "@types/yargs": "15.0.5",
|
86 |
| - "@typescript-eslint/eslint-plugin": "2.34.0", |
87 |
| - "@typescript-eslint/eslint-plugin-tslint": "2.34.0", |
88 |
| - "@typescript-eslint/parser": "2.34.0", |
| 86 | + "@typescript-eslint/eslint-plugin": "3.10.1", |
| 87 | + "@typescript-eslint/eslint-plugin-tslint": "3.10.1", |
| 88 | + "@typescript-eslint/parser": "3.10.1", |
89 | 89 | "babel-loader": "8.1.0",
|
90 | 90 | "chai": "4.2.0",
|
91 | 91 | "chai-as-promised": "7.1.1",
|
|
95 | 95 | "coveralls": "3.1.0",
|
96 | 96 | "del": "5.1.0",
|
97 | 97 | "dependency-graph": "0.9.0",
|
98 |
| - "eslint": "7.6.0", |
| 98 | + "eslint": "7.7.0", |
99 | 99 | "eslint-plugin-import": "2.22.0",
|
100 | 100 | "express": "4.17.1",
|
101 | 101 | "find-free-port": "2.0.0",
|
102 |
| - "firebase-functions": "3.9.0", |
103 |
| - "firebase-tools": "8.6.0", |
| 102 | + "firebase-functions": "3.11.0", |
| 103 | + "firebase-tools": "8.9.0", |
104 | 104 | "git-rev-sync": "2.0.0",
|
105 | 105 | "glob": "7.1.6",
|
106 | 106 | "http-server": "0.12.3",
|
|
118 | 118 | "karma-mocha-reporter": "2.2.5",
|
119 | 119 | "karma-safari-launcher": "1.0.0",
|
120 | 120 | "karma-sauce-launcher": "1.2.0",
|
121 |
| - "karma-sourcemap-loader": "0.3.7", |
| 121 | + "karma-sourcemap-loader": "0.3.8", |
122 | 122 | "karma-spec-reporter": "0.0.32",
|
123 | 123 | "karma-summary-reporter": "1.8.0",
|
124 | 124 | "karma-webpack": "4.0.2",
|
125 | 125 | "lcov-result-merger": "3.1.0",
|
126 | 126 | "lerna": "3.22.1",
|
127 | 127 | "listr": "0.14.3",
|
128 |
| - "lodash": "4.17.19", |
| 128 | + "lodash": "4.17.20", |
129 | 129 | "long": "3.2.0",
|
130 | 130 | "merge2": "1.4.1",
|
131 | 131 | "mkdirp": "1.0.4",
|
|
134 | 134 | "npm-run-all": "4.1.5",
|
135 | 135 | "npm-run-path": "4.0.1",
|
136 | 136 | "nyc": "15.1.0",
|
137 |
| - "ora": "4.0.5", |
138 |
| - "prettier": "2.0.5", |
| 137 | + "ora": "5.0.0", |
| 138 | + "prettier": "2.1.0", |
139 | 139 | "protractor": "5.4.2",
|
140 | 140 | "rxjs": "6.6.2",
|
141 | 141 | "semver": "7.3.2",
|
142 |
| - "simple-git": "1.132.0", |
143 |
| - "sinon": "9.0.2", |
| 142 | + "simple-git": "2.20.1", |
| 143 | + "sinon": "9.0.3", |
144 | 144 | "sinon-chai": "3.5.0",
|
145 |
| - "source-map-loader": "1.0.1", |
146 |
| - "terser": "4.8.0", |
147 |
| - "ts-loader": "6.2.2", |
| 145 | + "source-map-loader": "1.0.2", |
| 146 | + "terser": "5.2.1", |
| 147 | + "ts-loader": "8.0.3", |
148 | 148 | "ts-node": "8.10.2",
|
149 | 149 | "tslint": "6.1.3",
|
150 | 150 | "typedoc": "0.16.11",
|
151 |
| - "typescript": "3.9.7", |
| 151 | + "typescript": "4.0.2", |
152 | 152 | "watch": "1.0.2",
|
153 | 153 | "webpack": "4.44.1",
|
154 | 154 | "yargs": "15.4.1"
|
|
0 commit comments