Commit e0ab096b authored by XhmikosR's avatar XhmikosR
Browse files

Update all devDependencies.

Kept back karma-qunit and qunitjs because tests fail.
parent c8d7eeca
Showing with 753 additions and 536 deletions
+753 -536
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<script src="https://code.jquery.com/qunit/qunit-2.4.1.js"></script> <script src="https://code.jquery.com/qunit/qunit-2.4.1.js"></script>
<!-- Sinon --> <!-- Sinon -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.4.5/sinon-no-sourcemaps.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.4.6/sinon-no-sourcemaps.min.js"></script>
<script> <script>
// Disable jQuery event aliases to ensure we don't accidentally use any of them // Disable jQuery event aliases to ensure we don't accidentally use any of them
......
This diff is collapsed.
...@@ -86,9 +86,9 @@ ...@@ -86,9 +86,9 @@
"popper.js": "^1.14.0" "popper.js": "^1.14.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.0.0-beta.40", "@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.40", "@babel/core": "7.0.0-beta.42",
"@babel/preset-env": "7.0.0-beta.40", "@babel/preset-env": "7.0.0-beta.42",
"autoprefixer": "^8.1.0", "autoprefixer": "^8.1.0",
"babel-eslint": "^8.2.2", "babel-eslint": "^8.2.2",
"babel-plugin-istanbul": "^4.1.5", "babel-plugin-istanbul": "^4.1.5",
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
"bundlesize": "^0.16.0", "bundlesize": "^0.16.0",
"clean-css-cli": "^4.1.11", "clean-css-cli": "^4.1.11",
"cross-env": "^5.1.4", "cross-env": "^5.1.4",
"eslint": "^4.18.2", "eslint": "^4.19.0",
"eslint-plugin-compat": "^2.2.0", "eslint-plugin-compat": "^2.2.0",
"glob": "^7.1.2", "glob": "^7.1.2",
"htmllint-cli": "^0.0.6", "htmllint-cli": "^0.0.6",
...@@ -114,19 +114,19 @@ ...@@ -114,19 +114,19 @@
"popper.js": "^1.14.0", "popper.js": "^1.14.0",
"postcss-cli": "^5.0.0", "postcss-cli": "^5.0.0",
"qunitjs": "^2.4.1", "qunitjs": "^2.4.1",
"rollup": "^0.56.5", "rollup": "^0.57.1",
"rollup-plugin-babel": "4.0.0-beta.0", "rollup-plugin-babel": "4.0.0-beta.2",
"rollup-plugin-node-resolve": "^3.2.0", "rollup-plugin-node-resolve": "^3.3.0",
"shelljs": "^0.8.1", "shelljs": "^0.8.1",
"shx": "^0.2.2", "shx": "^0.2.2",
"sinon": "^4.4.5", "sinon": "^4.4.6",
"sri-toolbox": "^0.2.0", "sri-toolbox": "^0.2.0",
"stylelint": "^9.1.2", "stylelint": "^9.1.3",
"stylelint-config-recommended-scss": "^3.1.0", "stylelint-config-recommended-scss": "^3.1.0",
"stylelint-config-standard": "^18.2.0", "stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1", "stylelint-order": "^0.8.1",
"stylelint-scss": "^2.5.0", "stylelint-scss": "^2.5.0",
"uglify-js": "^3.3.14", "uglify-js": "^3.3.16",
"vnu-jar": "^17.11.1", "vnu-jar": "^17.11.1",
"workbox-build": "^3.0.0" "workbox-build": "^3.0.0"
}, },
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
"dependencies": {}, "dependencies": {},
"peerDependencies": { "peerDependencies": {
"jquery": "1.9.1 - 3", "jquery": "1.9.1 - 3",
"popper.js": "^1.14.0" "popper.js": "^1.14.1"
} }
} }
} }
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