0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #15122 from twbs/bump-remarkable

bump remarkable devDependency to ~1.4.1
This commit is contained in:
Chris Rebert 2014-11-13 13:54:40 -08:00
commit b26eb44305
2 changed files with 13 additions and 23 deletions

View File

@ -57,7 +57,7 @@
"grunt-sed": "~0.1.1", "grunt-sed": "~0.1.1",
"load-grunt-tasks": "~1.0.0", "load-grunt-tasks": "~1.0.0",
"npm-shrinkwrap": "5.0.0", "npm-shrinkwrap": "5.0.0",
"remarkable": "~1.4.0", "remarkable": "~1.4.1",
"time-grunt": "~1.0.0" "time-grunt": "~1.0.0"
}, },
"engines": { "engines": {

View File

@ -244,8 +244,8 @@
"resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-3.1.2.tgz", "resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-3.1.2.tgz",
"dependencies": { "dependencies": {
"caniuse-db": { "caniuse-db": {
"version": "1.0.30000023", "version": "1.0.30000020",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000023.tgz" "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000020.tgz"
}, },
"postcss": { "postcss": {
"version": "2.2.6", "version": "2.2.6",
@ -1002,8 +1002,8 @@
} }
}, },
"clean-css": { "clean-css": {
"version": "2.2.17", "version": "2.2.16",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.2.17.tgz", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.2.16.tgz",
"dependencies": { "dependencies": {
"commander": { "commander": {
"version": "2.2.0", "version": "2.2.0",
@ -1528,8 +1528,8 @@
"resolved": "https://registry.npmjs.org/less/-/less-1.7.5.tgz", "resolved": "https://registry.npmjs.org/less/-/less-1.7.5.tgz",
"dependencies": { "dependencies": {
"clean-css": { "clean-css": {
"version": "2.2.17", "version": "2.2.16",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.2.17.tgz", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.2.16.tgz",
"dependencies": { "dependencies": {
"commander": { "commander": {
"version": "2.2.0", "version": "2.2.0",
@ -2709,6 +2709,10 @@
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.1.0.tgz" "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.1.0.tgz"
}, },
"vow": {
"version": "0.4.7",
"resolved": "https://registry.npmjs.org/vow/-/vow-0.4.7.tgz"
},
"vow-fs": { "vow-fs": {
"version": "0.3.3", "version": "0.3.3",
"resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.3.tgz", "resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.3.tgz",
@ -4066,8 +4070,8 @@
} }
}, },
"remarkable": { "remarkable": {
"version": "1.4.0", "version": "1.4.1",
"resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.4.0.tgz", "resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.4.1.tgz",
"dependencies": { "dependencies": {
"argparse": { "argparse": {
"version": "0.1.15", "version": "0.1.15",
@ -4095,20 +4099,6 @@
"version": "3.0.1", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.0.1.tgz", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.0.1.tgz",
"dependencies": { "dependencies": {
"argparse": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.15.tgz",
"dependencies": {
"underscore": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz"
},
"underscore.string": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz"
}
}
},
"esprima": { "esprima": {
"version": "1.0.4", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz" "resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"