chore: update to index-modules@0.4.3
Fixes #5877
Introduced by 030477454
This new version fixes the `--auto` mode used by `xo-web`.
This commit is contained in:
parent
70a191336b
commit
31cfe82224
@ -72,7 +72,7 @@
|
||||
"@vates/toggle-scripts": "^1.0.0",
|
||||
"babel-plugin-transform-dev": "^2.0.1",
|
||||
"cross-env": "^7.0.2",
|
||||
"index-modules": "^0.4.0"
|
||||
"index-modules": "^0.4.3"
|
||||
},
|
||||
"scripts": {
|
||||
"_build": "index-modules --index-file index.mjs src/app/mixins && babel --delete-dir-on-start --keep-file-extension --source-maps --out-dir=dist/ src/",
|
||||
|
@ -36,7 +36,7 @@
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"execa": "^5.0.0",
|
||||
"index-modules": "^0.4.2",
|
||||
"index-modules": "^0.4.3",
|
||||
"promise-toolbox": "^0.19.2",
|
||||
"rimraf": "^3.0.0",
|
||||
"tmp": "^0.2.1"
|
||||
|
@ -146,7 +146,7 @@
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"babel-plugin-transform-dev": "^2.0.1",
|
||||
"cross-env": "^7.0.2",
|
||||
"index-modules": "^0.4.2"
|
||||
"index-modules": "^0.4.3"
|
||||
},
|
||||
"scripts": {
|
||||
"_build": "index-modules --index-file index.mjs src/api src/xapi/mixins src/xo-mixins && babel --delete-dir-on-start --keep-file-extension --source-maps --out-dir=dist/ src/",
|
||||
|
@ -77,7 +77,7 @@
|
||||
"gulp-watch": "^5.0.0",
|
||||
"human-format": "^0.11.0",
|
||||
"immutable": "^4.0.0-rc.9",
|
||||
"index-modules": "^0.4.2",
|
||||
"index-modules": "^0.4.3",
|
||||
"is-ip": "^3.1.0",
|
||||
"js-cookie": "2.2.1",
|
||||
"jsonrpc-websocket-client": "^0.6.0",
|
||||
|
@ -8545,10 +8545,10 @@ indent-string@^4.0.0:
|
||||
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
|
||||
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
|
||||
|
||||
index-modules@^0.4.0, index-modules@^0.4.2:
|
||||
version "0.4.2"
|
||||
resolved "https://registry.yarnpkg.com/index-modules/-/index-modules-0.4.2.tgz#22199097b5362a11858737541c999fb7fb1b77f3"
|
||||
integrity sha512-LpnQTsCgdsT0RhfwECfHsnW1CW+j6w/epH4MWskNTXfbXGn/A7766q0ZVKgsxzk52h9RIUkvzbOuXEWQdqfXsQ==
|
||||
index-modules@^0.4.3:
|
||||
version "0.4.3"
|
||||
resolved "https://registry.yarnpkg.com/index-modules/-/index-modules-0.4.3.tgz#35bf9251ac2c1203bdc76ef8e2a8a034bf43f8cb"
|
||||
integrity sha512-AsdHtPOUx0fo5HfNX/IZrPYLrSYdtIdy9Y5OfinHodpWy2jFXwrN7eJi6a3soXOCxlAal9AACop939nOQNnJYA==
|
||||
dependencies:
|
||||
getopts "^2.3.0"
|
||||
lodash "^4.17.4"
|
||||
|
Loading…
Reference in New Issue
Block a user