@elastic/eui 117.1.0-snapshot.1784607952240 → 117.1.0
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 +7 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elastic/eui",
|
|
3
3
|
"description": "Elastic UI Component Library",
|
|
4
|
-
"version": "117.1.0
|
|
4
|
+
"version": "117.1.0",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "lib",
|
|
7
7
|
"module": "es",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"directory": "packages/eui"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@elastic/eui-theme-common": "10.0.0
|
|
57
|
+
"@elastic/eui-theme-common": "10.0.0",
|
|
58
58
|
"@elastic/prismjs-esql": "^4.13.0",
|
|
59
59
|
"@hello-pangea/dnd": "^16.6.0",
|
|
60
60
|
"@types/lodash": "^4.14.202",
|
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
"@cypress/react18": "^2.0.0",
|
|
109
109
|
"@cypress/webpack-dev-server": "^1.7.0",
|
|
110
110
|
"@elastic/datemath": "^5.0.3",
|
|
111
|
-
"@elastic/eslint-plugin-eui": "2.14.1
|
|
112
|
-
"@elastic/eui-illustrations": "1.0.0
|
|
113
|
-
"@elastic/eui-theme-borealis": "8.0.0
|
|
111
|
+
"@elastic/eslint-plugin-eui": "2.14.1",
|
|
112
|
+
"@elastic/eui-illustrations": "1.0.0",
|
|
113
|
+
"@elastic/eui-theme-borealis": "8.0.0",
|
|
114
114
|
"@emotion/babel-preset-css-prop": "^11.11.0",
|
|
115
115
|
"@emotion/cache": "^11.11.0",
|
|
116
116
|
"@emotion/css": "^11.11.0",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
},
|
|
233
233
|
"peerDependencies": {
|
|
234
234
|
"@elastic/datemath": "^5.0.2",
|
|
235
|
-
"@elastic/eui-theme-borealis": "8.0.0
|
|
235
|
+
"@elastic/eui-theme-borealis": "8.0.0",
|
|
236
236
|
"@emotion/css": "11.x",
|
|
237
237
|
"@emotion/react": "11.x",
|
|
238
238
|
"@types/react": "^17.0 || ^18.0",
|
|
@@ -256,6 +256,5 @@
|
|
|
256
256
|
],
|
|
257
257
|
"installConfig": {
|
|
258
258
|
"hoistingLimits": "workspaces"
|
|
259
|
-
}
|
|
260
|
-
"stableVersion": "117.1.0"
|
|
259
|
+
}
|
|
261
260
|
}
|