Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @shuvi/app@0.0.1-beta.24
 - @shuvi/core@0.0.1-beta.24
 - @shuvi/react-fs@0.0.1-beta.24
 - @shuvi/runtime-core@0.0.1-beta.24
 - @shuvi/runtime-react@0.0.1-beta.24
 - @shuvi/shared@0.0.1-beta.24
 - shuvi@0.0.1-beta.24
 - @shuvi/toolpack@0.0.1-beta.24
 - @shuvi/types@0.0.1-beta.24
 - @shuvi/utils@0.0.1-beta.24
  • Loading branch information
liximomo committed May 18, 2020
1 parent 7107d1e commit 2ccc3ef
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/app",
"version": "0.0.1-beta.23",
"version": "0.0.1-beta.24",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/core",
"version": "0.0.1-beta.23",
"version": "0.0.1-beta.24",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand All @@ -22,9 +22,9 @@
"node": ">= 12.0.0"
},
"dependencies": {
"@shuvi/react-fs": "^0.0.1-beta.23",
"@shuvi/shared": "^0.0.1-beta.23",
"@shuvi/utils": "^0.0.1-beta.23",
"@shuvi/react-fs": "^0.0.1-beta.24",
"@shuvi/shared": "^0.0.1-beta.24",
"@shuvi/utils": "^0.0.1-beta.24",
"ejs": "3.0.1",
"fs-extra": "8.1.0",
"mobx": "5.15.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/react-fs",
"version": "0.0.1-beta.23",
"version": "0.0.1-beta.24",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/runtime-core",
"version": "0.0.1-beta.23",
"version": "0.0.1-beta.24",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand All @@ -22,9 +22,9 @@
"node": ">= 12.0.0"
},
"dependencies": {
"@shuvi/shared": "^0.0.1-beta.23",
"@shuvi/toolpack": "^0.0.1-beta.23",
"@shuvi/types": "^0.0.1-beta.23"
"@shuvi/shared": "^0.0.1-beta.24",
"@shuvi/toolpack": "^0.0.1-beta.24",
"@shuvi/types": "^0.0.1-beta.24"
},
"peerDependencies": {
"@shuvi/app": "^0.0.1-alpha.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/runtime-react",
"version": "0.0.1-beta.23",
"version": "0.0.1-beta.24",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"node": ">= 12.0.0"
},
"dependencies": {
"@shuvi/utils": "^0.0.1-beta.23",
"@shuvi/utils": "^0.0.1-beta.24",
"enhanced-resolve": "5.0.0-beta.4",
"history": "4.10.1",
"react": "16.13.0",
Expand All @@ -44,7 +44,7 @@
"use-subscription": "^1.3.0"
},
"devDependencies": {
"@shuvi/types": "^0.0.1-beta.23",
"@shuvi/types": "^0.0.1-beta.24",
"@types/react-router-config": "^5.0.1",
"@types/react-router-dom": "^5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/shared",
"version": "0.0.1-beta.23",
"version": "0.0.1-beta.24",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand Down
16 changes: 8 additions & 8 deletions packages/shuvi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shuvi",
"version": "0.0.1-beta.23",
"version": "0.0.1-beta.24",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand All @@ -25,13 +25,13 @@
"node": ">= 12.0.0"
},
"dependencies": {
"@shuvi/core": "^0.0.1-beta.23",
"@shuvi/runtime-core": "^0.0.1-beta.23",
"@shuvi/runtime-react": "^0.0.1-beta.23",
"@shuvi/shared": "^0.0.1-beta.23",
"@shuvi/toolpack": "^0.0.1-beta.23",
"@shuvi/types": "^0.0.1-beta.23",
"@shuvi/utils": "^0.0.1-beta.23",
"@shuvi/core": "^0.0.1-beta.24",
"@shuvi/runtime-core": "^0.0.1-beta.24",
"@shuvi/runtime-react": "^0.0.1-beta.24",
"@shuvi/shared": "^0.0.1-beta.24",
"@shuvi/toolpack": "^0.0.1-beta.24",
"@shuvi/types": "^0.0.1-beta.24",
"@shuvi/utils": "^0.0.1-beta.24",
"commander": "5.1.0",
"connect": "3.7.0",
"cross-spawn": "7.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/toolpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/toolpack",
"version": "0.0.1-beta.23",
"version": "0.0.1-beta.24",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand Down Expand Up @@ -33,9 +33,9 @@
"@babel/preset-react": "7.9.1",
"@babel/preset-typescript": "7.9.0",
"@babel/runtime": "7.9.0",
"@shuvi/shared": "^0.0.1-beta.23",
"@shuvi/types": "^0.0.1-beta.23",
"@shuvi/utils": "^0.0.1-beta.23",
"@shuvi/shared": "^0.0.1-beta.24",
"@shuvi/types": "^0.0.1-beta.24",
"@shuvi/utils": "^0.0.1-beta.24",
"babel-loader": "8.1.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-define": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/types",
"version": "0.0.1-beta.23",
"version": "0.0.1-beta.24",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand All @@ -14,7 +14,7 @@
"node": ">= 12.0.0"
},
"dependencies": {
"@shuvi/core": "^0.0.1-beta.23",
"@shuvi/core": "^0.0.1-beta.24",
"@types/webpack": "4.41.0",
"http-proxy-middleware": "1.0.3",
"webpack-chain": "6.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shuvi/utils",
"version": "0.0.1-beta.23",
"version": "0.0.1-beta.24",
"repository": {
"type": "git",
"url": "git+https://github.com/liximomo/shuvi.git",
Expand Down

0 comments on commit 2ccc3ef

Please sign in to comment.