FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge branch 'main' of github.com:patternfly-java/patternfly-java · patternfly-java/patternfly-java@de23a43 · GitHub

Commit de23a43

Browse files
committed
Merge branch 'main' of github.com:patternfly-java/patternfly-java
2 parents 7e8cbde + 7299113 commit de23a43

15 files changed

Lines changed: 326 additions & 326 deletions

File tree

‎.github/workflows/apidocs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
$MVN org.apache.maven.plugins:maven-antrun-plugin:run@copy-demos
3333
$MVN javadoc:javadoc
3434
working-directory: apidoc
35-
- uses: JamesIves/github-pages-deploy-action@v4.8.0
35+
- uses: JamesIves/github-pages-deploy-action@v4.9.0
3636
with:
3737
token: ${{ secrets.PUBLISH_CONTENT }}
3838
repository-name: patternfly-java/apidocs

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
distribution: temurin
116116
cache: maven
117117
- run: $MVN --projects org.patternfly:patternfly-java-showcase --also-make -P showcase,prod package
118-
- uses: JamesIves/github-pages-deploy-action@v4.8.0
118+
- uses: JamesIves/github-pages-deploy-action@v4.9.0
119119
with:
120120
token: ${{ secrets.PUBLISH_CONTENT }}
121121
repository-name: patternfly-java/patternfly-java.github.io
@@ -150,7 +150,7 @@ jobs:
150150
$MVN org.apache.maven.plugins:maven-antrun-plugin:run@copy-demos
151151
$MVN javadoc:javadoc
152152
working-directory: apidoc
153-
- uses: JamesIves/github-pages-deploy-action@v4.8.0
153+
- uses: JamesIves/github-pages-deploy-action@v4.9.0
154154
with:
155155
token: ${{ secrets.PUBLISH_CONTENT }}
156156
repository-name: patternfly-java/apidocs

‎.github/workflows/showcase.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: $MVN install
3131
working-directory: bom
3232
- run: $MVN --projects org.patternfly:patternfly-java-showcase --also-make -P showcase,prod package
33-
- uses: JamesIves/github-pages-deploy-action@v4.8.0
33+
- uses: JamesIves/github-pages-deploy-action@v4.9.0
3434
with:
3535
token: ${{ secrets.PUBLISH_CONTENT }}
3636
repository-name: patternfly-java/patternfly-java.github.io

‎charts/npm/package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"url": "https://github.com/patternfly-java/patternfly-java/issues"
55
},
66
"dependencies": {
7-
"@patternfly/react-charts": "^8.6.0",
8-
"@patternfly/react-styles": "^6.6.0",
9-
"@patternfly/react-tokens": "^6.6.0",
7+
"@patternfly/react-charts": "^8.6.1",
8+
"@patternfly/react-styles": "^6.6.1",
9+
"@patternfly/react-tokens": "^6.6.1",
1010
"hoist-non-react-statics": "^3.3.2",
1111
"lit": "^3.3.3",
1212
"lodash": "^4.18.1",
@@ -34,7 +34,7 @@
3434
"description": "Web Components wrapper around PatternFly React Charts",
3535
"devDependencies": {
3636
"rimraf": "^6.1.3",
37-
"vite": "^8.2.0"
37+
"vite": "^8.2.1"
3838
},
3939
"homepage": "https://patternfly-java.github.io/",
4040
"keywords": [
@@ -46,7 +46,7 @@
4646
],
4747
"license": "Apache-2.0",
4848
"name": "@patternfly-java/charts",
49-
"packageManager": "pnpm@11.20.0",
49+
"packageManager": "pnpm@11.21.0",
5050
"private": false,
5151
"repository": {
5252
"type": "git",

‎charts/npm/pnpm-lock.yaml‎

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎core/npm/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "Apache-2.0",
2424
"main": "core.css",
2525
"name": "@patternfly-java/core",
26-
"packageManager": "pnpm@11.20.0",
26+
"packageManager": "pnpm@11.21.0",
2727
"peerDependencies": {
2828
"@patternfly/patternfly": "^6.6.1"
2929
},

‎core/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly-java-core",
3-
"packageManager": "pnpm@11.20.0",
3+
"packageManager": "pnpm@11.21.0",
44
"private": true,
55
"scripts": {
66
"generate-version": "node version.mjs"

‎extensions/finder/npm/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "Apache-2.0",
2424
"main": "finder.css",
2525
"name": "@patternfly-java/finder",
26-
"packageManager": "pnpm@11.20.0",
26+
"packageManager": "pnpm@11.21.0",
2727
"peerDependencies": {
2828
"@patternfly/patternfly": "^6.6.1"
2929
},

‎icons/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"@fortawesome/free-regular-svg-icons": "^7.3.1",
55
"@fortawesome/free-solid-svg-icons": "^7.3.1",
66
"@patternfly/patternfly": "^6.6.1",
7-
"@patternfly/react-icons": "^6.6.0",
8-
"@types/node": "^26.1.2",
7+
"@patternfly/react-icons": "^6.6.1",
8+
"@types/node": "^26.2.0",
99
"camelcase": "^9.0.0"
1010
},
1111
"name": "icons",
12-
"packageManager": "pnpm@11.20.0",
12+
"packageManager": "pnpm@11.21.0",
1313
"private": true,
1414
"scripts": {
1515
"generate": "node src/scripts/generate.mjs"

‎icons/pnpm-lock.yaml‎

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL