Skip to content

Commit

Permalink
build(deps): re-update deps in react-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
lossir committed Apr 7, 2021
1 parent d737418 commit c445233
Show file tree
Hide file tree
Showing 2 changed files with 370 additions and 114 deletions.
45 changes: 22 additions & 23 deletions packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.12.5",
"@babel/runtime": "7.13.10",
"@emotion/css": "^11.1.3",
"classnames": "^2.2.6",
"classnames": "^2.3.1",
"eventemitter3": "^4.0.7",
"invariant": "2.2.4",
"lodash.debounce": "^4.0.8",
Expand All @@ -71,19 +71,19 @@
"react-input-mask": "2.0.4",
"react-transition-group": "^4.3.0",
"shallowequal": "^1.1.0",
"stylis-plugin-extra-scope": "^0.1.1",
"stylis-plugin-extra-scope": "^0.3.0",
"tabbable": "^5.1.5",
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "7.12.12",
"@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",
"@babel/register": "^7.12.10",
"@babel/plugin-proposal-decorators": "7.13.5",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "7.13.0",
"@babel/register": "^7.13.14",
"@skbkontur/react-icons": "4.4.0",
"@skbkontur/react-props2attrs": "0.1.2",
"@skbkontur/react-sorge": "0.1.0",
Expand All @@ -94,7 +94,7 @@
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.8",
"@types/invariant": "^2.2.33",
"@types/jest": "^26.0.20",
"@types/jest": "^26.0.22",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.isequal": "^4.5.5",
"@types/lodash.throttle": "^4.1.6",
Expand All @@ -105,22 +105,21 @@
"@types/react-dom": "16.9.11",
"@types/react-input-mask": "2.0.5",
"@types/react-transition-group": "^4.2.3",
"@types/selenium-webdriver": "^4.0.5",
"@types/shallowequal": "^1.1.1",
"@types/warning": "^3.0.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"chalk": "4.1.0",
"copyfiles": "^2.4.1",
"core-js": "^3.8.3",
"core-js": "^3.10.1",
"creevey": "0.6.2",
"cross-env": "^7.0.3",
"css-loader": "5.0.1",
"dts-css-modules-loader": "1.1.1",
"css-loader": "5.2.0",
"dts-css-modules-loader": "1.2.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"fork-ts-checker-webpack-plugin": "^6.2.0",
"fs-extra": "^9.1.0",
"fs-readdir-recursive": "^1.1.0",
"gh-pages": "^3.1.0",
Expand All @@ -131,19 +130,19 @@
"output-file-sync": "^2.0.1",
"prettier": "^1.14.2",
"react": "16.14.0",
"react-docgen-typescript": "^1.20.5",
"react-docgen-typescript": "^1.22.0",
"react-dom": "^16.14.0",
"react-styleguidist": "^11.1.5",
"react-styleguidist": "^11.1.6",
"rimraf": "^3.0.0",
"semver": "^7.3.4",
"semver": "^7.3.5",
"serve": "^11.2.0",
"style-loader": "^2.0.0",
"stylelint": "^13.9.0",
"stylelint-config-standard": "^20.0.0",
"typescript": "4.1.3",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",
"typescript": "4.2.4",
"upath": "^2.0.1",
"url-loader": "^4.1.1",
"wait-on": "^5.2.1",
"wait-on": "^5.3.0",
"webpack": "^4.41.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit c445233

Please sign in to comment.