Skip to content

Commit

Permalink
chore: use stable versions of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 15, 2022
1 parent 5341eb5 commit 3b35b9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@docusaurus/theme-search-algolia": "2.0.0-beta.20",
"@heroicons/react": "^1.0.6",
"@mdx-js/react": "^1.6.22",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "1.1.0-next.7df536b.0",
"@sapphire/docusaurus-plugin-ts2esm2cjs": "1.1.0-next.7df536b.0",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "1.1.0",
"@sapphire/docusaurus-plugin-ts2esm2cjs": "1.1.0",
"@svgr/webpack": "^6.2.1",
"@tippyjs/react": "^4.2.6",
"clsx": "^1.1.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3096,26 +3096,26 @@ __metadata:
languageName: unknown
linkType: soft

"@sapphire/docusaurus-plugin-npm2yarn2pnpm@npm:1.1.0-next.7df536b.0":
version: 1.1.0-next.7df536b.0
resolution: "@sapphire/docusaurus-plugin-npm2yarn2pnpm@npm:1.1.0-next.7df536b.0"
"@sapphire/docusaurus-plugin-npm2yarn2pnpm@npm:1.1.0":
version: 1.1.0
resolution: "@sapphire/docusaurus-plugin-npm2yarn2pnpm@npm:1.1.0"
dependencies:
npm-to-yarn: ^1.0.1
unist-util-visit: ^2.0.3
checksum: 09b4b89b3094514fe2996f4b0f3abd87bdc0f7833b534beff35d65daeb7807d7e030c7f040989d8997022e1c65e72d933ca49d09c32213169a6895683dcf929a
checksum: 1b8d2962c0955ff445f934b617e505fb6642e9bcb9fe5316c334c5b1f52d5bf69e051345ba57fccd2e300fbc29c0f65c276a48050f803813239150816356becc
languageName: node
linkType: hard

"@sapphire/docusaurus-plugin-ts2esm2cjs@npm:1.1.0-next.7df536b.0":
version: 1.1.0-next.7df536b.0
resolution: "@sapphire/docusaurus-plugin-ts2esm2cjs@npm:1.1.0-next.7df536b.0"
"@sapphire/docusaurus-plugin-ts2esm2cjs@npm:1.1.0":
version: 1.1.0
resolution: "@sapphire/docusaurus-plugin-ts2esm2cjs@npm:1.1.0"
dependencies:
"@sapphire/prettier-config": ^1.4.3
esm-to-cjs: ^1.2.1
prettier: ^2.6.2
typescript: ^4.6.4
unist-util-visit: ^2.0.3
checksum: ef6af198d57f4313ae1edfb8323e800c1bb4829d0f9c78d0d31acd37beef25e7da059ece1f212fb091a3d75527fd5156168f447b5c3d6af23674a44c642fecfc
checksum: 28df3c3c4f667c349a76bd806417d228e1347aa4ae24cd8b017e82430ff446a5f0f43535b607f68c1fb614115aea40bdd5652ae2a30d0d41645968c45f683519
languageName: node
linkType: hard

Expand Down Expand Up @@ -15044,8 +15044,8 @@ __metadata:
"@heroicons/react": ^1.0.6
"@mdx-js/react": ^1.6.22
"@sapphire/decorators": ^4.3.4
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": 1.1.0-next.7df536b.0
"@sapphire/docusaurus-plugin-ts2esm2cjs": 1.1.0-next.7df536b.0
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": 1.1.0
"@sapphire/docusaurus-plugin-ts2esm2cjs": 1.1.0
"@sapphire/eslint-config": ^4.3.5
"@sapphire/fetch": ^2.3.1
"@sapphire/prettier-config": ^1.4.3
Expand Down

1 comment on commit 3b35b9d

@vercel
Copy link

@vercel vercel bot commented on 3b35b9d May 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.