| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,7 +32,7 @@ jobs: | |||
| 32 | 32 | $MVN org.apache.maven.plugins:maven-antrun-plugin:run@copy-demos | |
| 33 | 33 | $MVN javadoc:javadoc | |
| 34 | 34 | working-directory: apidoc | |
| 35 | - - uses: JamesIves/github-pages-deploy-action@v4.8.0 | ||
| 35 | + - uses: JamesIves/github-pages-deploy-action@v4.9.0 | ||
| 36 | 36 | with: | |
| 37 | 37 | token: ${{ secrets.PUBLISH_CONTENT }} | |
| 38 | 38 | repository-name: patternfly-java/apidocs | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -115,7 +115,7 @@ jobs: | |||
| 115 | 115 | distribution: temurin | |
| 116 | 116 | cache: maven | |
| 117 | 117 | - 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 | ||
| 119 | 119 | with: | |
| 120 | 120 | token: ${{ secrets.PUBLISH_CONTENT }} | |
| 121 | 121 | repository-name: patternfly-java/patternfly-java.github.io | |
@@ -150,7 +150,7 @@ jobs: | |||
| 150 | 150 | $MVN org.apache.maven.plugins:maven-antrun-plugin:run@copy-demos | |
| 151 | 151 | $MVN javadoc:javadoc | |
| 152 | 152 | working-directory: apidoc | |
| 153 | - - uses: JamesIves/github-pages-deploy-action@v4.8.0 | ||
| 153 | + - uses: JamesIves/github-pages-deploy-action@v4.9.0 | ||
| 154 | 154 | with: | |
| 155 | 155 | token: ${{ secrets.PUBLISH_CONTENT }} | |
| 156 | 156 | repository-name: patternfly-java/apidocs | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ jobs: | |||
| 30 | 30 | - run: $MVN install | |
| 31 | 31 | working-directory: bom | |
| 32 | 32 | - 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 | ||
| 34 | 34 | with: | |
| 35 | 35 | token: ${{ secrets.PUBLISH_CONTENT }} | |
| 36 | 36 | repository-name: patternfly-java/patternfly-java.github.io | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,9 +4,9 @@ | |||
| 4 | 4 | "url": "https://github.com/patternfly-java/patternfly-java/issues" | |
| 5 | 5 | }, | |
| 6 | 6 | "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", | ||
| 10 | 10 | "hoist-non-react-statics": "^3.3.2", | |
| 11 | 11 | "lit": "^3.3.3", | |
| 12 | 12 | "lodash": "^4.18.1", | |
@@ -34,7 +34,7 @@ | |||
| 34 | 34 | "description": "Web Components wrapper around PatternFly React Charts", | |
| 35 | 35 | "devDependencies": { | |
| 36 | 36 | "rimraf": "^6.1.3", | |
| 37 | - "vite": "^8.2.0" | ||
| 37 | + "vite": "^8.2.1" | ||
| 38 | 38 | }, | |
| 39 | 39 | "homepage": "https://patternfly-java.github.io/", | |
| 40 | 40 | "keywords": [ | |
@@ -46,7 +46,7 @@ | |||
| 46 | 46 | ], | |
| 47 | 47 | "license": "Apache-2.0", | |
| 48 | 48 | "name": "@patternfly-java/charts", | |
| 49 | - "packageManager": "pnpm@11.20.0", | ||
| 49 | + "packageManager": "pnpm@11.21.0", | ||
| 50 | 50 | "private": false, | |
| 51 | 51 | "repository": { | |
| 52 | 52 | "type": "git", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | "license": "Apache-2.0", | |
| 24 | 24 | "main": "core.css", | |
| 25 | 25 | "name": "@patternfly-java/core", | |
| 26 | - "packageManager": "pnpm@11.20.0", | ||
| 26 | + "packageManager": "pnpm@11.21.0", | ||
| 27 | 27 | "peerDependencies": { | |
| 28 | 28 | "@patternfly/patternfly": "^6.6.1" | |
| 29 | 29 | }, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "patternfly-java-core", | |
| 3 | - "packageManager": "pnpm@11.20.0", | ||
| 3 | + "packageManager": "pnpm@11.21.0", | ||
| 4 | 4 | "private": true, | |
| 5 | 5 | "scripts": { | |
| 6 | 6 | "generate-version": "node version.mjs" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | "license": "Apache-2.0", | |
| 24 | 24 | "main": "finder.css", | |
| 25 | 25 | "name": "@patternfly-java/finder", | |
| 26 | - "packageManager": "pnpm@11.20.0", | ||
| 26 | + "packageManager": "pnpm@11.21.0", | ||
| 27 | 27 | "peerDependencies": { | |
| 28 | 28 | "@patternfly/patternfly": "^6.6.1" | |
| 29 | 29 | }, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,12 +4,12 @@ | |||
| 4 | 4 | "@fortawesome/free-regular-svg-icons": "^7.3.1", | |
| 5 | 5 | "@fortawesome/free-solid-svg-icons": "^7.3.1", | |
| 6 | 6 | "@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", | ||
| 9 | 9 | "camelcase": "^9.0.0" | |
| 10 | 10 | }, | |
| 11 | 11 | "name": "icons", | |
| 12 | - "packageManager": "pnpm@11.20.0", | ||
| 12 | + "packageManager": "pnpm@11.21.0", | ||
| 13 | 13 | "private": true, | |
| 14 | 14 | "scripts": { | |
| 15 | 15 | "generate": "node src/scripts/generate.mjs" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments