Skip to content

Commit

Permalink
chore(deps): update npm to yarn from 2.0.0 to 2.2.1 (#9861)
Browse files Browse the repository at this point in the history
* chore(deps): update npm to yarn from 2.0.0 to 2.2.1

* test: update tests
  • Loading branch information
OzakIOne committed Feb 17, 2024
1 parent 3426f84 commit 1bbc68b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus-remark-plugin-npm2yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"mdast-util-mdx": "^3.0.0",
"npm-to-yarn": "^2.0.0",
"npm-to-yarn": "^2.2.1",
"tslib": "^2.6.0",
"unified": "^11.0.3",
"unist-util-visit": "^5.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ import TabItem from '@theme/TabItem'
<TabItem value="pnpm" label="pnpm">
\`\`\`bash
pnpm run xxx -- --arg
pnpm run xxx --arg
\`\`\`
</TabItem>
</Tabs>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12326,10 +12326,10 @@ npm-run-path@^5.1.0:
dependencies:
path-key "^4.0.0"

npm-to-yarn@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/npm-to-yarn/-/npm-to-yarn-2.0.0.tgz#59c9c615eca3ba8920308a0b418007b73ffc7492"
integrity sha512-/IbjiJ7vqbxfxJxAZ+QI9CCRjnIbvGxn5KQcSY9xHh0lMKc/Sgqmm7yp7KPmd6TiTZX5/KiSBKlkGHo59ucZbg==
npm-to-yarn@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/npm-to-yarn/-/npm-to-yarn-2.2.1.tgz#048843a6630621daffc6a239dfc89698b8abf7e8"
integrity sha512-O/j/ROyX0KGLG7O6Ieut/seQ0oiTpHF2tXAcFbpdTLQFiaNtkyTXXocM1fwpaa60dg1qpWj0nHlbNhx6qwuENQ==

npmlog@6.0.2, npmlog@^6.0.0, npmlog@^6.0.2:
version "6.0.2"
Expand Down

0 comments on commit 1bbc68b

Please sign in to comment.