Skip to content

Commit

Permalink
build: set dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Sep 19, 2024
1 parent adef2f0 commit d19f6c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 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
1 change: 1 addition & 0 deletions packages/eui-theme-berlin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"private": true,
"devDependencies": {
"@elastic/eui": "^95.10.1",
"typescript": "^5.6.2"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/eui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"@cypress/webpack-dev-server": "^1.7.0",
"@elastic/charts": "^64.1.0",
"@elastic/datemath": "^5.0.3",
"@elastic/eui-theme-berlin": "^0.0.1",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.11.0",
Expand Down Expand Up @@ -253,6 +254,7 @@
},
"peerDependencies": {
"@elastic/datemath": "^5.0.2",
"@elastic/eui-theme-berlin": "^0.0.1",
"@emotion/css": "11.x",
"@emotion/react": "11.x",
"@types/react": "^16.9 || ^17.0 || ^18.0",
Expand Down
8 changes: 6 additions & 2 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,10 +5749,11 @@ __metadata:
languageName: unknown
linkType: soft

"@elastic/eui-theme-berlin@workspace:packages/eui-theme-berlin":
"@elastic/eui-theme-berlin@npm:^0.0.1, @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
Expand Down Expand Up @@ -5789,7 +5791,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 +5812,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": "npm:^0.0.1"
"@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 @@ -5992,6 +5995,7 @@ __metadata:
yo: "npm:^4.3.1"
peerDependencies:
"@elastic/datemath": ^5.0.2
"@elastic/eui-theme-berlin": ^0.0.1
"@emotion/css": 11.x
"@emotion/react": 11.x
"@types/react": ^16.9 || ^17.0 || ^18.0
Expand Down

0 comments on commit d19f6c1

Please sign in to comment.