Skip to content

Commit

Permalink
Pin dependencies (#361)
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 Sep 19, 2021
1 parent f1dd4f8 commit 9df84b6
Show file tree
Hide file tree
Showing 12 changed files with 248 additions and 248 deletions.
92 changes: 46 additions & 46 deletions chat-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,52 +43,52 @@
"dayjs": "^1.10.7"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@material-ui/core": "^4.12.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.5",
"@twihike/eslint-config": "^0.1.17",
"@twihike/prettier-config": "^0.1.17",
"@types/dom-mediacapture-record": "^1.0.10",
"@types/node": "^16.9.2",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.25.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^36.0.0",
"jest": "^27.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"rollup": "^2.56.3",
"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.2",
"standard-version": "^9.3.1",
"typescript": "~4.4.3"
"@babel/cli": "7.15.7",
"@babel/core": "7.15.5",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-object-rest-spread": "7.15.6",
"@babel/plugin-transform-runtime": "7.15.0",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@material-ui/core": "4.12.3",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
"@rollup/plugin-replace": "3.0.0",
"@rollup/plugin-typescript": "8.2.5",
"@twihike/eslint-config": "0.1.17",
"@twihike/prettier-config": "0.1.17",
"@types/dom-mediacapture-record": "1.0.10",
"@types/node": "16.9.2",
"@types/react": "17.0.21",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "4.31.1",
"cross-env": "7.0.3",
"eslint": "7.32.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jest": "24.4.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.25.2",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-unicorn": "36.0.0",
"jest": "27.2.0",
"npm-run-all": "4.1.5",
"prettier": "2.4.1",
"rimraf": "3.0.2",
"rollup": "2.56.3",
"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.2",
"standard-version": "9.3.1",
"typescript": "4.4.3"
},
"peerDependencies": {
"@material-ui/core": "^4.12.3",
Expand Down

0 comments on commit 9df84b6

Please sign in to comment.