mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Update dependencies and gems (#26234)
This commit is contained in:
+19
-19
@@ -85,20 +85,20 @@
|
||||
"dependencies": {},
|
||||
"peerDependencies": {
|
||||
"jquery": "1.9.1 - 3",
|
||||
"popper.js": "^1.14.0"
|
||||
"popper.js": "^1.14.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.0.0-beta.42",
|
||||
"@babel/core": "7.0.0-beta.42",
|
||||
"@babel/preset-env": "7.0.0-beta.42",
|
||||
"autoprefixer": "^8.1.0",
|
||||
"@babel/cli": "7.0.0-beta.44",
|
||||
"@babel/core": "7.0.0-beta.44",
|
||||
"@babel/preset-env": "7.0.0-beta.44",
|
||||
"autoprefixer": "^8.2.0",
|
||||
"babel-eslint": "^8.2.2",
|
||||
"babel-plugin-istanbul": "^4.1.5",
|
||||
"babel-plugin-istanbul": "^4.1.6",
|
||||
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
|
||||
"bundlesize": "^0.16.0",
|
||||
"bundlesize": "^0.17.0",
|
||||
"clean-css-cli": "^4.1.11",
|
||||
"cross-env": "^5.1.4",
|
||||
"eslint": "^4.19.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-plugin-compat": "^2.2.0",
|
||||
"glob": "^7.1.2",
|
||||
"htmllint-cli": "^0.0.6",
|
||||
@@ -106,14 +106,14 @@
|
||||
"karma": "^2.0.0",
|
||||
"karma-chrome-launcher": "^2.2.0",
|
||||
"karma-coverage-istanbul-reporter": "^1.4.2",
|
||||
"karma-detect-browsers": "^2.2.6",
|
||||
"karma-detect-browsers": "^2.3.2",
|
||||
"karma-firefox-launcher": "^1.1.0",
|
||||
"karma-qunit": "^1.2.1",
|
||||
"karma-sinon": "^1.0.5",
|
||||
"node-sass": "^4.7.2",
|
||||
"nodemon": "^1.17.2",
|
||||
"node-sass": "^4.8.3",
|
||||
"nodemon": "^1.17.3",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"popper.js": "^1.14.0",
|
||||
"popper.js": "^1.14.3",
|
||||
"postcss-cli": "^5.0.0",
|
||||
"qunitjs": "^2.4.1",
|
||||
"rollup": "^0.57.1",
|
||||
@@ -121,16 +121,16 @@
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"shelljs": "^0.8.1",
|
||||
"shx": "^0.2.2",
|
||||
"sinon": "^4.4.6",
|
||||
"sinon": "^4.5.0",
|
||||
"sri-toolbox": "^0.2.0",
|
||||
"stylelint": "^9.1.3",
|
||||
"stylelint-config-recommended-scss": "^3.1.0",
|
||||
"stylelint": "^9.2.0",
|
||||
"stylelint-config-recommended-scss": "^3.2.0",
|
||||
"stylelint-config-standard": "^18.2.0",
|
||||
"stylelint-order": "^0.8.1",
|
||||
"stylelint-scss": "^2.5.0",
|
||||
"uglify-js": "^3.3.16",
|
||||
"vnu-jar": "^17.11.1",
|
||||
"workbox-build": "^3.0.0"
|
||||
"stylelint-scss": "^3.0.0",
|
||||
"uglify-js": "^3.3.20",
|
||||
"vnu-jar": "^18.3.0",
|
||||
"workbox-build": "^3.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
|
||||
Reference in New Issue
Block a user