Skip to content

Commit d393038

Browse files
authoredDec 15, 2020
chore: remove lock version (#533)
1 parent 066c354 commit d393038

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎packages/plugin-rax-web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "build-plugin-rax-web",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "rax web app plugin",
55
"main": "lib/index.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"rax-server-renderer": "^1.2.0",
2626
"webpack-sources": "^2.0.0",
2727
"webpack": "^4.0.0",
28-
"@builder/app-helpers": "2.0.0",
28+
"@builder/app-helpers": "^2.0.0",
2929
"react-dev-utils": "^10.0.0",
3030
"chalk": "^4.1.0",
3131
"html-minifier": "^4.0.0"

‎packages/rax-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rax-app",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "command line interface and builtin plugin for rax app",
55
"author": "Rax Team",
66
"homepage": "https://github.com/alibaba/ice#readme",
@@ -22,7 +22,7 @@
2222
"build-plugin-rax-kraken": "1.0.8",
2323
"build-plugin-rax-miniapp": "1.1.1",
2424
"build-plugin-rax-pha": "1.0.1",
25-
"build-plugin-rax-web": "1.1.1",
25+
"build-plugin-rax-web": "1.1.2",
2626
"build-plugin-rax-weex": "1.0.8",
2727
"build-plugin-ssr": "1.0.7",
2828
"chokidar": "^3.3.1",

0 commit comments

Comments
 (0)
Failed to load comments.