Skip to content

Commit be0fe87

Browse files
committed
first batch
1 parent 82373b3 commit be0fe87

File tree

40 files changed

+120
-132
lines changed

40 files changed

+120
-132
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typescript": "5.5.4",
3434
"webpack": "5.76.0",
3535
"webpack-cli": "5.1.4",
36-
"webpack-dev-server": "5.1.0"
36+
"webpack-dev-server": "5.2.0"
3737
},
3838
"engines": {
3939
"node": ">=18.0.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@
139139
"nyc": "15.1.0",
140140
"ora": "5.4.1",
141141
"patch-package": "7.0.2",
142-
"playwright": "1.49.1",
142+
"playwright": "1.50.1",
143143
"postinstall-postinstall": "2.1.0",
144144
"prettier": "2.8.8",
145145
"protractor": "5.4.2",
146146
"request": "2.88.2",
147-
"semver": "7.6.3",
147+
"semver": "7.7.0",
148148
"simple-git": "3.27.0",
149149
"sinon": "9.2.4",
150150
"sinon-chai": "3.7.0",

packages/analytics-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@firebase/app-compat": "0.2.48",
26-
"rollup": "2.79.1",
26+
"rollup": "2.79.2",
2727
"@rollup/plugin-json": "6.1.0",
2828
"rollup-plugin-typescript2": "0.31.2",
2929
"typescript": "5.5.4"

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"license": "Apache-2.0",
4949
"devDependencies": {
5050
"@firebase/app": "0.10.18",
51-
"rollup": "2.79.1",
51+
"rollup": "2.79.2",
5252
"@rollup/plugin-commonjs": "21.1.0",
5353
"@rollup/plugin-json": "6.1.0",
5454
"@rollup/plugin-node-resolve": "13.3.0",

packages/app-check-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"license": "Apache-2.0",
4545
"devDependencies": {
4646
"@firebase/app-compat": "0.2.48",
47-
"rollup": "2.79.1",
47+
"rollup": "2.79.2",
4848
"@rollup/plugin-commonjs": "21.1.0",
4949
"@rollup/plugin-json": "6.1.0",
5050
"@rollup/plugin-node-resolve": "13.3.0",

packages/app-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"license": "Apache-2.0",
4646
"devDependencies": {
4747
"@firebase/app": "0.10.18",
48-
"rollup": "2.79.1",
48+
"rollup": "2.79.2",
4949
"@rollup/plugin-commonjs": "21.1.0",
5050
"@rollup/plugin-json": "6.1.0",
5151
"@rollup/plugin-node-resolve": "13.3.0",

packages/app-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"tslib": "^2.1.0"
4545
},
4646
"devDependencies": {
47-
"rollup": "2.79.1",
47+
"rollup": "2.79.2",
4848
"@rollup/plugin-json": "6.1.0",
4949
"rollup-plugin-replace": "2.2.0",
5050
"rollup-plugin-typescript2": "0.31.2",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"license": "Apache-2.0",
4747
"devDependencies": {
4848
"@rollup/plugin-json": "6.1.0",
49-
"rollup": "2.79.1",
49+
"rollup": "2.79.2",
5050
"rollup-plugin-replace": "2.2.0",
5151
"rollup-plugin-typescript2": "0.31.2",
5252
"rollup-plugin-dts": "5.3.1",

packages/auth-compat/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@rollup/plugin-commonjs": "21.1.0",
3030
"@rollup/plugin-json": "4.1.0",
3131
"@rollup/plugin-node-resolve": "13.3.0",
32-
"rollup": "2.79.1",
32+
"rollup": "2.79.2",
3333
"rollup-plugin-replace": "2.2.0",
3434
"rollup-plugin-sourcemaps": "0.6.3",
3535
"rollup-plugin-typescript2": "0.31.2",

packages/auth-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@firebase/app-compat": "0.2.48",
6161
"@rollup/plugin-json": "6.1.0",
62-
"rollup": "2.79.1",
62+
"rollup": "2.79.2",
6363
"rollup-plugin-replace": "2.2.0",
6464
"rollup-plugin-typescript2": "0.31.2",
6565
"selenium-webdriver": "4.8.0",

0 commit comments

Comments
 (0)