Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Appium Desktop [![Build Status](https://travis-ci.org/appium/appium-desktop.svg?branch=master)](https://travis-ci.org/appium/appium-desktop) [![Build status](https://ci.appveyor.com/api/projects/status/gxx736n70959dl84?svg=true)](https://ci.appveyor.com/project/appium/appium-desktop-9xjtw)

[![Greenkeeper badge](https://badges.greenkeeper.io/dpgraham/appium-desktop.svg)](https://greenkeeper.io/)

Appium Desktop is an app for Mac, Windows, and Linux which gives you the power of the [Appium](http://appium.io) automation server in a beautiful and flexible UI. It is a combination of a few Appium-related tools:

* A graphical interface for the Appium Server. You can set options, start/stop the server, see logs, etc... You also don't need to use Node/NPM to install Appium, as the Node runtime comes bundled with Appium Desktop.
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,24 +92,24 @@
"electron": "./node_modules/.bin/electron"
},
"dependencies": {
"ansi-to-html": "0.5",
"antd": "2.x",
"appium": "1.6.4-beta",
"ansi-to-html": "~0.6.4",
"antd": "^3.2.0",
"appium": "1.7.2",
"bluebird": "3.x",
"css-modules-require-hook": "4.x",
"electron-debug": "1.x",
"electron-log": "^1.3.0",
"electron-settings": "2.x",
"electron-updater": "^1.7.1",
"electron-log": "^2.2.14",
"electron-settings": "^3.1.4",
"electron-updater": "^2.20.1",
"font-awesome": "4.x",
"format-json": "1.x",
"lodash": "4.x",
"moment": "2.x",
"postcss": "5.x",
"react": "15.x",
"react-dom": "15.x",
"react-redux": "4.x",
"react-router": "3.x",
"postcss": "^6.0.17",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-redux": "4.x",
"redux": "3.x",
"redux-thunk": "2.x",
Expand All @@ -122,8 +122,8 @@
"devDependencies": {
"asar": "0.x",
"babel-core": "6.x",
"babel-eslint": "7.x",
"babel-loader": "6.x",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "0.x",
"babel-plugin-dev-expression": "0.x",
"babel-plugin-transform-remove-console": "6.x",
Expand All @@ -137,39 +137,39 @@
"babel-preset-stage-0": "6.x",
"babel-register": "6.x",
"concurrently": "3.x",
"cross-env": "3.x",
"cross-env": "^5.1.3",
"css-loader": "0.x",
"del": "2.x",
"del": "^3.0.0",
"devtron": "1.x",
"electron-builder": "^13.11.1",
"electron-builder": "^19.56.0",
"electron-devtools-installer": "2.x",
"electron-prebuilt": "1.x",
"eslint": "3.x",
"eslint-config-appium": "1.x",
"eslint": "^4.17.0",
"eslint-config-appium": "^2.1.0",
"eslint-import-resolver-webpack": "0.x",
"eslint-plugin-babel": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "3.x",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-mocha": "4.x",
"eslint-plugin-promise": "3.x",
"eslint-plugin-react": "6.x",
"eslint-plugin-react": "^7.6.1",
"express": "4.x",
"extract-text-webpack-plugin": "1.x",
"extract-text-webpack-plugin": "^3.0.2",
"fbjs-scripts": "0.x",
"file-loader": "0.x",
"image-webpack-loader": "3.x",
"jsdom": "9.x",
"file-loader": "^1.1.6",
"image-webpack-loader": "^4.0.0",
"jsdom": "^11.6.2",
"json-loader": "0.x",
"minimist": "1.x",
"mocha": "^3.2.0",
"mocha": "^5.0.0",
"node-libs-browser": "2.x",
"react-addons-test-utils": "15.x",
"redux-logger": "2.x",
"redux-logger": "^3.0.6",
"request": "^2.79.0",
"spectron": "^3.6.0",
"style-loader": "0.x",
"webpack": "1.x",
"webpack-dev-middleware": "1.x",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-hot-middleware": "2.x"
},
"devEngines": {
Expand Down