Skip to content

Commit

Permalink
Update Shared components packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2022
1 parent c9f52c5 commit 391fcec
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Cache node modules
id: npm-cache
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules-v2
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
container: cypress/browsers:latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

- name: Cache node modules
id: npm-cache
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules-v2
with:
Expand Down Expand Up @@ -53,15 +53,15 @@ jobs:
wait-on-timeout: 120

- name: upload Cypress screenshots for failed tests
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
path: cypress/screenshots

# Test run video was always captured, so this action uses "always()" condition
- name: upload Cypress test run video
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: cypress-videos
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

- name: Cache node modules
id: npm-cache
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules-v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Use Node.js 16.6.2
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
version: 16.6.2

- name: Cache node modules
id: lerna-npm-cache
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules-v2
with:
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"dependencies": {
"@patternfly/patternfly": "4.210.2",
"@patternfly/quickstarts": "1.2.2",
"@patternfly/quickstarts": "2.2.4",
"@patternfly/react-charts": "6.88.7",
"@patternfly/react-core": "4.235.7",
"@patternfly/react-icons": "4.86.7",
Expand All @@ -25,7 +25,7 @@
"i18next": "21.5.4",
"i18next-browser-languagedetector": "6.1.2",
"i18next-http-backend": "1.4.1",
"i18next-parser": "5.3.0",
"i18next-parser": "6.5.0",
"lodash.debounce": "4.0.8",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down Expand Up @@ -55,14 +55,14 @@
"@storybook/react": "6.5.10",
"@testing-library/cypress": "8.0.3",
"@testing-library/jest-dom": "5.15.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"@trivago/prettier-plugin-sort-imports": "2.0.4",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@trivago/prettier-plugin-sort-imports": "3.3.0",
"@types/chai": "4.2.22",
"@types/jest": "27.5.2",
"@types/jest": "29.0.0",
"@types/lodash.debounce": "4.0.6",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.2",
"@types/simpl-schema": "1.12.0",
"@types/testing-library__jest-dom": "5.14.1",
Expand All @@ -75,32 +75,32 @@
"bundle-loader": "0.5.6",
"chai": "4.3.4",
"chromatic": "6.0.6",
"copy-webpack-plugin": "9.1.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.5.1",
"css-minimizer-webpack-plugin": "3.2.0",
"css-minimizer-webpack-plugin": "4.0.0",
"cssnano": "5.0.11",
"cypress": "10.6.0",
"dotenv-webpack": "7.0.3",
"eslint": "7.32.0",
"dotenv-webpack": "8.0.1",
"eslint": "8.23.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest-dom": "3.9.2",
"eslint-plugin-jest-dom": "4.0.2",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.5.12",
"eslint-plugin-testing-library": "4.12.4",
"eslint-plugin-xstate": "0.13.1",
"eslint-plugin-testing-library": "5.6.1",
"eslint-plugin-xstate": "1.0.2",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "7.2.11",
"html-webpack-plugin": "5.5.0",
"husky": "7.0.4",
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1",
"husky": "8.0.1",
"jest": "29.0.2",
"jest-environment-jsdom": "29.0.2",
"jest-mock-axios": "4.4.1",
"keycloak-js": "9.0.0",
"lint-staged": "11.2.6",
"lint-staged": "13.0.3",
"mini-css-extract-plugin": "2.4.5",
"msw": "0.35.0",
"msw-storybook-addon": "1.6.3",
Expand All @@ -112,13 +112,13 @@
"react-refresh-typescript": "2.0.7",
"rimraf": "3.0.2",
"serve": "14.0.1",
"source-map-loader": "3.0.0",
"source-map-loader": "4.0.0",
"storybook-fixtures": "0.11.0",
"style-loader": "3.3.1",
"svg-url-loader": "7.1.1",
"ts-jest": "27.0.7",
"svg-url-loader": "8.0.0",
"ts-jest": "28.0.8",
"ts-loader": "9.2.6",
"tsconfig-paths-webpack-plugin": "3.5.2",
"tsconfig-paths-webpack-plugin": "4.0.0",
"typescript": "4.5.2",
"url-loader": "4.1.1",
"webpack": "5.64.3",
Expand Down

0 comments on commit 391fcec

Please sign in to comment.