Skip to content

Commit

Permalink
chore(deps): update shared components packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2022
1 parent 14bc1db commit 6bacb95
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
20 changes: 10 additions & 10 deletions .build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@
"asciidoctor": "2.2.5",
"assets-webpack-plugin": "7.1.1",
"copy-dir": "1.3.0",
"copy-webpack-plugin": "9.0.1",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.2.0",
"css-minimizer-webpack-plugin": "3.0.2",
"css-minimizer-webpack-plugin": "4.2.0",
"file-loader": "6.2.0",
"fs-extra": "10.0.0",
"gh-pages": "3.2.3",
"glob": "7.1.7",
"gh-pages": "4.0.0",
"glob": "8.0.3",
"html-webpack-plugin": "5.3.2",
"jest": "^27.5.1",
"jest": "29.1.2",
"js-yaml": "4.1.0",
"jsdom": "17.0.0",
"jsdom": "20.0.1",
"jsonpath": "1.1.1",
"mini-css-extract-plugin": "2.2.1",
"mkdirp": "1.0.4",
"node-fetch": "2.6.1",
"node-fetch": "3.2.10",
"node-wget": "0.4.3",
"npm-run-all": "4.1.5",
"null-loader": "4.0.1",
"optimize-css-assets-webpack-plugin": "6.0.1",
"raw-loader": "4.0.2",
"rimraf": "3.0.2",
"style-loader": "3.2.1",
"svg-url-loader": "7.1.1",
"svg-url-loader": "8.0.0",
"sync-fetch": "0.3.0",
"terser-webpack-plugin": "5.2.0",
"ts-loader": "9.2.5",
"tsconfig-paths-webpack-plugin": "3.5.1",
"tsconfig-paths-webpack-plugin": "4.0.0",
"tslib": "2.3.1",
"typescript": "4.4.2",
"url-loader": "4.1.1",
Expand Down Expand Up @@ -81,6 +81,6 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"sync-request": "6.1.0",
"yaml": "1.10.2"
"yaml": "2.1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt' # See 'Supported distributions' for available options
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-examples-kafka-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt' # See 'Supported distributions' for available options
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
node-version: [16.6.2]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm --prefix .build install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/modular-docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- product: RHOAD

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Checkout Source
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.6.2
- name: Set up JDK 9.0.4 for x64
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 15
distribution: 'adopt' # See 'Supported distributions' for available options
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/modular-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- product: RHOAD
branch: modular-docs-rhoad
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Checkout Source
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.6.2
- name: Set up JDK 9.0.4 for x64
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 15
distribution: 'adopt' # See 'Supported distributions' for available options
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
node-version: [16.6.2]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm --prefix .build install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/kafka-avro-schema-quickstart
#
###
FROM quay.io/quarkus/quarkus-distroless-image:1.0
FROM quay.io/quarkus/quarkus-distroless-image:2.0
COPY target/*-runner /application

EXPOSE 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/kafka
#
###
FROM quay.io/quarkus/quarkus-distroless-image:1.0
FROM quay.io/quarkus/quarkus-distroless-image:2.0
COPY target/*-runner /application

EXPOSE 8080
Expand Down

0 comments on commit 6bacb95

Please sign in to comment.