Skip to content

Commit

Permalink
Update devDependencies. (#24762)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and Johann-S committed Nov 13, 2017
1 parent f251e72 commit 1354a92
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 73 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ cdn:
js_hash: "sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"
jquery: "https://code.jquery.com/jquery-3.2.1.slim.min.js"
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.6/umd/popper.min.js"
popper_hash: "sha384-W1IgCZfiFCplncoIxD5rld+uzdB6FlcG2vm4qjrCP5Z7uUt7vnwbztJXeqXgd26w"
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.7/umd/popper.min.js"
popper_hash: "sha384-TUSpaPr16YQQOdRqTlO+JgktHTijOcvPtWvOyfo7F6Usp/LtNvvmKLpZ+NSgVdjA"
2 changes: 1 addition & 1 deletion nuget/bootstrap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="[3.0.0,4)" />
<dependency id="popper.js" version="[1.12.6,2)" />
<dependency id="popper.js" version="[1.12.7,2)" />
</dependencies>
<tags>css mobile-first responsive front-end framework web</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion nuget/bootstrap.sass.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies>
<dependency id="jQuery" version="[3.0.0,4)" />
<dependency id="popper.js" version="[1.12.6,2)" />
<dependency id="popper.js" version="[1.12.7,2)" />
</dependencies>
<tags>css sass mobile-first responsive front-end framework web</tags>
</metadata>
Expand Down
95 changes: 46 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,43 +77,43 @@
"dependencies": {},
"peerDependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "^1.12.6"
"popper.js": "^1.12.7"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.31",
"@babel/core": "7.0.0-beta.31",
"@babel/preset-env": "7.0.0-beta.31",
"autoprefixer": "^7.1.2",
"autoprefixer": "^7.1.6",
"babel-eslint": "^8.0.2",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"bundlesize": "^0.15.2",
"clean-css-cli": "^4.1.6",
"cross-env": "^5.0.5",
"eslint": "^4.2.0",
"eslint-plugin-compat": "^2.0.1",
"bundlesize": "^0.15.3",
"clean-css-cli": "^4.1.10",
"cross-env": "^5.1.1",
"eslint": "^4.11.0",
"eslint-plugin-compat": "^2.1.0",
"htmllint-cli": "^0.0.6",
"jsunitsaucelabs": "^1.2.0",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",
"npm-run-all": "^4.0.2",
"phantomjs-prebuilt": "^2.1.14",
"popper.js": "^1.12.6",
"postcss-cli": "^4.1.0",
"jsunitsaucelabs": "^1.3.0",
"node-sass": "^4.6.1",
"nodemon": "^1.12.1",
"npm-run-all": "^4.1.2",
"phantomjs-prebuilt": "^2.1.16",
"popper.js": "^1.12.7",
"postcss-cli": "^4.1.1",
"qunit-phantomjs-runner": "^2.3.0",
"qunitjs": "^2.4.0",
"rollup": "^0.51.1",
"qunitjs": "^2.4.1",
"rollup": "^0.51.5",
"rollup-plugin-babel": "4.0.0-beta.0",
"rollup-plugin-node-resolve": "^3.0.0",
"shelljs": "^0.7.8",
"shx": "^0.2.2",
"stylelint": "^8.1.1",
"stylelint": "^8.2.0",
"stylelint-config-recommended-scss": "^2.0.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-order": "^0.7.0",
"stylelint-scss": "^2.1.0",
"uglify-js": "^3.0.24",
"uglify-js": "^3.1.9",
"vnu-jar": "^17.11.1",
"workbox-build": "^2.0.1"
"workbox-build": "^2.1.1"
},
"engines": {
"node": ">=6"
Expand Down Expand Up @@ -199,7 +199,7 @@
"dependencies": {},
"peerDependencies": {
"jquery": "^3.0.0",
"popper.js": "^1.12.6"
"popper.js": "^1.12.7"
}
}
}

0 comments on commit 1354a92

Please sign in to comment.