Update package-lock.json files for enum-files
This commit is contained in:
Родитель
97e582e864
Коммит
62874e09a4
|
@ -384,6 +384,14 @@
|
|||
"once": "^1.4.0"
|
||||
}
|
||||
},
|
||||
"enum-files": {
|
||||
"version": "git+https://github.com/hirowaki/enum-files.git#1c59396d7188bdccb5d3de72e83adfafeb19b9aa",
|
||||
"from": "git+https://github.com/hirowaki/enum-files.git",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"bluebird": "*"
|
||||
}
|
||||
},
|
||||
"escape-string-regexp": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"window-size": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"enum-files": "^1.1.0",
|
||||
"enum-files": "git+https://github.com/hirowaki/enum-files.git",
|
||||
"mocha": "^5.2.0",
|
||||
"rollup": "^0.66.2",
|
||||
"rollup-plugin-node-resolve": "^3.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "msbot",
|
||||
"version": "4.3.6",
|
||||
"version": "4.3.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -313,6 +313,14 @@
|
|||
"once": "^1.4.0"
|
||||
}
|
||||
},
|
||||
"enum-files": {
|
||||
"version": "git+https://github.com/hirowaki/enum-files.git#1c59396d7188bdccb5d3de72e83adfafeb19b9aa",
|
||||
"from": "git+https://github.com/hirowaki/enum-files.git",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"bluebird": "*"
|
||||
}
|
||||
},
|
||||
"escape-string-regexp": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"@types/semver": "^5.5.0",
|
||||
"@types/uuid": "^3.4.3",
|
||||
"@types/valid-url": "^1.0.2",
|
||||
"enum-files": "^1.1.0",
|
||||
"enum-files": "git+https://github.com/hirowaki/enum-files.git",
|
||||
"mocha": "^5.2.0",
|
||||
"targz": "^1.0.1"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "qnamaker",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -346,6 +346,14 @@
|
|||
"once": "^1.4.0"
|
||||
}
|
||||
},
|
||||
"enum-files": {
|
||||
"version": "git+https://github.com/hirowaki/enum-files.git#1c59396d7188bdccb5d3de72e83adfafeb19b9aa",
|
||||
"from": "git+https://github.com/hirowaki/enum-files.git",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"bluebird": "*"
|
||||
}
|
||||
},
|
||||
"es6-promise": {
|
||||
"version": "4.2.5",
|
||||
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.5.tgz",
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
"window-size": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"enum-files": "^1.1.0",
|
||||
"enum-files": "git+https://github.com/hirowaki/enum-files.git",
|
||||
"mocha": "^5.2.0",
|
||||
"targz": "^1.0.1"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче