Skip to content

Commit

Permalink
[KFI] Update DMS Demo dependencies (#48)
Browse files Browse the repository at this point in the history
* [KFI]feat(ContentList): Add profile doclib list funcionality

* [KFI]fix(ContentList): Fix data fetching

* [KFI]feat(ContentList): Add some content type icons

* [KFI]chore(moment): Add moment js

* [KFI]feat(ContentList): Add basic contentlist

Basic content list with default ordering and basic columns

* [KFI]fix(Epics): Remove loadProfileDoclibEpic

* [KFI]fix(Login): Fix login redirect

* [KFI]feat(DocLib): Push currentId to the doclib component

* [KFI]feat(ContentList): Basic content list related features like hovering and selecting an item

* [KFI]feat(DocLib): Add component for shared items folder table row

* [KFI]feat(DocLib): Add component for a parent folder link table row

* [KFI]chore(dependecies): Downgrade react-error-overlay

* [KFI]feat(ContentList): Add select and select all functionalities

* [KFI]feat(ActionMenu): Add basics of the actionmenu

* [KFI]feat(ContentList): Add basics of the navigation between folders

* [KFI]refactor(ContentList): Group related components into a folder

* [KFI]feat(DocLib): Add ParentId as a RequiredSelected field in the repository config

* [KFI]fix(Ordering): Fix ordering by the latest sn-client-js version

* [KFI]feat(ContentList): Add navigate up functionality after double-clicking the parent folder row

* [KFI]chore: Update dependencies
  • Loading branch information
herflis authored and zoltanbedi committed Dec 5, 2018
1 parent 0d1f638 commit 052c346
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions examples/sn-dms-demo/package.json
Expand Up @@ -34,32 +34,32 @@
"app-root-path": "^2.0.1",
"autoprefixer": "7.1.4",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"chalk": "2.1.0",
"cli-highlight": "1.1.4",
"css-loader": "0.28.7",
"dotenv": "4.0.0",
"extract-text-webpack-plugin": "2.1.2",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"fs-extra": "4.0.2",
"history": "^4.7.2",
"html-webpack-plugin": "2.28.0",
"html-webpack-plugin": "2.30.1",
"jest": "21.1.0",
"lodash": "^4.17.4",
"material-design-icons": "^3.0.1",
"material-ui": "1.0.0-beta.6",
"material-ui-icons": "^1.0.0-beta.5",
"moment": "^2.18.1",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.0.0",
"postcss-loader": "2.0.5",
"promise": "7.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.6",
"promise": "8.0.1",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-async-script": "^0.9.1",
"react-dev-utils": "^4.0.1",
"react-dom": "^15.6.1",
"react-error-overlay": "^1.0.8",
"react-google-recaptcha": "^0.8.1",
"react-error-overlay": "1.0.8",
"react-google-recaptcha": "^0.9.7",
"react-moment": "^0.6.5",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
Expand All @@ -69,15 +69,15 @@
"sn-redux": "^3.1.1",
"source-map-loader": "^0.2.1",
"style-loader": "0.18.2",
"sw-precache-webpack-plugin": "0.11.3",
"sw-precache-webpack-plugin": "0.11.4",
"ts-jest": "^21.0.0",
"ts-loader": "^2.2.1",
"tslint": "^5.2.0",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.0.0",
"typeface-roboto": "0.0.35",
"typescript": "~2.5.2",
"url-loader": "0.5.8",
"url-loader": "0.5.9",
"webpack": "2.6.1",
"webpack-dev-server": "2.8.2",
"webpack-manifest-plugin": "1.3.2",
Expand Down

0 comments on commit 052c346

Please sign in to comment.