Skip to content

Commit

Permalink
Bump dependencies (wulkano#632)
Browse files Browse the repository at this point in the history
And move `husky` to dev dependencies.
  • Loading branch information
sindresorhus authored Feb 16, 2019
1 parent d51fc62 commit bccd277
Show file tree
Hide file tree
Showing 2 changed files with 1,307 additions and 905 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,43 +25,42 @@
"name": "Kap"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.16",
"@sentry/browser": "^4.4.1",
"@sentry/electron": "^0.14.0",
"@ffmpeg-installer/ffmpeg": "^1.0.17",
"@sentry/browser": "^4.6.1",
"@sentry/electron": "^0.15.0",
"@sindresorhus/do-not-disturb": "^0.2.0",
"@sindresorhus/to-milliseconds": "^1.0.0",
"ajv": "^6.6.1",
"ajv": "^6.9.1",
"aperture": "^5.1.0",
"base64-img": "^1.0.4",
"classnames": "^2.2.6",
"delay": "^4.1.0",
"electron-better-ipc": "^0.1.1",
"electron-better-ipc": "^0.1.2",
"electron-log": "^2.2.17",
"electron-next": "^3.1.5",
"electron-store": "^2.0.0",
"electron-updater": "^4.0.6",
"electron-util": "^0.10.2",
"electron-util": "^0.11.0",
"execa": "^1.0.0",
"file-icon": "^3.0.0",
"first-run": "^1.2.0",
"got": "^9.4.0",
"got": "^9.6.0",
"hide-desktop-icons": "^0.4.0",
"husky": "^1.2.0",
"insight": "^0.10.1",
"lodash": "^4.17.10",
"mac-windows": "^0.7.1",
"macos-version": "^4.1.0",
"make-dir": "^1.3.0",
"moment": "^2.22.2",
"macos-version": "^5.0.0",
"make-dir": "^2.0.0",
"moment": "^2.24.0",
"move-file": "^1.0.0",
"nearest-normal-aspect-ratio": "^1.2.1",
"node-mac-app-icon": "^1.4.0",
"npm": "^6.5.0",
"npm": "^6.8.0",
"p-cancelable": "^1.0.0",
"p-event": "^2.1.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"p-event": "^2.3.1",
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-linkify": "^0.2.2",
"semver": "^5.6.0",
"tempy": "^0.2.1",
Expand All @@ -71,11 +70,12 @@
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"electron": "^4.0.0",
"electron-builder": "^20.38.3",
"electron": "^4.0.5",
"electron-builder": "^20.38.5",
"eslint-config-xo-react": "^0.18.0",
"eslint-plugin-react": "^7.12.3",
"next": "^7.0.2",
"eslint-plugin-react": "^7.12.4",
"husky": "^1.3.1",
"next": "^8.0.1",
"xo": "^0.24.0"
},
"xo": {
Expand Down
Loading

0 comments on commit bccd277

Please sign in to comment.