Skip to content

Commit

Permalink
Bump some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Dec 5, 2018
1 parent dd70fa4 commit 1740291
Show file tree
Hide file tree
Showing 4 changed files with 439 additions and 384 deletions.
26 changes: 13 additions & 13 deletions docs/welcome/css/welcome.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3>Including</h3>

<script type="text/plain" class="language-markup" id="hero-including-code">
<link rel="stylesheet" href="/dist/css/shepherd-theme-default.css"/>
<script src="shepherd.min.js">&lt;/script>
<script src="/dist/js/shepherd.min.js">&lt;/script>
</script>
</div>

Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"dependencies": {
"element-matches": "^0.1.2",
"lodash-es": "^4.17.11",
"tippy.js": "^3.1.1"
"tippy.js": "^3.3.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.3.1",
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"autoprefixer": "^9.4.2",
"babel-loader": "^8.0.4",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-istanbul": "^5.1.0",
Expand All @@ -68,16 +68,16 @@
"codeclimate-test-reporter": "^0.5.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.1",
"cypress": "^3.1.1",
"cypress": "^3.1.3",
"del": "^3.0.0",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.8.0",
"eslint": "^5.9.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-mocha": "^5.1.0",
"eslint-plugin-ship-shape": "^0.6.0",
"extract-loader": "^3.0.0",
"extract-loader": "^3.1.0",
"file-loader": "^2.0.0",
"glob": "^7.1.3",
"http-server": "^0.11.1",
Expand All @@ -89,18 +89,19 @@
"mocha-headless-chrome": "^2.0.1",
"node-sass": "^4.10.0",
"nyc": "13.0.1",
"postcss": "^7.0.5",
"postcss": "^7.0.6",
"postcss-loader": "^3.0.0",
"replace": "^1.0.0",
"sass-loader": "^7.1.0",
"sinon": "^7.1.1",
"source-map-loader": "^0.2.3",
"start-server-and-test": "^1.7.7",
"start-server-and-test": "^1.7.11",
"style-loader": "^0.23.1",
"stylelint": "^8.4.0",
"stylelint-config-ship-shape": "^0.4.0",
"stylelint-webpack-plugin": "^0.10.5",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.25.0",
"webpack": "^4.27.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
Expand Down
Loading

0 comments on commit 1740291

Please sign in to comment.