Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed May 20, 2017
1 parent 15323f0 commit 72dfcc4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@
"dependencies": {
"@trendmicro/react-anchor": "~0.5.5",
"@trendmicro/react-breadcrumbs": "~0.5.3",
"@trendmicro/react-dropdown": "~0.6.12",
"@trendmicro/react-interpolate": "~0.5.3",
"@trendmicro/react-modal": "~0.6.3",
"@trendmicro/react-modal": "~0.6.4",
"@trendmicro/react-paginations": "~0.5.10",
"@trendmicro/react-table": "~0.4.3",
"@trendmicro/react-toggle-switch": "~0.5.4",
Expand Down Expand Up @@ -163,7 +164,7 @@
"gcode-toolpath": "~1.1.1",
"history": "~4.6.1",
"hogan.js": "~3.0.2",
"i18next": "~8.2.1",
"i18next": "~8.3.0",
"i18next-browser-languagedetector": "~1.0.1",
"i18next-express-middleware": "~1.0.5",
"i18next-node-fs-backend": "~1.0.0",
Expand All @@ -174,7 +175,7 @@
"jsonwebtoken": "~7.4.1",
"jsuri": "~1.3.1",
"lodash": "~4.17.4",
"method-override": "~2.3.8",
"method-override": "~2.3.9",
"minimatch": "~3.0.4",
"moment": "~2.18.1",
"morgan": "~1.8.1",
Expand Down Expand Up @@ -264,7 +265,7 @@
"file-loader": "~0.11.1",
"find-imports": "~0.5.2",
"github-release-cli": "~0.3.0",
"glob": "~7.1.1",
"glob": "~7.1.2",
"gulp": "~3.9.1",
"gulp-babel": "~6.1.2",
"gulp-sort": "~2.0.0",
Expand Down
18 changes: 9 additions & 9 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,38 @@
"dependencies": {
"babel-runtime": "~6.23.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.17.1",
"body-parser": "~1.17.2",
"chalk": "~1.1.3",
"commander": "~2.9.0",
"compression": "~1.6.2",
"connect-multiparty": "~2.0.0",
"connect-restreamer": "~1.0.3",
"consolidate": "~0.14.5",
"cookie-parser": "~1.4.3",
"debug": "~2.6.6",
"debug": "~2.6.8",
"del": "~2.2.2",
"errorhandler": "~1.5.0",
"esprima": "~3.1.3",
"express": "~4.15.2",
"express": "~4.15.3",
"express-jwt": "~5.3.0",
"express-session": "~1.15.2",
"express-session": "~1.15.3",
"fs-extra": "~2.1.2",
"hogan.js": "~3.0.2",
"i18next": "~8.2.1",
"i18next": "~8.3.0",
"i18next-express-middleware": "~1.0.5",
"i18next-node-fs-backend": "~1.0.0",
"jsonwebtoken": "~7.4.0",
"jsonwebtoken": "~7.4.1",
"lodash": "~4.17.4",
"method-override": "~2.3.8",
"method-override": "~2.3.9",
"minimatch": "~3.0.4",
"morgan": "~1.8.1",
"parse-json": "~2.2.0",
"range_check": "~1.4.0",
"registry-auth-token": "~3.3.1",
"registry-url": "~3.1.0",
"serialport": "~4.0.7",
"serve-favicon": "~2.4.2",
"serve-static": "~1.12.2",
"serve-favicon": "~2.4.3",
"serve-static": "~1.12.3",
"session-file-store": "~1.0.0",
"shortid": "~2.2.8",
"socket.io": "~2.0.1",
Expand Down

0 comments on commit 72dfcc4

Please sign in to comment.