@jetbrains/ring-ui 4.0.54 → 4.0.55
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/package.json +33 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.55",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": "JetBrains",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"test-ci": "karma start karma-ci.conf.js",
|
|
56
56
|
"test-watch": "karma start karma-watch.conf.js",
|
|
57
57
|
"prerelease-ci": "git pull",
|
|
58
|
-
"release-ci": "lerna publish --yes",
|
|
58
|
+
"release-ci": "lerna publish --no-verify-access --yes",
|
|
59
59
|
"prepublishOnly": "pinst --disable",
|
|
60
60
|
"postpublish": "pinst --enable"
|
|
61
61
|
},
|
|
@@ -68,25 +68,25 @@
|
|
|
68
68
|
"@babel/cli": "^7.15.7",
|
|
69
69
|
"@babel/eslint-parser": "^7.15.8",
|
|
70
70
|
"@jetbrains/eslint-config": "^5.3.1",
|
|
71
|
-
"@jetbrains/generator-ring-ui": "^4.0.
|
|
71
|
+
"@jetbrains/generator-ring-ui": "^4.0.42",
|
|
72
72
|
"@jetbrains/stylelint-config": "^2.0.1",
|
|
73
|
-
"@primer/octicons": "^16.
|
|
74
|
-
"@storybook/addon-a11y": "6.3.
|
|
75
|
-
"@storybook/addon-docs": "6.3.
|
|
76
|
-
"@storybook/addon-essentials": "6.3.
|
|
73
|
+
"@primer/octicons": "^16.1.0",
|
|
74
|
+
"@storybook/addon-a11y": "6.3.12",
|
|
75
|
+
"@storybook/addon-docs": "6.3.12",
|
|
76
|
+
"@storybook/addon-essentials": "6.3.12",
|
|
77
77
|
"@storybook/addon-storyshots": "6.3.2",
|
|
78
78
|
"@storybook/addon-storyshots-puppeteer": "6.3.2",
|
|
79
|
-
"@storybook/addon-storysource": "6.3.
|
|
80
|
-
"@storybook/addons": "6.3.
|
|
79
|
+
"@storybook/addon-storysource": "6.3.12",
|
|
80
|
+
"@storybook/addons": "6.3.12",
|
|
81
81
|
"@storybook/builder-webpack5": "6.3.12",
|
|
82
82
|
"@storybook/client-api": "6.3.12",
|
|
83
|
-
"@storybook/core": "6.3.
|
|
83
|
+
"@storybook/core": "6.3.12",
|
|
84
84
|
"@storybook/html": "6.3.12",
|
|
85
|
-
"@storybook/manager-webpack5": "^6.3.
|
|
86
|
-
"@storybook/source-loader": "6.3.
|
|
87
|
-
"@storybook/theming": "6.3.
|
|
85
|
+
"@storybook/manager-webpack5": "^6.3.12",
|
|
86
|
+
"@storybook/source-loader": "6.3.12",
|
|
87
|
+
"@storybook/theming": "6.3.12",
|
|
88
88
|
"@testing-library/react": "^12.1.2",
|
|
89
|
-
"@testing-library/user-event": "^13.
|
|
89
|
+
"@testing-library/user-event": "^13.5.0",
|
|
90
90
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
|
|
91
91
|
"angular": "^1.8.2",
|
|
92
92
|
"angular-mocks": "^1.8.2",
|
|
@@ -98,23 +98,23 @@
|
|
|
98
98
|
"chai-dom": "^1.10.0",
|
|
99
99
|
"chai-enzyme": "1.0.0-beta.1",
|
|
100
100
|
"cheerio": "^0.22.0",
|
|
101
|
-
"core-js": "^3.18.
|
|
101
|
+
"core-js": "^3.18.3",
|
|
102
102
|
"enzyme": "^3.11.0",
|
|
103
103
|
"eslint": "^7.32.0",
|
|
104
|
-
"eslint-import-resolver-webpack": "^0.13.
|
|
104
|
+
"eslint-import-resolver-webpack": "^0.13.2",
|
|
105
105
|
"eslint-plugin-angular": "^4.1.0",
|
|
106
106
|
"eslint-plugin-bdd": "^2.1.1",
|
|
107
|
-
"eslint-plugin-import": "^2.25.
|
|
107
|
+
"eslint-plugin-import": "^2.25.2",
|
|
108
108
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
109
109
|
"eslint-plugin-react": "^7.26.1",
|
|
110
110
|
"events": "^3.3.0",
|
|
111
|
-
"html-webpack-plugin": "^5.
|
|
112
|
-
"husky": "^7.0.
|
|
111
|
+
"html-webpack-plugin": "^5.4.0",
|
|
112
|
+
"husky": "^7.0.4",
|
|
113
113
|
"identity-obj-proxy": "^3.0.0",
|
|
114
|
-
"imports-loader": "^3.
|
|
115
|
-
"jest": "~27.
|
|
114
|
+
"imports-loader": "^3.1.0",
|
|
115
|
+
"jest": "~27.3.1",
|
|
116
116
|
"jest-teamcity": "^1.10.0",
|
|
117
|
-
"karma": "^6.3.
|
|
117
|
+
"karma": "^6.3.5",
|
|
118
118
|
"karma-chrome-launcher": "3.1.0",
|
|
119
119
|
"karma-mocha": "^2.0.1",
|
|
120
120
|
"karma-sourcemap-loader": "^0.3.8",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"lerna": "^4.0.0",
|
|
124
124
|
"lint-staged": "^11.2.3",
|
|
125
125
|
"merge-options": "^3.0.4",
|
|
126
|
-
"mocha": "^9.1.
|
|
126
|
+
"mocha": "^9.1.3",
|
|
127
127
|
"pinst": "^2.1.6",
|
|
128
128
|
"puppeteer": "^10.4.0",
|
|
129
129
|
"raw-loader": "^4.0.2",
|
|
@@ -139,8 +139,8 @@
|
|
|
139
139
|
"teamcity-service-messages": "^0.1.11",
|
|
140
140
|
"terser-webpack-plugin": "^5.2.4",
|
|
141
141
|
"wallaby-webpack": "^3.9.16",
|
|
142
|
-
"webpack": "^5.
|
|
143
|
-
"webpack-cli": "^4.9.
|
|
142
|
+
"webpack": "^5.59.1",
|
|
143
|
+
"webpack-cli": "^4.9.1",
|
|
144
144
|
"xmlappend": "^1.0.4",
|
|
145
145
|
"yo": "^4.3.0"
|
|
146
146
|
},
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"core-js": ">=3.0.0",
|
|
149
149
|
"react": ">=16.8.0",
|
|
150
150
|
"react-dom": ">=16.8.0",
|
|
151
|
-
"webpack": "^5.
|
|
151
|
+
"webpack": "^5.59.1"
|
|
152
152
|
},
|
|
153
153
|
"dependencies": {
|
|
154
154
|
"@babel/core": "^7.15.8",
|
|
@@ -178,15 +178,15 @@
|
|
|
178
178
|
"focus-trap": "^6.7.1",
|
|
179
179
|
"focus-visible": "^5.2.0",
|
|
180
180
|
"highlight.js": "^10.7.2",
|
|
181
|
-
"html-loader": "^
|
|
181
|
+
"html-loader": "^3.0.0",
|
|
182
182
|
"interpolate-loader": "^2.0.1",
|
|
183
|
-
"just-debounce-it": "^
|
|
184
|
-
"memoize-one": "^
|
|
185
|
-
"postcss": "^8.3.
|
|
183
|
+
"just-debounce-it": "^2.0.0",
|
|
184
|
+
"memoize-one": "^6.0.0",
|
|
185
|
+
"postcss": "^8.3.11",
|
|
186
186
|
"postcss-calc": "^8.0.0",
|
|
187
187
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
188
188
|
"postcss-font-family-system-ui": "^5.0.0",
|
|
189
|
-
"postcss-loader": "^6.
|
|
189
|
+
"postcss-loader": "^6.2.0",
|
|
190
190
|
"postcss-modules-values-replace": "^3.4.0",
|
|
191
191
|
"postcss-preset-env": "^6.7.0",
|
|
192
192
|
"prop-types": "^15.7.2",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"scrollbar-width": "^3.1.1",
|
|
200
200
|
"simply-uuid": "^1.0.1",
|
|
201
201
|
"sniffr": "^1.2.0",
|
|
202
|
-
"style-loader": "~3.3.
|
|
202
|
+
"style-loader": "~3.3.1",
|
|
203
203
|
"url-loader": "^4.1.1",
|
|
204
204
|
"util-deprecate": "^1.0.2"
|
|
205
205
|
},
|
|
@@ -207,5 +207,5 @@
|
|
|
207
207
|
"node": ">=7.4",
|
|
208
208
|
"npm": ">=6.0.0"
|
|
209
209
|
},
|
|
210
|
-
"gitHead": "
|
|
210
|
+
"gitHead": "ade0499f7e4b9ef04fbe6b019eadde68905b868f"
|
|
211
211
|
}
|