-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): remove duplicate
js-yaml
packages
(cherry picked from commit f1ae1bc)
- Loading branch information
1 parent
3bbb244
commit 2eaf79b
Showing
9 changed files
with
63 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,7 +206,7 @@ | |
"jest-runtime": "^29.4.1", | ||
"jest-util": "^29.4.1", | ||
"js-tokens": "^4.0.0", | ||
"js-yaml": "4.1.0", | ||
"js-yaml": "npm:@zkochan/[email protected]", | ||
"jsonc-eslint-parser": "^2.1.0", | ||
"jsonc-parser": "3.2.0", | ||
"kill-port": "^1.6.1", | ||
|
@@ -320,7 +320,6 @@ | |
"@widgetbot/react-embed": "^1.9.0", | ||
"@yarnpkg/lockfile": "^1.1.0", | ||
"@yarnpkg/parsers": "3.0.0-rc.46", | ||
"@zkochan/js-yaml": "0.0.6", | ||
"axios": "^1.6.0", | ||
"classnames": "^2.3.1", | ||
"cliui": "^8.0.1", | ||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
"generators": "./generators.json", | ||
"executors": "./executors.json", | ||
"peerDependencies": { | ||
"js-yaml": "4.1.0" | ||
"js-yaml": "npm:@zkochan/[email protected]" | ||
}, | ||
"dependencies": { | ||
"@nx/devkit": "file:../devkit", | ||
|
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 |
---|---|---|
|
@@ -35,7 +35,6 @@ | |
"dependencies": { | ||
"@yarnpkg/lockfile": "^1.1.0", | ||
"@yarnpkg/parsers": "3.0.0-rc.46", | ||
"@zkochan/js-yaml": "0.0.6", | ||
"axios": "^1.6.0", | ||
"chalk": "^4.1.0", | ||
"cli-cursor": "3.1.0", | ||
|
@@ -49,7 +48,7 @@ | |
"fs-extra": "^11.1.0", | ||
"ignore": "^5.0.4", | ||
"jest-diff": "^29.4.1", | ||
"js-yaml": "4.1.0", | ||
"js-yaml": "npm:@zkochan/[email protected]", | ||
"jsonc-parser": "3.2.0", | ||
"lines-and-columns": "~2.0.3", | ||
"minimatch": "9.0.3", | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.