Skip to content

Commit

Permalink
fix(demo): fix demo and upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Mar 18, 2019
1 parent 5ac78c2 commit 2e0afc5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
script:
- targetVersion=$(git describe --tags `git rev-list --tags --max-count=1`)
- npx @rollup-umd/deploy --target-version "${targetVersion}"
# this is necessary to place the demo
- npm install --prefix examples/demo
- npm run build --prefix examples/demo
- mv examples/demo/build public/demo
deploy:
- provider: pages
skip_cleanup: true
Expand Down
6 changes: 4 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
These components are made using [bootstrap-styled](http://github.com/bootstrap-styled)
and are a copy of [ra-ui-materialui](https://www.npmjs.com/package/ra-ui-materialui) package for [react-admin](https://marmelab.com/react-admin/)

It can be used as a replacement or in conjunction.
It can be used in conjunction or as a replacement.

# Live demo

Click [here]($PACKAGE_HOMEPAGE/demo).
We have the react-admin demo app using our Bootstrap Styled components.

View it [here]($PACKAGE_HOMEPAGE/demo) (wip).

19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,14 @@
"@babel/preset-react": "^7.0.0",
"@bootstrap-styled/documentation": "^2.0.0",
"@rollup-umd/documentation": "^2.0.1",
"@rollup-umd/ncu": "^1.0.6",
"@rollup-umd/rollup": "^1.0.8",
"@rollup-umd/ncu": "^1.0.8",
"@rollup-umd/rollup": "^1.0.10",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"@yeutech-lab/documentation": "^2.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.3.1",
"babel-jest": "^24.5.0",
"babel-loader": "8.0.5",
"babel-merge": "^2.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
Expand All @@ -248,8 +247,8 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"eslint": "5.15.1",
"enzyme-adapter-react-16": "^1.11.2",
"eslint": "5.15.2",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
Expand All @@ -258,7 +257,7 @@
"file-api": "^0.10.4",
"istanbul-api": "^2.1.1",
"istanbul-reports": "^2.1.1",
"jest-cli": "^24.3.1",
"jest-cli": "^24.5.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^8.1.5",
"lodash": "^4.17.11",
Expand All @@ -272,7 +271,7 @@
"react-router-dom": "~4.2.2",
"react-router-redux": "^4.0.8",
"react-test-renderer": "^16.8.4",
"react-transition-group": "^2.6.0",
"react-transition-group": "^2.6.1",
"redux": "~3.7.2",
"redux-form": "~7.4.0",
"rollup": "^1.6.0",
Expand Down Expand Up @@ -300,7 +299,7 @@
"material-ui-chip-input": "1.0.0-beta.6 - 1.0.0-beta.8",
"papaparse": "^4.1.4",
"prop-types": "^15.7.2",
"react-transition-group": "^2.6.0",
"react-transition-group": "^2.6.1",
"recompose": "~0.26.0",
"reselect": "^3.0.0"
},
Expand Down Expand Up @@ -451,4 +450,4 @@
"contributors": [
"Dimitri Kopriwa <dimitri.kopriwa@yeutech.vn> (https://github.com/kopax)"
]
}
}

0 comments on commit 2e0afc5

Please sign in to comment.