Skip to content

Commit

Permalink
Update xterm to 3.4.1 (#3032)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla authored and chabou committed Dec 15, 2018
1 parent ae3d1f0 commit 17e8746
Show file tree
Hide file tree
Showing 2 changed files with 1,103 additions and 541 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:unit": "ava test/unit",
"test:unit:watch": "yarn run test:unit -- --watch",
"prepush": "yarn test",
"postinstall": "electron-builder install-app-deps && yarn run rebuild-node-pty && yarn --cwd node_modules/xterm",
"postinstall": "electron-builder install-app-deps && yarn run rebuild-node-pty",
"rebuild-node-pty": "electron-rebuild -f -w app/node_modules/node-pty -m app",
"dist":
"yarn run build && cross-env BABEL_ENV=production babel --out-file app/renderer/bundle.js --no-comments --minified app/renderer/bundle.js && build",
Expand Down Expand Up @@ -200,7 +200,7 @@
"styled-jsx": "2.2.6",
"stylis": "3.5.0",
"uuid": "3.1.0",
"xterm": "chabou/xterm.js#7cb4b8e"
"xterm": "3.4.1"
},
"devDependencies": {
"ava": "0.25.0",
Expand All @@ -216,10 +216,10 @@
"electron-builder-squirrel-windows": "20.5.0",
"electron-devtools-installer": "2.2.3",
"electron-rebuild": "1.7.3",
"eslint": "^4.7.2",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.3.0",
"eslint": "4.7.2",
"eslint-config-prettier": "2.6.0",
"eslint-plugin-prettier": "2.3.1",
"eslint-plugin-react": "7.3.0",
"husky": "0.14.3",
"inquirer": "5.1.0",
"node-gyp": "3.6.2",
Expand Down
Loading

0 comments on commit 17e8746

Please sign in to comment.