@jetbrains/ring-ui 5.0.113 → 5.0.115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,6 +48,7 @@ const getContainer = () => focusSensorHOC(Row);
48
48
  class RowWithFocusSensorCallbacks extends PureComponent {
49
49
  constructor() {
50
50
  super(...arguments);
51
+ // https://stackoverflow.com/a/53882322/6304152
51
52
  _defineProperty(this, "RowWithFocusSensor", getContainer());
52
53
  _defineProperty(this, "onFocus", () => {
53
54
  this.props.onFocus?.(this.props.item);
@@ -390,6 +390,7 @@ class TableContainer extends Component {
390
390
  return /*#__PURE__*/React.createElement(this.Table, this.props);
391
391
  }
392
392
  }
393
+ // https://stackoverflow.com/a/53882322/6304152
393
394
  _defineProperty(TableContainer, "propTypes", getContainer().propTypes);
394
395
 
395
396
  export { Table, TableContainer as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "5.0.113",
3
+ "version": "5.0.115",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "readmeFilename": "README.md",
76
76
  "devDependencies": {
77
- "@babel/cli": "^7.20.7",
77
+ "@babel/cli": "^7.21.0",
78
78
  "@babel/eslint-parser": "^7.19.1",
79
79
  "@jetbrains/eslint-config": "^5.4.1",
80
80
  "@jetbrains/stylelint-config": "^3.0.2",
@@ -108,15 +108,15 @@
108
108
  "@types/react-dom": "^18.0.11",
109
109
  "@types/sinon": "^10.0.13",
110
110
  "@types/sinon-chai": "^3.2.9",
111
- "@typescript-eslint/eslint-plugin": "^5.52.0",
112
- "@typescript-eslint/parser": "^5.52.0",
111
+ "@typescript-eslint/eslint-plugin": "^5.53.0",
112
+ "@typescript-eslint/parser": "^5.53.0",
113
113
  "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
114
114
  "angular": "^1.8.3",
115
115
  "angular-mocks": "^1.8.3",
116
116
  "angular-route": "^1.8.3",
117
117
  "babel-plugin-react-docgen": "^4.2.1",
118
118
  "babel-plugin-require-context-hook": "^1.0.0",
119
- "caniuse-lite": "^1.0.30001456",
119
+ "caniuse-lite": "^1.0.30001457",
120
120
  "chai": "^4.3.7",
121
121
  "chai-as-promised": "^7.1.1",
122
122
  "chai-dom": "^1.10.0",
@@ -151,21 +151,21 @@
151
151
  "merge-options": "^3.0.4",
152
152
  "mocha": "^10.2.0",
153
153
  "pinst": "^3.0.0",
154
- "puppeteer": "^19.7.1",
154
+ "puppeteer": "^19.7.2",
155
155
  "raw-loader": "^4.0.2",
156
156
  "react": "^18.2.0",
157
157
  "react-dom": "^18.2.0",
158
158
  "react-test-renderer": "^18.2.0",
159
159
  "regenerator-runtime": "^0.13.11",
160
160
  "rimraf": "^4.1.2",
161
- "rollup": "^3.15.0",
161
+ "rollup": "^3.17.2",
162
162
  "rollup-plugin-clear": "^2.0.7",
163
163
  "rollup-plugin-styles": "^4.0.0",
164
164
  "sinon": "^15.0.1",
165
165
  "sinon-chai": "^3.7.0",
166
166
  "storage-mock": "^2.1.0",
167
167
  "storybook-addon-themes": "^6.1.0",
168
- "stylelint": "^15.1.0",
168
+ "stylelint": "^15.2.0",
169
169
  "svg-inline-loader": "^0.8.2",
170
170
  "teamcity-service-messages": "^0.1.14",
171
171
  "terser-webpack-plugin": "^5.3.6",
@@ -196,8 +196,8 @@
196
196
  }
197
197
  },
198
198
  "dependencies": {
199
- "@babel/core": "^7.20.12",
200
- "@babel/preset-typescript": "^7.18.6",
199
+ "@babel/core": "^7.21.0",
200
+ "@babel/preset-typescript": "^7.21.0",
201
201
  "@jetbrains/babel-preset-jetbrains": "^2.3.2",
202
202
  "@jetbrains/icons": "^3.20.3",
203
203
  "@jetbrains/logos": "^2.2.10",