Skip to content

Adds a blog section #5784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,268 changes: 667 additions & 601 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"node": ">=18.12.0"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@mdx-js/react": "^1.6.22",
"@yarnpkg/types": "workspace:^",
"chalk": "^3.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "@babel/parser",
"version": "7.23.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "@babel/traverse",
"version": "7.99.0"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "@types/babel__traverse",
"version": "7.99.0"
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ describe(`Plugins`, () => {
makeTemporaryEnv({}, {
tsEnableAutoTypes: true,
}, async ({path, run, source}) => {
await run(`add`, `@iarna/toml`);
await run(`add`, `@babel/[email protected]`);

await expect(readManifest(path)).resolves.toMatchObject({
dependencies: {
[`@iarna/toml`]: `^1.0.0`,
[`@babel/traverse`]: `7.99.0`,
},
devDependencies: {
[`@types/iarna__toml`]: `^1`,
[`@types/babel__traverse`]: `^7`,
},
});
}),
Expand Down
12 changes: 0 additions & 12 deletions packages/docusaurus/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions packages/docusaurus/blog/2019-05-29-long-blog-post.md

This file was deleted.

Loading