Skip to content

Commit

Permalink
chore: version (#4302)
Browse files Browse the repository at this point in the history
* chore: version

* chore: update yarn.lock
  • Loading branch information
ClarkXia authored May 13, 2021
1 parent dd1782c commit 26a673d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 28 deletions.
4 changes: 2 additions & 2 deletions packages/icejs/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"homepage": "",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-app-core/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"homepage": "",
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-app-core"
},
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
}
}
2 changes: 1 addition & 1 deletion packages/react-app-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"bugs": {
"url": "https://github.com/alibaba/ice/issues"
}
}
}
23 changes: 0 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4897,29 +4897,6 @@ buffer@^5.2.1, buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"

[email protected]:
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"

[email protected]:
version "0.1.7"
resolved "https://registry.nlark.com/build-plugin-miniapp/download/build-plugin-miniapp-0.1.7.tgz#f60b67d6d0d480a7f93961c7f29c2fe724bdf32d"
Expand Down

0 comments on commit 26a673d

Please sign in to comment.