Skip to content

Commit

Permalink
Pin dependencies (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 26, 2020
1 parent b4a12a1 commit d12f24c
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 255 deletions.
92 changes: 46 additions & 46 deletions chat-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,52 +38,52 @@
"audio-recorder-polyfill": "^0.4.1"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@material-ui/core": "^4.11.2",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-typescript": "^8.1.0",
"@twihike/eslint-config": "^0.1.12",
"@twihike/prettier-config": "^0.1.12",
"@types/dom-mediacapture-record": "^1.0.7",
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"cross-env": "^7.0.3",
"eslint": "^7.16.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^24.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.35.1",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-license": "^2.2.0",
"rollup-plugin-node-license": "^0.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sizes": "^1.0.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^4.2.0",
"standard-version": "^9.0.0",
"typescript": "^4.1.3"
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-transform-runtime": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@material-ui/core": "4.11.2",
"@rollup/plugin-babel": "5.2.2",
"@rollup/plugin-commonjs": "17.0.0",
"@rollup/plugin-node-resolve": "11.0.1",
"@rollup/plugin-replace": "2.3.4",
"@rollup/plugin-typescript": "8.1.0",
"@twihike/eslint-config": "0.1.12",
"@twihike/prettier-config": "0.1.12",
"@types/dom-mediacapture-record": "1.0.7",
"@types/node": "14.14.14",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@typescript-eslint/eslint-plugin": "4.10.0",
"cross-env": "7.0.3",
"eslint": "7.16.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.3.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-unicorn": "24.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"rollup": "2.35.1",
"rollup-plugin-filesize": "9.1.0",
"rollup-plugin-license": "2.2.0",
"rollup-plugin-node-license": "0.2.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-sizes": "1.0.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-visualizer": "4.2.0",
"standard-version": "9.0.0",
"typescript": "4.1.3"
},
"peerDependencies": {
"@material-ui/core": "^4.11.2",
Expand Down

0 comments on commit d12f24c

Please sign in to comment.