@jetbrains/ring-ui 5.0.67 → 5.0.69
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.
- package/components/date-picker/date-picker.css +22 -1
- package/components/date-picker/date-picker.d.ts +3 -0
- package/components/date-picker/date-picker.js +5 -2
- package/components/error-message/error-message.d.ts +2 -0
- package/components/error-message/error-message.js +5 -3
- package/components/query-assist/query-assist.d.ts +5 -0
- package/components/query-assist/query-assist.js +5 -1
- package/dist/_helpers/_rollupPluginBabelHelpers.js +15 -0
- package/dist/_helpers/date-picker.js +1 -1
- package/dist/date-picker/date-picker.d.ts +3 -0
- package/dist/date-picker/date-picker.js +10 -8
- package/dist/error-message/error-message.d.ts +2 -0
- package/dist/error-message/error-message.js +7 -3
- package/dist/query-assist/query-assist.d.ts +5 -0
- package/dist/query-assist/query-assist.js +5 -1
- package/dist/style.css +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.69",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": "JetBrains",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@jetbrains/eslint-config": "^5.4.1",
|
|
79
79
|
"@jetbrains/stylelint-config": "^3.0.2",
|
|
80
80
|
"@primer/octicons": "^17.9.0",
|
|
81
|
-
"@rollup/plugin-babel": "^6.0.
|
|
81
|
+
"@rollup/plugin-babel": "^6.0.3",
|
|
82
82
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
83
83
|
"@rollup/plugin-replace": "^5.0.1",
|
|
84
84
|
"@storybook/addon-a11y": "6.5.13",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"karma-teamcity-reporter": "^2.0.0",
|
|
147
147
|
"karma-webpack": "^5.0.0",
|
|
148
148
|
"lerna": "^6.0.3",
|
|
149
|
-
"lint-staged": "^13.0.
|
|
149
|
+
"lint-staged": "^13.0.4",
|
|
150
150
|
"merge-options": "^3.0.4",
|
|
151
151
|
"mocha": "^10.1.0",
|
|
152
152
|
"pinst": "^3.0.0",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"react-test-renderer": "^18.2.0",
|
|
158
158
|
"regenerator-runtime": "^0.13.11",
|
|
159
159
|
"rimraf": "^3.0.2",
|
|
160
|
-
"rollup": "^3.
|
|
160
|
+
"rollup": "^3.5.0",
|
|
161
161
|
"rollup-plugin-clear": "^2.0.7",
|
|
162
162
|
"rollup-plugin-styles": "^4.0.0",
|
|
163
163
|
"sinon": "^14.0.2",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
}
|
|
195
195
|
},
|
|
196
196
|
"dependencies": {
|
|
197
|
-
"@babel/core": "^7.20.
|
|
197
|
+
"@babel/core": "^7.20.5",
|
|
198
198
|
"@babel/preset-typescript": "^7.18.6",
|
|
199
199
|
"@jetbrains/babel-preset-jetbrains": "^2.3.2",
|
|
200
200
|
"@jetbrains/icons": "^3.19.1",
|
|
@@ -259,5 +259,5 @@
|
|
|
259
259
|
"node": ">=14.0",
|
|
260
260
|
"npm": ">=6.0.0"
|
|
261
261
|
},
|
|
262
|
-
"gitHead": "
|
|
262
|
+
"gitHead": "a5dd8013c17e283351dd01e7edb2cb60353703af"
|
|
263
263
|
}
|