Skip to content

Commit

Permalink
Merge pull request #199 from jeff-phillips-18/v6-fix
Browse files Browse the repository at this point in the history
chore(package.json) Fix V6 package.json file
  • Loading branch information
nicolethoen authored May 22, 2024
2 parents da69462 + 06767f5 commit 62590e1
Show file tree
Hide file tree
Showing 3 changed files with 1,285 additions and 296 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
6 changes: 0 additions & 6 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,9 @@
"tag": "alpha"
},
"dependencies": {
<<<<<<< HEAD
"@patternfly/react-core": "^6.0.0-alpha.26",
"@patternfly/react-icons": "^6.0.0-alpha.11",
"@patternfly/react-styles": "^6.0.0-alpha.11",
=======
"@patternfly/react-core": "^6.0.0-alpha.2",
"@patternfly/react-icons": "^6.0.0-alpha.2",
"@patternfly/react-styles": "^6.0.0-alpha.2",
>>>>>>> b564d2c (add v6 configs)
"@types/d3": "^7.4.0",
"@types/d3-force": "^1.2.1",
"@types/dagre": "0.7.42",
Expand Down
Loading

0 comments on commit 62590e1

Please sign in to comment.