-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade Yarn to the latest version
Signed-off-by: Jon Koops <[email protected]>
- Loading branch information
Showing
11 changed files
with
19,488 additions
and
14,504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"version": "0.0.1", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"packageManager": "[email protected]+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90", | ||
"scripts": { | ||
"analyze": "yarn workspace patternfly-org analyze", | ||
"develop": "yarn workspace patternfly-org develop", | ||
|
@@ -24,25 +25,22 @@ | |
}, | ||
"workspaces": { | ||
"packages": [ | ||
"packages/ast-helpers", | ||
"packages/documentation-framework", | ||
"packages/documentation-site" | ||
"packages/*" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@octokit/rest": "^19.0.7", | ||
"@patternfly/patternfly": "^6.1.0-prerelease.11", | ||
"@patternfly/react-code-editor": "^6.1.0-prerelease.14", | ||
"@patternfly/react-core": "^6.1.0-prerelease.14", | ||
"@patternfly/react-table": "^6.1.0-prerelease.14", | ||
"@octokit/rest": "^19.0.7", | ||
"glob": "^8.1.0", | ||
"lerna": "^6.4.1", | ||
"surge": "^0.23.1", | ||
"react": "^18", | ||
"react-dom": "^18" | ||
"react-dom": "^18", | ||
"surge": "^0.23.1" | ||
}, | ||
"resolutions": { | ||
"node-sass": ">=6.0.1" | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.