|
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 | 26 | "build:exp": "lerna run --scope @firebase/*-exp --scope @firebase/*-compat --scope firebase-exp build",
|
27 |
| - "build:release": "lerna run --scope @firebase/app-exp build:deps && lerna run --scope @firebase/* --scope firebase --scope rxfire --ignore @firebase/*-exp --ignore @firebase/*-compat prepare", |
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", |
| 27 | + "build:release": "lerna run --scope @firebase/app-exp build:deps && lerna run --scope @firebase/* --scope firebase --scope rxfire --ignore @firebase/*-exp --ignore @firebase/*-compat build", |
29 | 28 | "build:changed": "ts-node-script scripts/ci-test/build_changed.ts",
|
30 | 29 | "link:packages": "lerna exec --scope @firebase/* --scope firebase --scope rxfire -- yarn link",
|
31 | 30 | "stage:packages": "./scripts/prepublish.sh",
|
|
67 | 66 | "repo-scripts/*"
|
68 | 67 | ],
|
69 | 68 | "devDependencies": {
|
70 |
| - "@babel/core": "7.12.3", |
| 69 | + "@babel/core": "7.12.10", |
71 | 70 | "@babel/plugin-transform-modules-commonjs": "7.12.1",
|
72 |
| - "@babel/preset-env": "7.12.1", |
| 71 | + "@babel/preset-env": "7.12.11", |
73 | 72 | "@changesets/changelog-github": "0.2.7",
|
74 |
| - "@changesets/cli": "2.11.2", |
| 73 | + "@changesets/cli": "2.12.0", |
75 | 74 | "@types/chai": "4.2.14",
|
76 | 75 | "@types/chai-as-promised": "7.1.3",
|
77 | 76 | "@types/child-process-promise": "2.2.1",
|
78 | 77 | "@types/clone": "2.1.0",
|
79 |
| - "@types/eslint": "7.2.5", |
| 78 | + "@types/eslint": "7.2.6", |
80 | 79 | "@types/inquirer": "7.3.1",
|
81 | 80 | "@types/listr": "0.14.2",
|
82 | 81 | "@types/long": "4.0.1",
|
83 | 82 | "@types/mocha": "7.0.2",
|
84 |
| - "@types/mz": "2.7.2", |
85 |
| - "@types/node": "12.19.4", |
86 |
| - "@types/sinon": "9.0.8", |
| 83 | + "@types/mz": "2.7.3", |
| 84 | + "@types/node": "12.19.11", |
| 85 | + "@types/sinon": "9.0.10", |
87 | 86 | "@types/sinon-chai": "3.2.5",
|
88 | 87 | "@types/tmp": "0.2.0",
|
89 |
| - "@types/yargs": "15.0.9", |
90 |
| - "@typescript-eslint/eslint-plugin": "4.8.1", |
91 |
| - "@typescript-eslint/eslint-plugin-tslint": "4.8.1", |
92 |
| - "@typescript-eslint/parser": "4.8.1", |
| 88 | + "@types/yargs": "15.0.12", |
| 89 | + "@typescript-eslint/eslint-plugin": "4.11.1", |
| 90 | + "@typescript-eslint/eslint-plugin-tslint": "4.11.1", |
| 91 | + "@typescript-eslint/parser": "4.11.1", |
93 | 92 | "api-documenter-me": "0.1.0",
|
94 | 93 | "api-extractor-me": "0.1.1",
|
95 |
| - "babel-loader": "8.2.1", |
| 94 | + "babel-loader": "8.2.2", |
96 | 95 | "chai": "4.2.0",
|
97 | 96 | "chai-as-promised": "7.1.1",
|
98 | 97 | "chalk": "4.1.0",
|
|
101 | 100 | "coveralls": "3.1.0",
|
102 | 101 | "del": "6.0.0",
|
103 | 102 | "dependency-graph": "0.9.0",
|
104 |
| - "eslint": "7.13.0", |
| 103 | + "eslint": "7.16.0", |
105 | 104 | "eslint-plugin-import": "2.22.1",
|
106 |
| - "eslint-plugin-unused-imports": "1.0.0", |
| 105 | + "eslint-plugin-unused-imports": "1.0.1", |
107 | 106 | "express": "4.17.1",
|
108 | 107 | "find-free-port": "2.0.0",
|
109 |
| - "firebase-functions": "3.11.0", |
110 |
| - "firebase-tools": "9.0.1", |
| 108 | + "firebase-functions": "3.13.0", |
| 109 | + "firebase-tools": "9.1.0", |
111 | 110 | "git-rev-sync": "3.0.1",
|
112 | 111 | "glob": "7.1.6",
|
113 | 112 | "http-server": "0.12.3",
|
114 |
| - "husky": "4.3.0", |
| 113 | + "husky": "4.3.6", |
115 | 114 | "indexeddbshim": "7.0.0",
|
116 | 115 | "inquirer": "7.3.3",
|
117 | 116 | "istanbul-instrumenter-loader": "3.0.1",
|
118 |
| - "js-yaml": "3.14.0", |
| 117 | + "js-yaml": "3.14.1", |
119 | 118 | "karma": "5.2.3",
|
120 | 119 | "karma-chrome-launcher": "3.1.0",
|
121 | 120 | "karma-cli": "2.0.0",
|
|
124 | 123 | "karma-mocha": "2.0.1",
|
125 | 124 | "karma-mocha-reporter": "2.2.5",
|
126 | 125 | "karma-safari-launcher": "1.0.0",
|
127 |
| - "karma-sauce-launcher": "1.2.0", |
128 | 126 | "karma-sourcemap-loader": "0.3.8",
|
129 | 127 | "karma-spec-reporter": "0.0.32",
|
130 | 128 | "karma-summary-reporter": "1.9.0",
|
|
142 | 140 | "npm-run-path": "4.0.1",
|
143 | 141 | "nyc": "15.1.0",
|
144 | 142 | "ora": "5.1.0",
|
145 |
| - "prettier": "2.1.2", |
| 143 | + "prettier": "2.2.1", |
146 | 144 | "protractor": "5.4.2",
|
147 | 145 | "rxjs": "6.6.3",
|
148 |
| - "semver": "7.3.2", |
149 |
| - "simple-git": "2.22.0", |
150 |
| - "sinon": "9.2.1", |
| 146 | + "semver": "7.3.4", |
| 147 | + "simple-git": "2.31.0", |
| 148 | + "sinon": "9.2.2", |
151 | 149 | "sinon-chai": "3.5.0",
|
152 |
| - "source-map-loader": "1.1.2", |
153 |
| - "terser": "5.4.0", |
154 |
| - "ts-loader": "8.0.11", |
155 |
| - "ts-node": "9.0.0", |
| 150 | + "source-map-loader": "1.1.3", |
| 151 | + "terser": "5.5.1", |
| 152 | + "ts-loader": "8.0.12", |
| 153 | + "ts-node": "9.1.1", |
156 | 154 | "tslint": "6.1.3",
|
157 | 155 | "typedoc": "0.16.11",
|
158 | 156 | "typescript": "4.0.5",
|
159 | 157 | "watch": "1.0.2",
|
160 | 158 | "webpack": "4.44.2",
|
161 |
| - "yargs": "16.1.1" |
| 159 | + "yargs": "16.2.0" |
162 | 160 | },
|
163 | 161 | "husky": {
|
164 | 162 | "hooks": {
|
|
0 commit comments