mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Update dependencies (#319)
This commit is contained in:
parent
31eebf2d05
commit
513bdb3941
2 changed files with 14 additions and 13 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"repository": "zeit/hyperterm",
|
||||
"dependencies": {
|
||||
"aphrodite-simple": "0.4.1",
|
||||
"hterm-umdjs": "1.1.2",
|
||||
"hterm-umdjs": "1.1.3",
|
||||
"json-loader": "0.5.4",
|
||||
"mousetrap": "1.6.0",
|
||||
"ms": "0.7.1",
|
||||
|
|
@ -24,15 +24,15 @@
|
|||
"devDependencies": {
|
||||
"babel-cli": "6.10.1",
|
||||
"babel-core": "6.10.4",
|
||||
"babel-eslint": "6.1.1",
|
||||
"babel-eslint": "6.1.2",
|
||||
"babel-loader": "6.2.4",
|
||||
"babel-preset-es2015-native-modules": "6.6.0",
|
||||
"babel-preset-es2015-native-modules": "6.9.0",
|
||||
"babel-preset-react": "6.11.1",
|
||||
"eslint": "3.0.1",
|
||||
"eslint": "3.1.1",
|
||||
"eslint-config-standard": "5.3.5",
|
||||
"eslint-plugin-promise": "1.3.2",
|
||||
"eslint-plugin-promise": "2.0.0",
|
||||
"eslint-plugin-react": "5.2.2",
|
||||
"eslint-plugin-standard": "1.3.2",
|
||||
"eslint-plugin-standard": "2.0.0",
|
||||
"webpack": "2.1.0-beta.15"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
|
|||
15
package.json
15
package.json
|
|
@ -9,7 +9,7 @@
|
|||
"child_pty": "3.0.1",
|
||||
"convert-css-color-name-to-hex": "0.1.1",
|
||||
"default-shell": "1.0.1",
|
||||
"electron-config": "0.2.0",
|
||||
"electron-config": "0.2.1",
|
||||
"electron-is-dev": "0.1.1",
|
||||
"gaze": "1.1.0",
|
||||
"mkdirp": "0.5.1",
|
||||
|
|
@ -18,12 +18,13 @@
|
|||
"uid2": "0.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron-packager": "7.1.0",
|
||||
"electron-prebuilt": "1.2.5",
|
||||
"eslint": "2.13.1",
|
||||
"eslint-config-standard": "5.3.1",
|
||||
"eslint-plugin-promise": "1.3.2",
|
||||
"eslint-plugin-standard": "1.3.2"
|
||||
"electron-packager": "7.3.0",
|
||||
"electron-prebuilt": "1.2.7",
|
||||
"eslint": "3.1.1",
|
||||
"eslint-config-standard": "5.3.5",
|
||||
"eslint-plugin-promise": "2.0.0",
|
||||
"eslint-plugin-react": "5.2.2",
|
||||
"eslint-plugin-standard": "2.0.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "standard",
|
||||
|
|
|
|||
Loading…
Reference in a new issue