@elastic/eui 117.0.0-snapshot.1783939453438 → 117.0.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.
Files changed (1) hide show
  1. 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.0.0-snapshot.1783939453438",
4
+ "version": "117.0.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-snapshot.1783939453438",
57
+ "@elastic/eui-theme-common": "10.0.0",
58
58
  "@elastic/prismjs-esql": "^1.1.2",
59
59
  "@hello-pangea/dnd": "^16.6.0",
60
60
  "@types/lodash": "^4.14.202",
@@ -109,9 +109,9 @@
109
109
  "@cypress/webpack-dev-server": "^1.7.0",
110
110
  "@elastic/charts": "^64.1.0",
111
111
  "@elastic/datemath": "^5.0.3",
112
- "@elastic/eslint-plugin-eui": "2.14.0-snapshot.1783939453438",
113
- "@elastic/eui-illustrations": "1.0.0-snapshot.1783939453438",
114
- "@elastic/eui-theme-borealis": "8.0.0-snapshot.1783939453438",
112
+ "@elastic/eslint-plugin-eui": "2.14.0",
113
+ "@elastic/eui-illustrations": "1.0.0",
114
+ "@elastic/eui-theme-borealis": "8.0.0",
115
115
  "@emotion/babel-preset-css-prop": "^11.11.0",
116
116
  "@emotion/cache": "^11.11.0",
117
117
  "@emotion/css": "^11.11.0",
@@ -250,7 +250,7 @@
250
250
  },
251
251
  "peerDependencies": {
252
252
  "@elastic/datemath": "^5.0.2",
253
- "@elastic/eui-theme-borealis": "8.0.0-snapshot.1783939453438",
253
+ "@elastic/eui-theme-borealis": "8.0.0",
254
254
  "@emotion/css": "11.x",
255
255
  "@emotion/react": "11.x",
256
256
  "@types/react": "^17.0 || ^18.0",
@@ -274,6 +274,5 @@
274
274
  ],
275
275
  "installConfig": {
276
276
  "hoistingLimits": "workspaces"
277
- },
278
- "stableVersion": "117.0.0"
277
+ }
279
278
  }