Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alesgenova committed Mar 1, 2019
1 parent 9bd53ea commit 6c0ddb2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "split-me",
"version": "1.1.6",
"version": "1.1.7",
"description": "Universal web component to create arbitrary split layouts ",
"module": "dist/esm/index.js",
"main": "dist/index.js",
Expand All @@ -23,16 +23,16 @@
"lodash.throttle": "^4.1.1"
},
"devDependencies": {
"@stencil/core": "^0.16.1",
"@types/jest": "^23.3.10",
"@types/lodash.throttle": "^4.1.4",
"@types/puppeteer": "1.11.1",
"husky": "^1.2.1",
"jest": "23.6.0",
"@stencil/core": "^0.18.0",
"@types/jest": "^24.0.9",
"@types/lodash.throttle": "^4.1.5",
"@types/puppeteer": "1.12.1",
"husky": "^1.3.1",
"jest": "24.1.0",
"pixelmatch": "4.0.2",
"prettier": "^1.15.3",
"pretty-quick": "^1.8.0",
"puppeteer": "1.11.0"
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"puppeteer": "1.12.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c0ddb2

Please sign in to comment.