Skip to content

Commit c0386a4

Browse files
chore(deps): update babel monorepo to v7.18.6 (#12)
1 parent 34cb067 commit c0386a4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"names.txt.json"
2424
],
2525
"devDependencies": {
26-
"@babel/cli": "7.17.10",
27-
"@babel/core": "7.18.5",
28-
"@babel/plugin-proposal-class-properties": "7.17.12",
29-
"@babel/plugin-proposal-object-rest-spread": "7.18.0",
26+
"@babel/cli": "7.18.6",
27+
"@babel/core": "7.18.6",
28+
"@babel/plugin-proposal-class-properties": "7.18.6",
29+
"@babel/plugin-proposal-object-rest-spread": "7.18.6",
3030
"@babel/plugin-syntax-dynamic-import": "7.8.3",
31-
"@babel/plugin-transform-async-to-generator": "7.17.12",
32-
"@babel/plugin-transform-runtime": "7.18.5",
33-
"@babel/preset-env": "7.18.2",
34-
"@babel/runtime": "7.18.3"
31+
"@babel/plugin-transform-async-to-generator": "7.18.6",
32+
"@babel/plugin-transform-runtime": "7.18.6",
33+
"@babel/preset-env": "7.18.6",
34+
"@babel/runtime": "7.18.6"
3535
},
3636
"dependencies": {}
3737
}

0 commit comments

Comments
 (0)