Skip to content

Commit

Permalink
Upgrade/canary 0.0.41 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
avitorio committed Sep 18, 2023
1 parent 279ce74 commit 6c81784
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 267 deletions.
1 change: 0 additions & 1 deletion apps/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"lint": "next lint"
},
"dependencies": {
"@tiptap/pm": "^2.0.3",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
Expand Down
16 changes: 1 addition & 15 deletions apps/web/outstatic/content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author:
slug: 'getting-started'
description: ''
coverImage: ''
publishedAt: '2023-09-12T18:34:15.000Z'
publishedAt: '2023-09-18T18:34:15.000Z'
---

Here's how you can get started with Outstatic.
Expand Down Expand Up @@ -93,19 +93,6 @@ yarn add outstatic
pnpm install outstatic
```

Then install some needed dependencies:

```bash
# npm
npm install @tiptap/pm

# yarn
yarn add @tiptap/pm

#pnpm
pnpm install @tiptap/pm
```

Once installed, you'll need to add two files to your `/app` folder:

`/app/outstatic/[[...ost]]/page.tsx`
Expand Down Expand Up @@ -192,4 +179,3 @@ OST_TOKEN_SECRET=A_RANDOM_TOKEN
```

To learn more about all the available environment variables, see the [Environment Variables ](https://outstatic.com/docs/environment-variables)section of the docs.

1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@tiptap/pm": "^2.0.3",
"countries-and-timezones": "^3.5.1",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
Expand Down
1 change: 0 additions & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"lint": "next lint"
},
"dependencies": {
"@tiptap/pm": "^2.0.3",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
Expand Down
19 changes: 10 additions & 9 deletions packages/outstatic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@
"@apollo/client": "^3.6.6",
"@hapi/iron": "^7.0.0",
"@hookform/resolvers": "^2.9.7",
"@tiptap/core": "2.0.0-beta.202",
"@tiptap/extension-bubble-menu": "2.0.0-beta.202",
"@tiptap/extension-code-block-lowlight": "2.0.0-beta.202",
"@tiptap/extension-floating-menu": "2.0.0-beta.202",
"@tiptap/extension-image": "2.0.0-beta.202",
"@tiptap/extension-link": "2.0.0-beta.202",
"@tiptap/extension-placeholder": "2.0.0-beta.202",
"@tiptap/react": "2.0.0-beta.202",
"@tiptap/starter-kit": "2.0.0-beta.202",
"@tiptap/core": "2.1.10",
"@tiptap/extension-bubble-menu": "2.1.10",
"@tiptap/extension-code-block-lowlight": "2.1.10",
"@tiptap/extension-floating-menu": "2.1.10",
"@tiptap/extension-image": "2.1.10",
"@tiptap/extension-link": "2.1.10",
"@tiptap/extension-placeholder": "2.1.10",
"@tiptap/pm": "2.1.10",
"@tiptap/react": "2.1.10",
"@tiptap/starter-kit": "2.1.10",
"camelcase": "^6.3.0",
"clsx": "^1.2.1",
"cookie": "^0.5.0",
Expand Down
Loading

0 comments on commit 6c81784

Please sign in to comment.