Skip to content

Commit

Permalink
fix: gulp-build-h5-source
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro committed Sep 18, 2023
1 parent 1ee3a59 commit e67d32e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/plugin-proposal-export-default-from": "^7.17.12",
"@babel/preset-env": "7.8.7",
"@cocos/babel-preset-cc": "2.2.0",
"@cocos/build-engine": "4.4.1",
"@cocos/build-engine": "4.4.2",
"@types/fs-extra": "^5.0.4",
"@types/jest": "^24.9.1",
"@types/yargs": "^12.0.14",
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocos/build-engine",
"version": "4.4.1",
"version": "4.4.2",
"description": "",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"@babel/plugin-transform-for-of": "^7.9.0",
"@babel/preset-env": "^7.8.7",
"@cocos/babel-plugin-dynamic-import-vars": "^1.0.2",
"@cocos/creator-programming-babel-preset-cc": "1.0.1-alpha.2",
"@cocos/creator-programming-babel-preset-cc": "1.0.1-alpha.5",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
Expand Down

0 comments on commit e67d32e

Please sign in to comment.