Skip to content

Commit 6329318

Browse files
committed
update babel SDKs.
1 parent 4c88843 commit 6329318

File tree

3 files changed

+709
-1116
lines changed

3 files changed

+709
-1116
lines changed

e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"firebase": "9.23.0"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "7.17.10",
25-
"@babel/preset-env": "7.19.4",
24+
"@babel/core": "7.22.11",
25+
"@babel/preset-env": "7.22.10",
2626
"@types/chai": "4.3.5",
2727
"@types/mocha": "9.1.1",
2828
"babel-loader": "8.3.0",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"repo-scripts/*"
6161
],
6262
"devDependencies": {
63-
"@babel/core": "7.17.10",
64-
"@babel/plugin-transform-modules-commonjs": "7.22.5",
65-
"@babel/preset-env": "7.19.4",
66-
"@babel/preset-typescript": "7.22.5",
63+
"@babel/core": "7.22.11",
64+
"@babel/plugin-transform-modules-commonjs": "7.22.11",
65+
"@babel/preset-env": "7.22.10",
66+
"@babel/preset-typescript": "7.22.11",
6767
"@babel/register": "7.22.5",
6868
"@changesets/changelog-github": "0.4.8",
6969
"@changesets/cli": "2.26.2",
@@ -104,7 +104,7 @@
104104
"eslint-plugin-unused-imports": "2.0.0",
105105
"express": "4.18.2",
106106
"find-free-port": "2.0.0",
107-
"firebase-tools": "11.27.0",
107+
"firebase-tools": "11.30.0",
108108
"glob": "7.2.3",
109109
"http-server": "14.1.1",
110110
"indexeddbshim": "10.1.0",

0 commit comments

Comments
 (0)