Commit 0b12f61e authored by XhmikosR's avatar XhmikosR
Browse files

Update devDependencies.

parent f4877dbf
Showing with 821 additions and 999 deletions
+821 -999
...@@ -54,5 +54,5 @@ params: ...@@ -54,5 +54,5 @@ params:
js_hash: "sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" js_hash: "sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
js_bundle: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" js_bundle: "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
js_bundle_hash: "sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o" js_bundle_hash: "sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o"
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.15.0/umd/popper.min.js"
popper_hash: "sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" popper_hash: "sha384-L2pyEeut/H3mtgCBaUNw7KWzp5n9+4pDQiExs933/5QfaTh8YStYFFkOzSoXjlTb"
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<copyright>Copyright 2017-2019</copyright> <copyright>Copyright 2017-2019</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies> <dependencies>
<dependency id="popper.js" version="[1.14.0,2)" /> <dependency id="popper.js" version="[1.15.0,2)" />
</dependencies> </dependencies>
<tags>css mobile-first responsive front-end framework web</tags> <tags>css mobile-first responsive front-end framework web</tags>
</metadata> </metadata>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<copyright>Copyright 2017-2019</copyright> <copyright>Copyright 2017-2019</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies> <dependencies>
<dependency id="popper.js" version="[1.14.0,2)" /> <dependency id="popper.js" version="[1.15.0,2)" />
</dependencies> </dependencies>
<tags>css sass mobile-first responsive front-end framework web</tags> <tags>css sass mobile-first responsive front-end framework web</tags>
</metadata> </metadata>
......
This diff is collapsed.
...@@ -103,25 +103,25 @@ ...@@ -103,25 +103,25 @@
"license": "MIT", "license": "MIT",
"dependencies": {}, "dependencies": {},
"peerDependencies": { "peerDependencies": {
"popper.js": "^1.14.7" "popper.js": "^1.15.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.2.3", "@babel/cli": "^7.4.3",
"@babel/core": "^7.4.0", "@babel/core": "^7.4.3",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0", "@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/preset-env": "^7.4.2", "@babel/preset-env": "^7.4.3",
"autoprefixer": "^9.5.0", "autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.1", "babel-plugin-istanbul": "^5.1.1",
"bundlesize": "0.15.3", "bundlesize": "0.15.3",
"clean-css-cli": "^4.2.1", "clean-css-cli": "^4.3.0",
"coveralls": "^3.0.3", "coveralls": "^3.0.3",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"eslint": "^5.15.3", "eslint": "^5.16.0",
"eslint-config-xo": "^0.26.0", "eslint-config-xo": "^0.26.0",
"eslint-plugin-import": "^2.16.0", "eslint-plugin-import": "^2.16.0",
"eslint-plugin-unicorn": "^7.1.0", "eslint-plugin-unicorn": "^8.0.2",
"find-unused-sass-variables": "^0.3.2", "find-unused-sass-variables": "^0.3.3",
"glob": "^7.1.3", "glob": "^7.1.3",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"http-server": "^0.11.1", "http-server": "^0.11.1",
...@@ -129,26 +129,26 @@ ...@@ -129,26 +129,26 @@
"ip": "^1.1.5", "ip": "^1.1.5",
"jquery": "^3.3.1", "jquery": "^3.3.1",
"karma": "^4.0.1", "karma": "^4.0.1",
"karma-browserstack-launcher": "^1.4.0", "karma-browserstack-launcher": "^1.5.1",
"karma-chrome-launcher": "^2.2.0", "karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.5", "karma-coverage-istanbul-reporter": "^2.0.5",
"karma-detect-browsers": "^2.3.3", "karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^1.1.0", "karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^3.0.0", "karma-qunit": "^3.1.1",
"karma-sinon": "^1.0.5", "karma-sinon": "^1.0.5",
"linkinator": "^1.1.7", "linkinator": "^1.2.1",
"node-sass": "^4.11.0", "node-sass": "^4.11.0",
"nodemon": "^1.18.10", "nodemon": "^1.18.11",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"popper.js": "^1.14.7", "popper.js": "^1.15.0",
"postcss-cli": "^6.1.2", "postcss-cli": "^6.1.2",
"qunit": "^2.9.2", "qunit": "^2.9.2",
"rollup": "^1.7.0", "rollup": "^1.9.3",
"rollup-plugin-babel": "^4.3.2", "rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-node-resolve": "^4.2.2",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"shx": "^0.3.2", "shx": "^0.3.2",
"sinon": "^7.3.0", "sinon": "^7.3.1",
"stylelint": "^9.10.1", "stylelint": "^9.10.1",
"stylelint-config-twbs-bootstrap": "^0.3.0", "stylelint-config-twbs-bootstrap": "^0.3.0",
"terser": "^3.17.0", "terser": "^3.17.0",
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
}, },
"dependencies": {}, "dependencies": {},
"peerDependencies": { "peerDependencies": {
"popper.js": "^1.14.7" "popper.js": "^1.15.0"
} }
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment