1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 12:51:52 +02:00

Update devDependencies.

This commit is contained in:
XhmikosR
2019-09-24 12:34:57 +03:00
parent 84861ceadb
commit 04796b8f3a
4 changed files with 434 additions and 248 deletions

View File

@@ -35,10 +35,12 @@
"error", "error",
"never" "never"
], ],
"unicorn/consistent-function-scoping": "off",
"unicorn/explicit-length-check": "off", "unicorn/explicit-length-check": "off",
"unicorn/import-index": "off", "unicorn/import-index": "off",
"unicorn/no-for-loop": "off", "unicorn/no-for-loop": "off",
"unicorn/no-unused-properties": "error", "unicorn/no-unused-properties": "error",
"unicorn/prefer-dataset": "off",
"unicorn/prefer-includes": "off", "unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off", "unicorn/prefer-node-append": "off",
"unicorn/prefer-node-remove": "off", "unicorn/prefer-node-remove": "off",

654
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -87,27 +87,27 @@
"popper.js": "^1.15.0" "popper.js": "^1.15.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.6.0", "@babel/cli": "^7.6.2",
"@babel/core": "^7.6.0", "@babel/core": "^7.6.2",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5", "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.0", "@babel/preset-env": "^7.6.2",
"autoprefixer": "^9.6.1", "autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"babel-plugin-istanbul": "^5.2.0", "babel-plugin-istanbul": "^5.2.0",
"bundlesize": "^0.18.0", "bundlesize": "^0.18.0",
"clean-css-cli": "^4.3.0", "clean-css-cli": "^4.3.0",
"coveralls": "^3.0.6", "coveralls": "^3.0.6",
"cross-env": "^5.2.1", "cross-env": "^6.0.0",
"eslint": "^6.3.0", "eslint": "^6.4.0",
"eslint-config-xo": "^0.26.0", "eslint-config-xo": "^0.26.0",
"eslint-plugin-import": "^2.18.2", "eslint-plugin-import": "^2.18.2",
"eslint-plugin-unicorn": "^10.0.0", "eslint-plugin-unicorn": "^11.0.2",
"find-unused-sass-variables": "^0.5.0", "find-unused-sass-variables": "^0.5.0",
"glob": "^7.1.4", "glob": "^7.1.4",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"hugo-bin": "^0.46.2", "hugo-bin": "^0.46.3",
"ip": "^1.1.5", "ip": "^1.1.5",
"jasmine-core": "^3.4.0", "jasmine-core": "^3.5.0",
"karma": "^4.3.0", "karma": "^4.3.0",
"karma-browserstack-launcher": "1.4.0", "karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0", "karma-chrome-launcher": "^3.1.0",
@@ -123,15 +123,15 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"popper.js": "^1.15.0", "popper.js": "^1.15.0",
"postcss-cli": "^6.1.3", "postcss-cli": "^6.1.3",
"rollup": "^1.21.2", "rollup": "^1.21.4",
"rollup-plugin-babel": "^4.3.3", "rollup-plugin-babel": "^4.3.3",
"rollup-plugin-istanbul": "^2.0.1", "rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-node-resolve": "^5.2.0",
"serve": "^11.1.0", "serve": "^11.1.0",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"shx": "^0.3.2", "shx": "^0.3.2",
"stylelint": "^10.1.0", "stylelint": "^11.0.0",
"stylelint-config-twbs-bootstrap": "^0.4.0", "stylelint-config-twbs-bootstrap": "^0.6.0",
"terser": "^4.3.1", "terser": "^4.3.1",
"vnu-jar": "19.9.4" "vnu-jar": "19.9.4"
}, },

View File

@@ -33,7 +33,9 @@
"never" "never"
], ],
"strict": "error", "strict": "error",
"unicorn/consistent-function-scoping": "off",
"unicorn/no-for-loop": "off", "unicorn/no-for-loop": "off",
"unicorn/prefer-dataset": "off",
"unicorn/prefer-includes": "off", "unicorn/prefer-includes": "off",
"unicorn/prefer-node-append": "off", "unicorn/prefer-node-append": "off",
"unicorn/prefer-query-selector": "off", "unicorn/prefer-query-selector": "off",