-
Notifications
You must be signed in to change notification settings - Fork 9
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 a supported version
Signed-off-by: Jon Koops <[email protected]>
- Loading branch information
Showing
8 changed files
with
15,349 additions
and
10,986 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.0", | ||
"description": "This library provides patternfly extensions", | ||
"license": "MIT", | ||
"packageManager": "[email protected]+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90", | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
|
@@ -23,29 +24,28 @@ | |
"serve:a11y": "yarn workspace @patternfly/design-tokens serve:a11y" | ||
}, | ||
"devDependencies": { | ||
"react": "^18", | ||
"react-dom": "^18", | ||
"typescript": "^4.7.4", | ||
"@babel/core": "^7.19.6", | ||
"@babel/preset-env": "^7.19.4", | ||
"@babel/preset-flow": "^7.18.6", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@types/react": "^18.0.0", | ||
"@types/react-dom": "^18.0.0", | ||
"concurrently": "^5.3.0", | ||
"eslint": "^8.0.1", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-config-standard-with-typescript": "^23.0.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-markdown": "^1.0.2", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-react": "^7.21.4", | ||
"eslint-config-standard-with-typescript": "^23.0.0", | ||
"eslint-plugin-n": "^15.0.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-react": "^7.21.4", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"prettier": "2.7.1", | ||
"@babel/core": "^7.19.6", | ||
"@babel/preset-env": "^7.19.4", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-flow": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"serve": "^14.1.2" | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
"react": "^18", | ||
"react-dom": "^18", | ||
"serve": "^14.1.2", | ||
"typescript": "^4.7.4" | ||
} | ||
} |
Oops, something went wrong.