Skip to content

Commit 8d3aca7

Browse files
authored
take @firebase/app as devDependencies (#3666)
1 parent ccbcadc commit 8d3aca7

File tree

10 files changed

+21
-11
lines changed

10 files changed

+21
-11
lines changed

packages/analytics/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1212
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1313
"build": "rollup -c",
14-
"build:deps": "lerna run --scope @firebase/'{app,analytics}' --include-dependencies build",
14+
"build:deps": "lerna run --scope @firebase/analytics --include-dependencies build",
1515
"dev": "rollup -c -w",
1616
"test": "run-p lint test:browser",
1717
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:browser",
@@ -32,6 +32,7 @@
3232
},
3333
"license": "Apache-2.0",
3434
"devDependencies": {
35+
"@firebase/app": "0.6.10",
3536
"rollup": "2.23.0",
3637
"rollup-plugin-commonjs": "10.1.0",
3738
"rollup-plugin-json": "4.0.0",

packages/firestore/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js' build:lite build:exp",
1212
"build:scripts": "tsc -moduleResolution node --module commonjs scripts/*.ts && ls scripts/*.js | xargs -I % sh -c 'terser % -o %'",
1313
"build:release": "run-p 'bundle rollup.config.browser.js' 'bundle rollup.config.browser.memory.js' 'bundle rollup.config.node.js' 'bundle rollup.config.node.memory.js' 'bundle rollup.config.rn.js' 'bundle rollup.config.rn.memory.js'",
14-
"build:deps": "lerna run --scope @firebase/'{app,firestore}' --include-dependencies build",
14+
"build:deps": "lerna run --scope @firebase/firestore --include-dependencies build",
1515
"build:console": "node tools/console.build.js",
1616
"build:exp": "rollup -c rollup.config.exp.js",
1717
"build:lite": "rollup -c rollup.config.lite.js",
@@ -75,6 +75,7 @@
7575
"@firebase/app-types": "0.x"
7676
},
7777
"devDependencies": {
78+
"@firebase/app": "0.6.10",
7879
"@rollup/plugin-alias": "3.1.1",
7980
"@types/json-stable-stringify": "1.0.32",
8081
"json-stable-stringify": "1.0.1",

packages/functions/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1313
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1414
"build": "rollup -c",
15-
"build:deps": "lerna run --scope @firebase/'{app,functions}' --include-dependencies build",
15+
"build:deps": "lerna run --scope @firebase/functions --include-dependencies build",
1616
"dev": "rollup -c -w",
1717
"test": "run-p lint test:all",
1818
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
@@ -29,6 +29,7 @@
2929
"@firebase/app-types": "0.x"
3030
},
3131
"devDependencies": {
32+
"@firebase/app": "0.6.10",
3233
"@firebase/messaging": "0.7.0",
3334
"rollup": "2.23.0",
3435
"rollup-plugin-typescript2": "0.27.1",

packages/installations/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1212
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1313
"build": "rollup -c",
14-
"build:deps": "lerna run --scope @firebase/'{app,installations}' --include-dependencies build",
14+
"build:deps": "lerna run --scope @firebase/installations --include-dependencies build",
1515
"test": "run-p lint test:karma",
1616
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:karma",
1717
"test:karma": "karma start --single-run",
@@ -30,6 +30,7 @@
3030
"url": "https://github.com/firebase/firebase-js-sdk/issues"
3131
},
3232
"devDependencies": {
33+
"@firebase/app": "0.6.10",
3334
"rollup": "2.23.0",
3435
"rollup-plugin-commonjs": "10.1.0",
3536
"rollup-plugin-json": "4.0.0",

packages/messaging/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1212
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1313
"build": "rollup -c",
14-
"build:deps": "lerna run --scope @firebase/'{app,messaging}' --include-dependencies build",
14+
"build:deps": "lerna run --scope @firebase/messaging --include-dependencies build",
1515
"dev": "rollup -c -w",
1616
"test": "run-p lint test:karma",
1717
"test:integration": "test:karma && cd ../../integration/messaging && npm run-script test",
@@ -34,6 +34,7 @@
3434
"tslib": "^1.11.1"
3535
},
3636
"devDependencies": {
37+
"@firebase/app": "0.6.10",
3738
"rollup": "2.23.0",
3839
"rollup-plugin-typescript2": "0.27.1",
3940
"ts-essentials": "7.0.0",

packages/performance/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1313
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts'",
1414
"build": "rollup -c",
15-
"build:deps": "lerna run --scope @firebase/'{app,performance}' --include-dependencies build",
15+
"build:deps": "lerna run --scope @firebase/performance --include-dependencies build",
1616
"dev": "rollup -c -w",
1717
"test": "run-p lint test:browser",
1818
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:browser",
@@ -35,6 +35,7 @@
3535
},
3636
"license": "Apache-2.0",
3737
"devDependencies": {
38+
"@firebase/app": "0.6.10",
3839
"rollup": "2.23.0",
3940
"rollup-plugin-json": "4.0.0",
4041
"rollup-plugin-typescript2": "0.27.1",

packages/remote-config/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1313
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1414
"build": "rollup -c",
15-
"build:deps": "lerna run --scope @firebase/'{app,remote-config}' --include-dependencies build",
15+
"build:deps": "lerna run --scope @firebase/remote-config --include-dependencies build",
1616
"dev": "rollup -c -w",
1717
"test": "run-p lint test:browser",
1818
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:browser",
@@ -35,6 +35,7 @@
3535
},
3636
"license": "Apache-2.0",
3737
"devDependencies": {
38+
"@firebase/app": "0.6.10",
3839
"rollup": "2.23.0",
3940
"rollup-plugin-typescript2": "0.27.1",
4041
"typescript": "3.9.7"

packages/rxfire/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path './.gitignore'",
2525
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path './.gitignore'",
2626
"build": "rollup -c",
27-
"build:deps": "lerna run --scope '{firebase,rxfire}' --include-dependencies build",
27+
"build:deps": "lerna run --scope rxfire --include-dependencies build",
2828
"dev": "rollup -c -w",
2929
"prepare": "yarn build",
3030
"test": "run-p lint test:browser",
@@ -43,6 +43,7 @@
4343
"rxjs": "6.x.x"
4444
},
4545
"devDependencies": {
46+
"firebase": "7.18.0",
4647
"rollup": "2.23.0",
4748
"rollup-plugin-commonjs": "10.1.0",
4849
"rollup-plugin-node-resolve": "5.2.0",

packages/storage/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1212
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1313
"build": "rollup -c",
14-
"build:deps": "lerna run --scope @firebase/'{app,storage}' --include-dependencies build",
14+
"build:deps": "lerna run --scope @firebase/storage --include-dependencies build",
1515
"dev": "rollup -c -w",
1616
"test": "run-p test:browser lint",
1717
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:browser",
@@ -33,7 +33,8 @@
3333
"@firebase/app-types": "0.x"
3434
},
3535
"devDependencies": {
36-
"@firebase/auth": "0.x",
36+
"@firebase/app": "0.6.10",
37+
"@firebase/auth": "0.14.9",
3738
"rollup": "2.23.0",
3839
"rollup-plugin-typescript2": "0.27.1",
3940
"typescript": "3.9.7"

packages/template/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1616
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
1717
"build": "rollup -c",
18-
"build:deps": "lerna run --scope @firebase/'{app,template}' --include-dependencies build",
18+
"build:deps": "lerna run --scope @firebase/template --include-dependencies build",
1919
"dev": "rollup -c -w",
2020
"test": "run-p lint test:all",
2121
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
@@ -34,6 +34,7 @@
3434
},
3535
"license": "Apache-2.0",
3636
"devDependencies": {
37+
"@firebase/app": "0.6.10",
3738
"rollup": "2.23.0",
3839
"rollup-plugin-typescript2": "0.27.1",
3940
"typescript": "3.9.7"

0 commit comments

Comments
 (0)