Skip to content

Commit

Permalink
update deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Sep 19, 2024
1 parent adef2f0 commit 4f63350
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/docusaurus-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "workspace:^",
"@elastic/eui-docgen": "workspace:^",
"@elastic/eui-theme-berlin": "workspace:^",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@types/react-window": "^1.8.8",
Expand Down
7 changes: 4 additions & 3 deletions packages/eui-theme-berlin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@elastic/eui-theme-berlin",
"version": "0.0.1",
"description": "A visual theme for EUI",
"license": "SEE LICENSE IN LICENSE.txt",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
Expand All @@ -13,12 +14,12 @@
"directory": "packages/eui-theme-berlin"
},
"private": true,
"dependencies": {
"@elastic/eui": "^95.10.1"
},
"devDependencies": {
"typescript": "^5.6.2"
},
"peerDependencies": {
"@elastic/eui": "^95.10.1"
},
"main": "lib/index.js",
"exports": {
"./lib/*": "./lib/*",
Expand Down
1 change: 1 addition & 0 deletions packages/eui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"url": "https://github.com/elastic/eui.git"
},
"dependencies": {
"@elastic/eui-theme-berlin": "workspace:^",
"@hello-pangea/dnd": "^16.6.0",
"@types/lodash": "^4.14.202",
"@types/numeral": "^2.0.5",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5721,6 +5721,7 @@ __metadata:
"@elastic/datemath": "npm:^5.0.3"
"@elastic/eui": "workspace:^"
"@elastic/eui-docgen": "workspace:^"
"@elastic/eui-theme-berlin": "workspace:^"
"@emotion/css": "npm:^11.11.2"
"@emotion/react": "npm:^11.11.4"
"@types/react": "npm:^18.3.3"
Expand Down Expand Up @@ -5748,13 +5749,12 @@ __metadata:
languageName: unknown
linkType: soft

"@elastic/eui-theme-berlin@workspace:packages/eui-theme-berlin":
"@elastic/eui-theme-berlin@workspace:^, @elastic/eui-theme-berlin@workspace:packages/eui-theme-berlin":
version: 0.0.0-use.local
resolution: "@elastic/eui-theme-berlin@workspace:packages/eui-theme-berlin"
dependencies:
"@elastic/eui": "npm:^95.10.1"
typescript: "npm:^5.6.2"
peerDependencies:
"@elastic/eui": ^95.10.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5789,7 +5789,7 @@ __metadata:
languageName: unknown
linkType: soft

"@elastic/eui@workspace:^, @elastic/eui@workspace:packages/eui":
"@elastic/eui@npm:^95.10.1, @elastic/eui@workspace:^, @elastic/eui@workspace:packages/eui":
version: 0.0.0-use.local
resolution: "@elastic/eui@workspace:packages/eui"
dependencies:
Expand All @@ -5810,6 +5810,7 @@ __metadata:
"@cypress/webpack-dev-server": "npm:^1.7.0"
"@elastic/charts": "npm:^64.1.0"
"@elastic/datemath": "npm:^5.0.3"
"@elastic/eui-theme-berlin": "workspace:^"
"@emotion/babel-preset-css-prop": "npm:^11.11.0"
"@emotion/cache": "npm:^11.11.0"
"@emotion/css": "npm:^11.11.0"
Expand Down

0 comments on commit 4f63350

Please sign in to comment.