Skip to content

Commit 0a7a24f

Browse files
committed
update deps
1 parent 64123fc commit 0a7a24f

File tree

3 files changed

+6
-33
lines changed

3 files changed

+6
-33
lines changed

packages/analytics-interop-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2020
},
2121
"devDependencies": {
22-
"typescript": "3.6.4"
22+
"typescript": "3.7.2"
2323
}
2424
}

packages/auth-interop-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2424
},
2525
"devDependencies": {
26-
"typescript": "3.6.4"
26+
"typescript": "3.7.2"
2727
}
2828
}

packages/component/package.json

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -22,41 +22,14 @@
2222
"prepare": "yarn build"
2323
},
2424
"dependencies": {
25-
"@firebase/util": "0.2.31",
25+
"@firebase/util": "0.2.34",
2626
"tslib": "1.10.0"
2727
},
2828
"license": "Apache-2.0",
2929
"devDependencies": {
30-
"@types/chai": "4.2.4",
31-
"@types/mocha": "5.2.7",
32-
"@types/sinon": "7.5.0",
33-
"chai": "4.2.0",
34-
"chai-as-promised": "7.1.1",
35-
"karma": "4.4.1",
36-
"sinon": "7.5.0",
37-
"sinon-chai": "3.3.0",
38-
"karma-chrome-launcher": "3.1.0",
39-
"karma-cli": "2.0.0",
40-
"karma-coverage-istanbul-reporter": "2.1.0",
41-
"karma-firefox-launcher": "1.2.0",
42-
"karma-mocha": "1.3.0",
43-
"karma-sauce-launcher": "1.2.0",
44-
"karma-spec-reporter": "0.0.32",
45-
"karma-webpack": "4.0.2",
46-
"mocha": "6.2.2",
47-
"npm-run-all": "4.1.5",
48-
"nyc": "14.1.1",
49-
"rollup": "1.25.2",
50-
"rollup-plugin-typescript2": "0.24.3",
51-
"ts-loader": "6.2.1",
52-
"ts-node": "8.4.1",
53-
"typescript": "3.6.4",
54-
"webpack": "4.41.2",
55-
"eslint": "6.5.1",
56-
"@typescript-eslint/parser": "2.5.0",
57-
"@typescript-eslint/eslint-plugin": "2.5.0",
58-
"@typescript-eslint/eslint-plugin-tslint": "2.5.0",
59-
"eslint-plugin-import": "2.18.2"
30+
"rollup": "1.27.2",
31+
"rollup-plugin-typescript2": "0.25.2",
32+
"typescript": "3.7.2"
6033
},
6134
"repository": {
6235
"directory": "packages/component",

0 commit comments

Comments
 (0)