We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30d70d commit 48786c3Copy full SHA for 48786c3
2 files changed
packages/tcm-cli/package.json
@@ -38,11 +38,11 @@
38
"node": ">=18"
39
},
40
"dependencies": {
41
- "@babel/core": "7.24.5",
42
- "@babel/parser": "7.24.5",
+ "@babel/core": "7.24.6",
+ "@babel/parser": "7.24.6",
43
"@babel/plugin-proposal-class-properties": "7.18.6",
44
- "@babel/preset-env": "7.24.5",
45
- "@babel/traverse": "7.24.5",
+ "@babel/preset-env": "7.24.6",
+ "@babel/traverse": "7.24.6",
46
"@rollup/plugin-babel": "6.0.4",
47
"@rollup/plugin-commonjs": "25.0.8",
48
"@rollup/plugin-json": "6.1.0",
0 commit comments