Skip to content

Commit

Permalink
chore(pnpm): Fixing presets
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Dec 11, 2024
1 parent 301ff09 commit 6c57df4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
23 changes: 20 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/presets/ec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"pikaday": "1.8.2",
"normalize.css": "8.0.1",
"@ecl/dom-utils": "4.9.0",
"@ecl/theme-ec": "4.9.0",
"@ecl/vanilla-component-accordion": "4.9.0",
"@ecl/vanilla-component-banner": "4.9.0",
"@ecl/vanilla-component-blockquote": "4.9.0",
Expand Down Expand Up @@ -60,6 +61,7 @@
"@ecl/vanilla-component-ordered-list": "4.9.0",
"@ecl/vanilla-component-page-header": "4.9.0",
"@ecl/vanilla-component-pagination": "4.9.0",
"@ecl/vanilla-component-picture": "4.9.0",
"@ecl/vanilla-component-popover": "4.9.0",
"@ecl/vanilla-component-radio": "4.9.0",
"@ecl/vanilla-component-range": "4.9.0",
Expand Down
3 changes: 3 additions & 0 deletions src/presets/eu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
},
"dependencies": {
"pikaday": "1.8.2",
"normalize.css": "8.0.1",
"@ecl/dom-utils": "4.9.0",
"@ecl/theme-ec": "4.9.0",
"@ecl/vanilla-component-accordion": "4.9.0",
"@ecl/vanilla-component-banner": "4.9.0",
"@ecl/vanilla-component-blockquote": "4.9.0",
Expand Down Expand Up @@ -59,6 +61,7 @@
"@ecl/vanilla-component-ordered-list": "4.9.0",
"@ecl/vanilla-component-page-header": "4.9.0",
"@ecl/vanilla-component-pagination": "4.9.0",
"@ecl/vanilla-component-picture": "4.9.0",
"@ecl/vanilla-component-popover": "4.9.0",
"@ecl/vanilla-component-radio": "4.9.0",
"@ecl/vanilla-component-range": "4.9.0",
Expand Down

0 comments on commit 6c57df4

Please sign in to comment.