-
Notifications
You must be signed in to change notification settings - Fork 581
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a29794c
commit e6a941d
Showing
14 changed files
with
85 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,5 @@ | |
} | ||
}, | ||
"npmClient": "npm", | ||
"version": "2.0.17" | ||
"version": "2.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "midway-web", | ||
"version": "2.0.17", | ||
"version": "2.1.0", | ||
"description": "Midway Web Scene", | ||
"main": "dist/index", | ||
"typings": "dist/index.d.ts", | ||
|
@@ -31,23 +31,23 @@ | |
"@types/react-dom": "^16.0.4", | ||
"is-type-of": "^1.2.1", | ||
"midway-bin": "^2.0.15", | ||
"midway-mock": "^2.0.17", | ||
"midway-mock": "^2.1.0", | ||
"mz-modules": "^2.1.0", | ||
"pedding": "^1.1.0", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0" | ||
}, | ||
"dependencies": { | ||
"@eggjs/router": "^2.0.0", | ||
"@midwayjs/core": "^2.0.17", | ||
"@midwayjs/decorator": "^2.0.17", | ||
"@midwayjs/core": "^2.1.0", | ||
"@midwayjs/decorator": "^2.1.0", | ||
"debug": "^4.1.1", | ||
"egg": "^2.20.0", | ||
"egg-core": "^4.15.0", | ||
"egg-logger": "^2.3.2", | ||
"extend2": "^1.0.0", | ||
"graphviz": "^0.0.8", | ||
"midway-schedule": "^2.0.17", | ||
"midway-schedule": "^2.1.0", | ||
"mkdirp": "^0.5.1" | ||
}, | ||
"author": "Harry Chen <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters