Skip to content

Commit a06052a

Browse files
committed
chore: update deps
1 parent 26b1faa commit a06052a

File tree

8 files changed

+547
-355
lines changed

8 files changed

+547
-355
lines changed

.changeset/free-walls-sneeze.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@patternfly/create-element": patch
3+
"@patternfly/eslint-config-elements": patch
4+
"@patternfly/pfe-tools": patch
5+
"@patternfly/pfe-core": patch
6+
"@patternfly/elements": patch
7+
---
8+
9+
Update dependencies
10+

core/pfe-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"test": "wtr --files './test/*.spec.ts' --config ../../web-test-runner.config.js"
6666
},
6767
"dependencies": {
68-
"@lit/context": "^1.1.5",
69-
"lit": "^3.3.0"
68+
"@lit/context": "^1.1.6",
69+
"lit": "^3.3.2"
7070
},
7171
"repository": {
7272
"type": "git",

elements/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@
133133
"Gili Greenberger (https://github.com/Gili-Greenberger)"
134134
],
135135
"dependencies": {
136-
"@lit/context": "^1.1.5",
136+
"@lit/context": "^1.1.6",
137137
"@patternfly/icons": "^1.0.3",
138-
"@patternfly/pfe-core": "^5.0.2",
139-
"lit": "^3.3.0",
138+
"@patternfly/pfe-core": "^5.0.4",
139+
"lit": "^3.3.2",
140140
"tslib": "^2.8.1"
141141
}
142142
}

0 commit comments

Comments
 (0)