Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Jan 14, 2025
1 parent e689ca4 commit 59791ef
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/eui-theme-borealis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/eui-theme-borealis",
"version": "0.0.7",
"version": "0.0.8",
"description": "A visual theme for EUI",
"license": "SEE LICENSE IN LICENSE.txt",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@elastic/eui-theme-common": "0.0.5"
"@elastic/eui-theme-common": "0.0.8"
},
"main": "lib/cjs/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eui-theme-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/eui-theme-common",
"version": "0.0.7",
"version": "0.0.8",
"description": "EUI theme common",
"license": "SEE LICENSE IN LICENSE.txt",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/eui",
"description": "Elastic UI Component Library",
"version": "99.0.0",
"version": "99.0.0-borealis.1",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "lib",
"module": "es",
Expand Down Expand Up @@ -257,7 +257,7 @@
},
"peerDependencies": {
"@elastic/datemath": "^5.0.2",
"@elastic/eui-theme-borealis": "0.0.7",
"@elastic/eui-theme-borealis": "0.0.8",
"@emotion/css": "11.x",
"@emotion/react": "11.x",
"@types/react": "^16.9 || ^17.0 || ^18.0",
Expand Down
29 changes: 26 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4639,6 +4639,15 @@ __metadata:
languageName: unknown
linkType: soft

"@elastic/eui-theme-borealis@npm:0.0.8":
version: 0.0.8
resolution: "@elastic/eui-theme-borealis@npm:0.0.8"
peerDependencies:
"@elastic/eui-theme-common": 0.0.8
checksum: 10c0/85a7251ca31d7a359fe7d81a4b91ece68de0c0cd35dda0df4634f82617477f2b49b75156074f22b54b29d03d431ddc897225de6508ff4172d00cccdf1b4faeef
languageName: node
linkType: hard

"@elastic/eui-theme-borealis@workspace:^, @elastic/eui-theme-borealis@workspace:packages/eui-theme-borealis":
version: 0.0.0-use.local
resolution: "@elastic/eui-theme-borealis@workspace:packages/eui-theme-borealis"
Expand Down Expand Up @@ -4673,6 +4682,20 @@ __metadata:
languageName: unknown
linkType: soft

"@elastic/eui-theme-common@npm:0.0.8":
version: 0.0.8
resolution: "@elastic/eui-theme-common@npm:0.0.8"
dependencies:
"@types/lodash": "npm:^4.14.202"
lodash: "npm:^4.17.21"
peerDependencies:
"@emotion/react": 11.x
react: ^16.12 || ^17.0 || ^18.0
react-dom: ^16.12 || ^17.0 || ^18.0
checksum: 10c0/5cc579d79a99b695dc38cd5a4a42c14e0db5b0d9ad5f1d655a8a0e64974a014ab2950d52a99badc93f0596186e0c3fdbda217467a1972f271fcb7d5e27bdd153
languageName: node
linkType: hard

"@elastic/eui-theme-common@workspace:^, @elastic/eui-theme-common@workspace:packages/eui-theme-common":
version: 0.0.0-use.local
resolution: "@elastic/eui-theme-common@workspace:packages/eui-theme-common"
Expand Down Expand Up @@ -4774,8 +4797,8 @@ __metadata:
"@cypress/webpack-dev-server": "npm:^1.7.0"
"@elastic/charts": "npm:^64.1.0"
"@elastic/datemath": "npm:^5.0.3"
"@elastic/eui-theme-borealis": "workspace:^"
"@elastic/eui-theme-common": "workspace:^"
"@elastic/eui-theme-borealis": "npm:0.0.8"
"@elastic/eui-theme-common": "npm:0.0.8"
"@emotion/babel-preset-css-prop": "npm:^11.11.0"
"@emotion/cache": "npm:^11.11.0"
"@emotion/css": "npm:^11.11.0"
Expand Down Expand Up @@ -4959,7 +4982,7 @@ __metadata:
yo: "npm:^4.3.1"
peerDependencies:
"@elastic/datemath": ^5.0.2
"@elastic/eui-theme-borealis": 0.0.7
"@elastic/eui-theme-borealis": 0.0.8
"@emotion/css": 11.x
"@emotion/react": 11.x
"@types/react": ^16.9 || ^17.0 || ^18.0
Expand Down

0 comments on commit 59791ef

Please sign in to comment.