Skip to content

Commit b37789f

Browse files
committed
update packages
1 parent 0c90b9e commit b37789f

File tree

3 files changed

+187
-187
lines changed

3 files changed

+187
-187
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"typecheck": "tsc"
3333
},
3434
"dependencies": {
35-
"@docusaurus/core": "2.4.0",
36-
"@docusaurus/preset-classic": "2.4.0",
35+
"@docusaurus/core": "^2.4.3",
36+
"@docusaurus/preset-classic": "^2.4.3",
3737
"@emotion/react": "^11.10.6",
3838
"@emotion/styled": "^11.10.6",
3939
"@mdx-js/react": "^1.6.22",
@@ -47,7 +47,7 @@
4747
"react-dom": "^17.0.2"
4848
},
4949
"devDependencies": {
50-
"@docusaurus/module-type-aliases": "2.4.0",
50+
"@docusaurus/module-type-aliases": "^2.4.3",
5151
"@tsconfig/docusaurus": "^1.0.5",
5252
"doc-snippets": "^1.0.0",
5353
"npm-run-all": "^4.1.5",

src/docs/tutorials/create-wraps/tutorial/project-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: 'project-setup'
33
title: 'Project setup'
44
---
55

6-
If you're looking to find out what it takes to build a Polywrap wrap, you've come to the right place! This guide will help you understand Polywrap's core concepts. If you haven't checked out our [Quick Start](/quick-start) section yet, we recommend visiting that section first.
6+
If you're looking to find out what it takes to build a Polywrap wrap, you've come to the right place! This guide will help you understand Polywrap's core concepts. If you haven't checked out our [Quick Start](/quick-start/javascript) section yet, we recommend visiting that section first.
77

88
In this guide, we'll download a simple but complete project to help us get started. We'll look at the different folders and files that make up a Polywrap wrap, such as the GraphQL schema and WebAssembly implementations. Then, we'll dive in and add more code to these existing files to expand the functionality of our wrap. Finally, we'll learn about the different ways you can build and deploy your wrap so that other devs can integrate your wrap into their own apps!
99

0 commit comments

Comments
 (0)