Merge pull request #1363 from dvdknaap/upgradedPackages

chore: packages upgrades
This commit is contained in:
Federico Zivolo 2019-05-17 13:08:44 +02:00 committed by GitHub
commit eb9334d088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 21 deletions

View File

@ -45,24 +45,24 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0-beta.38",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.38",
"@babel/preset-env": "^7.0.0-beta.38",
"babel-core": "^6.25.0",
"babel-minify": "^0.2.0",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-core": "^6.26.3",
"babel-minify": "^0.5.0",
"babel-plugin-module-resolver": "3",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"bootstrap": "^4.0.0",
"bootstrap": "^4.3.1",
"cssnano-cli": "^1.0.5",
"jquery": ">=3.0.0",
"node-sass": "^4.5.3",
"node-sass-tilde-importer": "^1.0.0",
"popper.js": "^1.11.0",
"prettier": "^1.5.3",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.2"
"jquery": ">=3.4.1",
"node-sass": "^4.12.0",
"node-sass-tilde-importer": "^1.0.2",
"popper.js": "^1.15.0",
"prettier": "^1.17.0",
"rollup": "^1.11.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3"
},
"files": [
"dist",

View File

@ -8,14 +8,15 @@ const babelOptions = JSON.parse(fs.readFileSync('./.babelrc'));
export default {
output: {
format: 'umd',
},
globals: {
jquery: 'jQuery',
'popper.js': 'Popper',
globals: {
jquery: 'jQuery',
'popper.js': 'Popper',
},
},
external: ['jquery', 'popper.js'],
plugins: [
babel({
exclude: 'node_modules/**', // only transpile our source code
externalHelpersWhitelist: [
// Include only required helpers
'defineProperties',
@ -25,7 +26,7 @@ export default {
],
}),
resolve({
module: true,
mainFields: ['module', 'main'], // Default: ['module', 'main']
}),
cjs({
include: ['node_modules/bootstrap/**', 'node_modules/jquery/**'],

View File

@ -156,7 +156,7 @@
// on focus set borders and labels to the validation color
// Use the BS provided mixin for the bulk of the color
@include form-validation-state("valid", $label-color);
@include form-validation-state("valid", $label-color, "none");
[class^='bmd-label'],
[class*=' bmd-label'] {