Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2022
1 parent fa22df1 commit 5aa0266
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .build/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.6.2
16.16.0
48 changes: 24 additions & 24 deletions .build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,45 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@webpack-cli/serve": "1.6.0",
"ajv": "8.6.2",
"asciidoctor": "2.2.5",
"@webpack-cli/serve": "1.7.0",
"ajv": "8.11.0",
"asciidoctor": "2.2.6",
"assets-webpack-plugin": "7.1.1",
"copy-dir": "1.3.0",
"copy-webpack-plugin": "9.0.1",
"css-loader": "6.2.0",
"css-minimizer-webpack-plugin": "3.0.2",
"copy-webpack-plugin": "9.1.0",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "3.4.1",
"file-loader": "6.2.0",
"fs-extra": "10.0.0",
"fs-extra": "10.1.0",
"gh-pages": "3.2.3",
"glob": "7.1.7",
"html-webpack-plugin": "5.3.2",
"glob": "7.2.3",
"html-webpack-plugin": "5.5.0",
"jest": "^27.5.1",
"js-yaml": "4.1.0",
"jsdom": "17.0.0",
"jsonpath": "1.1.1",
"mini-css-extract-plugin": "2.2.1",
"mini-css-extract-plugin": "2.6.1",
"mkdirp": "1.0.4",
"node-fetch": "2.6.1",
"node-fetch": "2.6.7",
"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",
"style-loader": "3.3.1",
"svg-url-loader": "7.1.1",
"sync-fetch": "0.3.0",
"terser-webpack-plugin": "5.2.0",
"ts-loader": "9.2.5",
"tsconfig-paths-webpack-plugin": "3.5.1",
"tslib": "2.3.1",
"typescript": "4.4.2",
"sync-fetch": "0.4.1",
"terser-webpack-plugin": "5.3.3",
"ts-loader": "9.3.1",
"tsconfig-paths-webpack-plugin": "3.5.2",
"tslib": "2.4.0",
"typescript": "4.7.4",
"url-loader": "4.1.1",
"webpack": "5.51.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.2.1",
"webpack": "5.74.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.3",
"webpack-merge": "5.8.0"
},
"scripts": {
Expand All @@ -73,8 +73,8 @@
"test": "jest ./tests"
},
"dependencies": {
"@patternfly/quickstarts": "2.1.0",
"@patternfly/react-core": "4.135.0",
"@patternfly/quickstarts": "2.2.4",
"@patternfly/react-core": "4.224.1",
"@patternfly/transform-adoc": "0.1.1",
"@redhat-cloud-services/frontend-components-config": "4.3.5",
"@rhoas/app-services-ui-shared": "0.12.2",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/modular-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
DOCS_PRODUCT_NAME: ${{matrix.product}}
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@v4.4.0
env:
DEPLOY_BRANCH: ${{matrix.branch}}
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.6.2
16.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/kafka-avro-schema-quickstart-jvm
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-902

ARG JAVA_PACKAGE=java-11-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/kafka-avro-schema-quickstart-legacy-jar
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-902

ARG JAVA_PACKAGE=java-11-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
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 registry.access.redhat.com/ubi8/ubi-minimal:8.4
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-902
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
2 changes: 1 addition & 1 deletion code-examples/quarkus-kafka-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>kafka-oauth-client</artifactId>
<version>0.8.1</version>
<version>0.10.0</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/kafka-jvm
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-902

ARG JAVA_PACKAGE=java-11-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/kafka-legacy-jar
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-902

ARG JAVA_PACKAGE=java-11-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
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 registry.access.redhat.com/ubi8/ubi-minimal:8.4
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6-902
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<title>Prices</title>

<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.24.0/css/patternfly.min.css">
href="https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.59.5/css/patternfly.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.24.0/css/patternfly-additions.min.css">
href="https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.59.5/css/patternfly-additions.min.css">
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 5aa0266

Please sign in to comment.