0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Bump shelljs to ^0.7.0 (#20073)

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2016-06-04 21:45:59 -07:00
parent 98f3ab3490
commit 10c9be114b
2 changed files with 19 additions and 4 deletions

View File

@ -929,6 +929,11 @@
"version": "9.7.0", "version": "9.7.0",
"from": "globals@>=9.2.0 <10.0.0", "from": "globals@>=9.2.0 <10.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-9.7.0.tgz" "resolved": "https://registry.npmjs.org/globals/-/globals-9.7.0.tgz"
},
"shelljs": {
"version": "0.6.0",
"from": "shelljs@>=0.6.0 <0.7.0",
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.6.0.tgz"
} }
} }
}, },
@ -1716,6 +1721,11 @@
"from": "inquirer@>=0.12.0 <0.13.0", "from": "inquirer@>=0.12.0 <0.13.0",
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz" "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz"
}, },
"interpret": {
"version": "1.0.1",
"from": "interpret@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz"
},
"invariant": { "invariant": {
"version": "2.2.1", "version": "2.2.1",
"from": "invariant@>=2.2.0 <3.0.0", "from": "invariant@>=2.2.0 <3.0.0",
@ -2628,6 +2638,11 @@
} }
} }
}, },
"rechoir": {
"version": "0.6.2",
"from": "rechoir@>=0.6.2 <0.7.0",
"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz"
},
"redent": { "redent": {
"version": "1.0.0", "version": "1.0.0",
"from": "redent@>=1.0.0 <2.0.0", "from": "redent@>=1.0.0 <2.0.0",
@ -3089,9 +3104,9 @@
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz" "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz"
}, },
"shelljs": { "shelljs": {
"version": "0.6.0", "version": "0.7.0",
"from": "shelljs@>=0.6.0 <0.7.0", "from": "shelljs@>=0.7.0 <0.8.0",
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.6.0.tgz" "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.0.tgz"
}, },
"sigmund": { "sigmund": {
"version": "1.0.1", "version": "1.0.1",

View File

@ -66,7 +66,7 @@
"load-grunt-tasks": "^3.4.0", "load-grunt-tasks": "^3.4.0",
"mq4-hover-shim": "^0.3.0", "mq4-hover-shim": "^0.3.0",
"postcss-flexbugs-fixes": "^2.0.0", "postcss-flexbugs-fixes": "^2.0.0",
"shelljs": "^0.6.0", "shelljs": "^0.7.0",
"time-grunt": "^1.2.1" "time-grunt": "^1.2.1"
}, },
"engines": { "engines": {