Skip to content

Commit

Permalink
chore: correcting pfe from devDependencies to dependencies (#1545)
Browse files Browse the repository at this point in the history
* chore: correcting pfe to devDependencies to dependencies

* docs: included patternfly/icons in importmap

* chore: add changeset
  • Loading branch information
zeroedin committed May 1, 2024
1 parent b3bd6fe commit 862380b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-carrots-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rhds/elements": patch
---

corrected `@patternfly/elements` dependency to be included with the package
4 changes: 4 additions & 0 deletions eleventy.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ module.exports = function(eleventyConfig) {
'@rhds/tokens/media.js',
'@rhds/tokens/meta.js',
'@patternfly/elements',
'@patternfly/icons/far/',
'@patternfly/icons/fas/',
'@patternfly/icons/fab/',
'@patternfly/icons/patternfly/',
'@patternfly/pfe-core',
// Vendor
'lit',
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
},
"dependencies": {
"@lit/context": "^1.1.1",
"@patternfly/elements": "^3.0.1",
"@patternfly/icons": "^1.0.2",
"@patternfly/pfe-core": "^3.0.0",
"@rhds/tokens": "^2.0.1",
Expand All @@ -253,7 +254,6 @@
"@lit/reactive-element": "^2.0.4",
"@parse5/tools": "^0.3.0",
"@patternfly/create-element": "^1.0.2",
"@patternfly/elements": "^3.0.0",
"@patternfly/eslint-config-elements": "^3.0.0",
"@patternfly/eslint-plugin-elements": "^2.0.0",
"@patternfly/pfe-tools": "^2.0.1",
Expand Down

0 comments on commit 862380b

Please sign in to comment.