Skip to content

Commit

Permalink
fix(yarn.lock): resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed May 22, 2024
1 parent c089767 commit 470505a
Show file tree
Hide file tree
Showing 3 changed files with 1,460 additions and 404 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 470505a

Please sign in to comment.