From 26a673d2adf39e0d0a822c0a8d640bceb5ae6a74 Mon Sep 17 00:00:00 2001 From: ClarkXia Date: Thu, 13 May 2021 11:36:12 +0800 Subject: [PATCH] chore: version (#4302) * chore: version * chore: update yarn.lock --- packages/icejs/package.json | 4 ++-- packages/plugin-app-core/package.json | 4 ++-- packages/react-app-renderer/package.json | 2 +- yarn.lock | 23 ----------------------- 4 files changed, 5 insertions(+), 28 deletions(-) diff --git a/packages/icejs/package.json b/packages/icejs/package.json index b2ab1a8443..9f03b48e5a 100644 --- a/packages/icejs/package.json +++ b/packages/icejs/package.json @@ -1,6 +1,6 @@ { "name": "ice.js", - "version": "1.17.7", + "version": "1.17.8", "description": "command line interface and builtin plugin for icejs", "author": "ice-admin@alibaba-inc.com", "homepage": "", @@ -22,7 +22,7 @@ }, "dependencies": { "@alib/build-scripts": "^0.1.13", - "build-plugin-app-core": "1.4.3", + "build-plugin-app-core": "1.4.5", "build-plugin-helmet": "1.0.2", "build-plugin-ice-auth": "1.7.3", "build-plugin-ice-config": "1.8.1", diff --git a/packages/plugin-app-core/package.json b/packages/plugin-app-core/package.json index 61f9f80bd7..7b07982a1b 100644 --- a/packages/plugin-app-core/package.json +++ b/packages/plugin-app-core/package.json @@ -1,6 +1,6 @@ { "name": "build-plugin-app-core", - "version": "1.4.4", + "version": "1.4.5", "description": "the core plugin for icejs and raxjs.", "author": "ice-admin@alibaba-inc.com", "homepage": "", @@ -42,4 +42,4 @@ "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-app-core" }, "gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498" -} +} \ No newline at end of file diff --git a/packages/react-app-renderer/package.json b/packages/react-app-renderer/package.json index 94a0c41b9a..3d5b9b872f 100644 --- a/packages/react-app-renderer/package.json +++ b/packages/react-app-renderer/package.json @@ -34,4 +34,4 @@ "bugs": { "url": "https://github.com/alibaba/ice/issues" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 494fc7e147..567c2bb073 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4897,29 +4897,6 @@ buffer@^5.2.1, buffer@^5.5.0: base64-js "^1.3.1" ieee754 "^1.1.13" -build-plugin-app-core@1.4.3: - version "1.4.3" - resolved "https://registry.nlark.com/build-plugin-app-core/download/build-plugin-app-core-1.4.3.tgz?cache=0&sync_timestamp=1620638854118&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbuild-plugin-app-core%2Fdownload%2Fbuild-plugin-app-core-1.4.3.tgz#a1fc6db973a5caa1dcc188e3e1e0d6ff1435c2d7" - integrity sha1-ofxtuXOlyqHcwYjj4eDW/xQ1wtc= - dependencies: - "@builder/app-helpers" "^2.0.0" - chalk "^4.0.0" - chokidar "^3.4.1" - create-app-shared "^0.2.0" - ejs "^3.0.1" - fs-extra "^8.1.0" - globby "^11.0.0" - history "^4.9.0" - lodash.debounce "^4.0.8" - miniapp-history "^0.1.0" - miniapp-renderer "^0.1.4" - prettier "^2.0.2" - query-string "^6.13.1" - rax-app-renderer "^2.0.0" - rax-use-router "^3.0.0" - react-app-renderer "^2.0.0" - universal-env "^3.0.0" - build-plugin-miniapp@0.1.7: version "0.1.7" resolved "https://registry.nlark.com/build-plugin-miniapp/download/build-plugin-miniapp-0.1.7.tgz#f60b67d6d0d480a7f93961c7f29c2fe724bdf32d"