Skip to content

Commit

Permalink
bump devdependencies to v6 versions
Browse files Browse the repository at this point in the history
update pr-preview.yml

update yarn.lock

update lockfile

fix yarn.lock conflict

fix yarn.lock conflict

fix yarn.lock conflict
  • Loading branch information
jenny-s51 committed May 22, 2024
1 parent c089767 commit 4c9a83b
Show file tree
Hide file tree
Showing 3 changed files with 4,835 additions and 4,703 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
git fetch origin pull/$GH_PR_NUM/head:tmp
git checkout tmp
- run: |
git rev-parse origin/main
git rev-parse origin/v6
git rev-parse HEAD
git rev-parse origin/main..HEAD
git log origin/main..HEAD --format="%b"
git rev-parse origin/v6..HEAD
git log origin/v6..HEAD --format="%b"
# Yes, we really want to checkout the PR
# Injected by generate-workflows.js
- uses: actions/setup-node@v1
Expand Down
4 changes: 2 additions & 2 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@patternfly/documentation-framework": "^5.2.15",
"@patternfly/patternfly": "^5.1.0",
"@patternfly/patternfly-a11y": "^4.3.1",
"@patternfly/react-code-editor": "^5.1.1",
"@patternfly/react-table": "^5.1.1",
"@patternfly/react-code-editor": "^6.0.0-alpha.26",
"@patternfly/react-table": "^6.0.0-alpha.26",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"camel-case": "^3.0.0",
Expand Down
Loading

0 comments on commit 4c9a83b

Please sign in to comment.