Revert Lerna

This commit is contained in:
Gregory Schier
2018-07-20 16:51:31 -04:00
parent 307c349fb2
commit 2ffb15ac1d
4 changed files with 47 additions and 63 deletions

View File

@@ -1,5 +1,5 @@
{
"lerna": "2.11.0",
"lerna": "2.5.1",
"version": "independent",
"packages": ["plugins/*", "packages/*"]
}

100
package-lock.json generated
View File

@@ -5427,9 +5427,9 @@
"dev": true
},
"lerna": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/lerna/-/lerna-2.11.0.tgz",
"integrity": "sha512-kgM6zwe2P2tR30MYvgiLLW+9buFCm6E7o8HnRlhTgm70WVBvXVhydqv+q/MF2HrVZkCawfVtCfetyQmtd4oHhQ==",
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/lerna/-/lerna-2.5.1.tgz",
"integrity": "sha512-Qz2fajqCPtZf4SFQQpQ2R/Ml/RvGvTNuIHix/vAMMSAdbtnPe2QTw34vLD24Clfsfy8FEojy+tqsjejWKqkDFw==",
"dev": true,
"requires": {
"async": "1.5.2",
@@ -5451,7 +5451,7 @@
"hosted-git-info": "2.5.0",
"inquirer": "3.3.0",
"is-ci": "1.0.10",
"load-json-file": "4.0.0",
"load-json-file": "3.0.0",
"lodash": "4.17.10",
"minimatch": "3.0.4",
"npmlog": "4.1.2",
@@ -5459,12 +5459,11 @@
"package-json": "4.0.1",
"path-exists": "3.0.0",
"read-cmd-shim": "1.0.1",
"read-pkg": "3.0.0",
"read-pkg": "2.0.0",
"rimraf": "2.6.2",
"safe-buffer": "5.1.1",
"semver": "5.4.1",
"signal-exit": "3.0.2",
"slash": "1.0.0",
"strong-log-transformer": "1.0.6",
"temp-write": "3.4.0",
"write-file-atomic": "2.3.0",
@@ -5550,55 +5549,50 @@
}
},
"load-json-file": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
"integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-3.0.0.tgz",
"integrity": "sha1-frNzXZg6ftImKt5P92mvU2nFxEA=",
"dev": true,
"requires": {
"graceful-fs": "4.1.11",
"parse-json": "4.0.0",
"pify": "3.0.0",
"parse-json": "3.0.0",
"pify": "2.3.0",
"strip-bom": "3.0.0"
}
},
"parse-json": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
"integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-3.0.0.tgz",
"integrity": "sha1-+m9HsY4jgm6tMvJj50TQ4ehH+xM=",
"dev": true,
"requires": {
"error-ex": "1.3.1",
"json-parse-better-errors": "1.0.1"
"error-ex": "1.3.1"
}
},
"path-type": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
"integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
"integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
"dev": true,
"requires": {
"pify": "3.0.0"
"pify": "2.3.0"
}
},
"pify": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"dev": true
},
"read-pkg": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
"integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
"dev": true,
"requires": {
"load-json-file": "4.0.0",
"normalize-package-data": "2.4.0",
"path-type": "3.0.0"
}
},
"read-pkg-up": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
"integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
"integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
"dev": true,
"requires": {
"find-up": "2.1.0",
"read-pkg": "2.0.0"
"load-json-file": "2.0.0",
"normalize-package-data": "2.4.0",
"path-type": "2.0.0"
},
"dependencies": {
"load-json-file": {
@@ -5621,35 +5615,19 @@
"requires": {
"error-ex": "1.3.1"
}
},
"path-type": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
"integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
"dev": true,
"requires": {
"pify": "2.3.0"
}
},
"pify": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
"dev": true
},
"read-pkg": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
"integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
"dev": true,
"requires": {
"load-json-file": "2.0.0",
"normalize-package-data": "2.4.0",
"path-type": "2.0.0"
}
}
}
},
"read-pkg-up": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
"integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
"dev": true,
"requires": {
"find-up": "2.1.0",
"read-pkg": "2.0.0"
}
},
"strip-ansi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",

View File

@@ -25,7 +25,7 @@
"devDependencies": {
"husky": "^1.0.0-rc.9",
"jest": "^22.1.1",
"lerna": "^2.11.0",
"lerna": "^2.5.1",
"prettier": "^1.13.6",
"pretty-quick": "^1.6.0",
"webpack": "^4.8.3"

View File

@@ -102,6 +102,12 @@
background-color: @hl-xxs;
}
// Because <select> is weird
select {
padding-top: 0;
padding-bottom: 0;
}
&:not(.form-control--tall) {
.input,
input,