Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsmorais committed Sep 27, 2019
1 parent 32d09cd commit 9641b14
Show file tree
Hide file tree
Showing 2 changed files with 784 additions and 667 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@
"homepage": "https://github.com/jcsmorais/shortcut-buttons-flatpickr#readme",
"devDependencies": {
"@types/expect.js": "^0.3.29",
"@types/express": "^4.17.0",
"@types/express": "^4.17.1",
"@types/jsdom": "^12.2.4",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.8",
"@types/node": "^12.7.8",
"@types/sinon": "^7.0.13",
"@types/stylus": "^0.48.31",
"@types/webpack": "^4.32.0",
"@wdio/cli": "^5.11.6",
"@wdio/local-runner": "^5.11.6",
"@wdio/mocha-framework": "^5.11.0",
"@wdio/selenium-standalone-service": "^5.11.2",
"@wdio/spec-reporter": "^5.11.6",
"@wdio/sync": "^5.11.0",
"autoprefixer-stylus": "^0.14.0",
"coveralls": "^3.0.5",
"css-loader": "^3.1.0",
"@types/webpack": "^4.39.1",
"@wdio/cli": "^5.13.2",
"@wdio/local-runner": "^5.13.2",
"@wdio/mocha-framework": "^5.13.2",
"@wdio/selenium-standalone-service": "^5.13.2",
"@wdio/spec-reporter": "^5.13.2",
"@wdio/sync": "^5.13.2",
"autoprefixer-stylus": "^1.0.0",
"coveralls": "^3.0.6",
"css-loader": "^3.2.0",
"expect.js": "^0.3.1",
"express": "^4.17.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"flatpickr": "^4.6.2",
"flatpickr": "^4.6.3",
"forever": "^1.0.0",
"jsdom": "^15.1.1",
"jsdom-global": "^3.0.2",
Expand All @@ -72,17 +72,17 @@
"nyc": "^14.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sinon": "^7.2.7",
"stylus": "^0.54.5",
"sinon": "^7.5.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"ts-loader": "^6.0.4",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"ts-loader": "^6.1.2",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-loader": "^3.6.0",
"typescript": "^3.5.3",
"webdriverio": "^5.11.6",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"typescript": "^3.6.3",
"webdriverio": "^5.13.2",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"yarn-run-all": "^3.1.1"
},
"dependencies": {},
Expand Down

0 comments on commit 9641b14

Please sign in to comment.