Skip to content

Commit

Permalink
upgraded npm pacakges
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1k committed Aug 20, 2018
1 parent a56e484 commit 9ad1d53
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linked-data-reactor",
"version": "1.2.4",
"version": "1.2.5",
"description": "Linked Data Reactor helps to create flexible and adaptive Linked Data user interfaces.",
"private": false,
"repository": {
Expand All @@ -25,13 +25,13 @@
},
"license": "Apache-2.0",
"dependencies": {
"animate.css": "^3.6.1",
"animate.css": "^3.7.0",
"async": "^2.6.0",
"body-parser": "^1.18.2",
"chroma-js": "^1.3.6",
"classnames": "^2.2.5",
"codemirror": "^5.36.0",
"compression": "^1.7.2",
"body-parser": "^1.18.3",
"chroma-js": "^1.3.7",
"classnames": "^2.2.6",
"codemirror": "^5.39.2",
"compression": "^1.7.3",
"continuation-local-storage": "^3.2.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
Expand All @@ -42,48 +42,48 @@
"express": "^4.16.3",
"express-state": "^1.4.0",
"fluxible": "^1.4.0",
"fluxible-addons-react": "^0.2.14",
"fluxible-addons-react": "^0.2.15",
"fluxible-plugin-fetchr": "^0.3.11",
"fluxible-router": "^1.5.1",
"hogan-express": "^0.5.2",
"jqcloud2": "^2.0.3",
"jquery": "^3.3.1",
"json2csv": "^4.1.3",
"json2csv": "^4.2.1",
"json3": "^3.3.2",
"leaflet": "^1.3.1",
"leaflet": "^1.3.3",
"log": "^1.4.0",
"moment": "^2.21.0",
"nodemailer": "^4.6.3",
"moment": "^2.22.2",
"nodemailer": "^4.6.8",
"nodemailer-smtp-transport": "^2.7.4",
"npm": "^6.1.0",
"npm": "^6.4.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"password-hash": "^1.2.2",
"prop-types": "^15.6.1",
"query-string": "^6.0.0",
"rc-calendar": "^9.6.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-leaflet": "^2.0.0-rc.2",
"react-loadable": "^5.4.0",
"prop-types": "^15.6.2",
"query-string": "^6.1.0",
"rc-calendar": "^9.7.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-leaflet": "^2.0.1",
"react-loadable": "^5.5.0",
"react-search-input": "^0.11.3",
"react-sigma": "^1.2.30",
"recharts": "^1.0.0-beta.10",
"recharts": "^1.1.0",
"request-promise": "^4.2.2",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.82.0",
"serialize-javascript": "^1.4.0",
"serve-favicon": "^2.4.5",
"semantic-ui-react": "^0.82.2",
"serialize-javascript": "^1.5.0",
"serve-favicon": "^2.5.0",
"simplify-js": "^1.2.3",
"valid-url": "^1.0.9",
"wicket": "^1.3.2",
"yasgui-yasqe": "^2.11.18"
"wicket": "^1.3.3",
"yasgui-yasqe": "^2.11.22"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-syntax-decorators": "^6.13.0",
Expand All @@ -96,24 +96,24 @@
"babel-register": "^6.26.0",
"bundle-loader": "^0.5.6",
"clean-webpack-plugin": "^0.1.19",
"coveralls": "^3.0.0",
"coveralls": "^3.0.2",
"css-loader": "^1.0.0",
"es6-promise": "^4.2.4",
"eslint": "^5.0.1",
"eslint": "^5.4.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-react": "^7.11.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"husky": "^0.14.3",
"json-loader": "^0.5.7",
"nodemon": "^1.17.5",
"postcss-loader": "^2.1.3",
"react-hot-loader": "^4.0.0",
"shelljs": "^0.8.1",
"nodemon": "^1.18.3",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.3.4",
"shelljs": "^0.8.2",
"sloc": "^0.2.0",
"style-loader": "^0.21.0",
"webpack": "^4.11.0",
"webpack-cli": "^3.0.2",
"webpack-dev-server": "^3.1.4",
"style-loader": "^0.22.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-stats-plugin": "^0.2.1",
"webpack-vendor-chunk-plugin": "^1.0.0",
"webpack-visualizer-plugin": "^0.1.11"
Expand Down

0 comments on commit 9ad1d53

Please sign in to comment.