Skip to content

Commit

Permalink
v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 17, 2017
1 parent 578077e commit f237e63
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "cncjs",
"version": "1.9.1",
"version": "1.9.2",
"description": "A web-based interface for CNC milling controller running Grbl, Smoothieware, or TinyG",
"homepage": "https://github.com/cncjs/cncjs",
"author": "Cheton Wu <cheton@gmail.com>",
Expand Down Expand Up @@ -165,7 +165,7 @@
"i18next-express-middleware": "~1.0.3",
"i18next-node-fs-backend": "~0.1.3",
"i18next-xhr-backend": "~1.4.1",
"infinite-tree": "~1.8.2",
"infinite-tree": "~1.10.0",
"is-electron": "~2.0.0",
"js-polyfills": "~0.1.33",
"jsonwebtoken": "~7.3.0",
Expand All @@ -179,26 +179,27 @@
"namespace-constants": "~0.5.0",
"normalize.css": "~6.0.0",
"parse-json": "~2.2.0",
"prop-types": "~15.5.8",
"pubsub-js": "~1.5.6",
"push.js": "~0.0.13",
"range_check": "~1.4.0",
"rc-slider": "~6.3.1",
"rc-table": "~5.2.15",
"react": "~15.4.2",
"react-addons-shallow-compare": "~15.4.2",
"react-addons-update": "~15.4.2",
"rc-slider": "~7.0.1",
"rc-table": "~5.3.1",
"react": "~15.5.4",
"react-addons-shallow-compare": "~15.5.2",
"react-addons-update": "~15.5.2",
"react-bootstrap": "~0.30.8",
"react-clusterize": "~0.1.0",
"react-dom": "~15.4.2",
"react-dom": "~15.5.4",
"react-dropzone": "~3.12.2",
"react-facebook-loading": "~0.6.0",
"react-infinite": "~0.10.0",
"react-infinite-tree": "~0.6.1",
"react-modal": "~1.7.3",
"react-redux": "~5.0.3",
"react-router": "~4.0.0",
"react-router-dom": "~4.0.0",
"react-router-redux": "~4.0.8",
"react-router": "~4.1.1",
"react-router-dom": "~4.1.1",
"react-router-redux": "~5.0.0-alpha.6",
"react-select": "~1.0.0-rc.3",
"react-sortablejs": "~1.3.1",
"react-toggle": "~3.0.1",
Expand Down Expand Up @@ -237,15 +238,15 @@
"babel-plugin-transform-runtime": "~6.23.0",
"babel-polyfill": "~6.23.0",
"babel-preset-es2015": "~6.24.0",
"babel-preset-react": "~6.23.0",
"babel-preset-react": "~6.24.1",
"babel-preset-react-hmre": "~1.1.1",
"babel-preset-stage-0": "~6.22.0",
"babel-preset-stage-0": "~6.24.1",
"bundle-loader": "~0.5.5",
"coveralls": "~2.13.0",
"css-loader": "~0.28.0",
"css-split-webpack-plugin": "~0.2.3",
"electron": "~1.4.15",
"electron-builder": "~16.6.1",
"electron-builder": "~17.0.1",
"electron-rebuild": "~1.5.7",
"eslint": "~3.19.0",
"eslint-config-trendmicro": "~0.5.1",
Expand All @@ -272,7 +273,7 @@
"json-loader": "~0.5.4",
"nib": "~1.1.2",
"pre-push": "~0.1.1",
"progress": "~1.1.8",
"progress": "~2.0.0",
"redux-devtools": "~3.3.2",
"redux-devtools-chart-monitor": "~1.6.1",
"redux-devtools-diff-monitor": "~5.0.5",
Expand All @@ -289,7 +290,7 @@
"text-table": "~0.2.0",
"transform-loader": "~0.2.4",
"url-loader": "~0.5.8",
"webpack": "~2.3.3",
"webpack": "~2.4.1",
"webpack-dev-middleware": "~1.10.1",
"webpack-dev-server": "~2.4.2",
"webpack-hot-middleware": "~2.18.0",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "cncjs",
"version": "1.9.1",
"version": "1.9.2",
"description": "CNC Milling Controller",
"homepage": "https://github.com/cncjs/cncjs",
"author": "Cheton Wu <cheton@gmail.com>",
Expand Down

0 comments on commit f237e63

Please sign in to comment.