Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
twihike committed Jul 4, 2021
1 parent de00a84 commit 812400e
Show file tree
Hide file tree
Showing 14 changed files with 4,153 additions and 3,143 deletions.
20 changes: 10 additions & 10 deletions chat-ui-react/examples/echo-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"dependencies": {
"@material-ui/core": "4.11.4",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@testing-library/react": "12.0.0",
"@testing-library/user-event": "13.1.9",
"@twihike/eslint-config": "0.1.14",
"@twihike/prettier-config": "0.1.12",
"@twihike/stylelint-config": "0.1.13",
"@types/jest": "26.0.23",
"@types/node": "15.12.2",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@types/node": "16.0.0",
"@types/react": "17.0.13",
"@types/react-dom": "17.0.8",
"@typescript-eslint/eslint-plugin": "4.28.1",
"chat-ui-react": "link:../..",
"cross-env": "7.0.3",
"eslint": "7.28.0",
"eslint": "7.30.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "24.3.6",
Expand All @@ -26,17 +26,17 @@
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-unicorn": "33.0.1",
"eslint-plugin-unicorn": "34.0.1",
"husky": "4.3.8",
"lint-staged": "11.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.3.1",
"prettier": "2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
"stylelint": "13.13.1",
"typescript": "4.3.2",
"web-vitals": "2.0.1"
"typescript": "4.3.5",
"web-vitals": "2.1.0"
},
"scripts": {
"start": "cross-env SKIP_PREFLIGHT_CHECK=true react-scripts start",
Expand Down
268 changes: 216 additions & 52 deletions chat-ui-react/examples/echo-bot/yarn.lock

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions chat-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,57 +37,57 @@
"release:version": "standard-version"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.14.5",
"@babel/runtime-corejs3": "^7.14.7",
"@material-ui/icons": "4.9.1",
"audio-recorder-polyfill": "^0.4.1"
},
"devDependencies": {
"@babel/cli": "7.14.5",
"@babel/core": "7.14.5",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-object-rest-spread": "7.14.5",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.5",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@material-ui/core": "4.11.4",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-replace": "2.4.2",
"@rollup/plugin-typescript": "8.2.1",
"@twihike/eslint-config": "0.1.14",
"@twihike/prettier-config": "0.1.12",
"@types/dom-mediacapture-record": "1.0.7",
"@types/node": "15.12.2",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"@typescript-eslint/eslint-plugin": "4.26.1",
"cross-env": "7.0.3",
"eslint": "7.28.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-unicorn": "33.0.1",
"jest": "27.0.4",
"npm-run-all": "4.1.5",
"prettier": "2.3.1",
"rimraf": "3.0.2",
"rollup": "2.51.2",
"rollup-plugin-filesize": "9.1.1",
"rollup-plugin-license": "2.5.0",
"rollup-plugin-node-license": "0.2.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-sizes": "1.0.4",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-visualizer": "5.5.0",
"standard-version": "9.3.0",
"typescript": "4.3.2"
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@material-ui/core": "^4.11.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-typescript": "^8.2.1",
"@twihike/eslint-config": "^0.1.14",
"@twihike/prettier-config": "^0.1.12",
"@types/dom-mediacapture-record": "^1.0.9",
"@types/node": "^16.0.0",
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^34.0.1",
"jest": "^27.0.6",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"rollup": "^2.52.7",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-license": "^2.5.0",
"rollup-plugin-node-license": "^0.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.1",
"standard-version": "^9.3.0",
"typescript": "~4.3.5"
},
"peerDependencies": {
"@material-ui/core": "^4.11.3",
Expand Down

0 comments on commit 812400e

Please sign in to comment.