Skip to content

Commit

Permalink
Upgrade babel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed May 23, 2024
1 parent 370b6c8 commit ef3065b
Show file tree
Hide file tree
Showing 3 changed files with 550 additions and 565 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"firebase": "9.23.0"
},
"devDependencies": {
"@babel/core": "7.24.3",
"@babel/preset-env": "7.22.10",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@types/chai": "4.3.14",
"@types/mocha": "9.1.1",
"babel-loader": "8.3.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"repo-scripts/*"
],
"devDependencies": {
"@babel/core": "7.24.3",
"@babel/plugin-transform-modules-commonjs": "7.22.11",
"@babel/preset-env": "7.22.10",
"@babel/preset-typescript": "7.22.11",
"@babel/core": "7.24.4",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@babel/preset-env": "7.24.4",
"@babel/preset-typescript": "7.24.1",
"@babel/register": "7.23.7",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
Expand Down
Loading

0 comments on commit ef3065b

Please sign in to comment.