fix: 修改json schema 版本

This commit is contained in:
gaoxiaolin.gao 2018-07-13 17:04:24 +08:00
parent 1914374fe5
commit 8a2f8f01d8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "yapi",
"version": "1.3.18",
"version": "1.3.19",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -10358,9 +10358,9 @@
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
},
"json-schema-editor-visual": {
"version": "1.0.16",
"resolved": "https://registry.npmjs.org/json-schema-editor-visual/-/json-schema-editor-visual-1.0.16.tgz",
"integrity": "sha512-piuXMXcbz4ETHWCYk7U/UTgfEkYVm2Qj3C4FkwzUPQ789XdhUTUBBJ+DjauGK68IoAkAybvzAVkrwvusc2MULQ==",
"version": "1.0.17",
"resolved": "https://registry.npmjs.org/json-schema-editor-visual/-/json-schema-editor-visual-1.0.17.tgz",
"integrity": "sha512-nJIUikz1Ctk0VPGw5edV5jiOo8IAUBelj5Z/jobeNSntfkoLvqTmSw4nyAPXvfAeOxEh7RJstwyQyIosy+q9uw==",
"dev": true,
"requires": {
"antd": "3.2.2",

View File

@ -108,7 +108,7 @@
"extract-text-webpack-plugin": "2.0.0",
"ghooks": "^2.0.0",
"happypack": "^4.0.0-beta.5",
"json-schema-editor-visual": "^1.0.16",
"json-schema-editor-visual": "^1.0.17",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"markdown-it-include": "^1.0.0",