Skip to content

Commit

Permalink
build(docs): update dependencies (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 9, 2023
1 parent 0f050e3 commit d3e42fc
Show file tree
Hide file tree
Showing 2 changed files with 663 additions and 199 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Expand Up @@ -2,19 +2,19 @@
"name": "@edge-runtime/docs",
"version": "0.0.0",
"dependencies": {
"@heroicons/react": "~2.0.17",
"next": "~13.4.1",
"@heroicons/react": "~2.0.18",
"next": "~13.4.4",
"next-themes": "~0.2.1",
"nextra": "~2.4.2",
"nextra-theme-docs": "~2.4.2",
"nextra": "~2.7.1",
"nextra-theme-docs": "~2.7.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"swr": "~2.1.5"
},
"devDependencies": {
"autoprefixer": "~10.4.14",
"postcss": "~8.4.23",
"tailwindcss": "~3.3.1"
"postcss": "~8.4.24",
"tailwindcss": "~3.3.2"
},
"engines": {
"node": ">=16"
Expand Down

1 comment on commit d3e42fc

@vercel
Copy link

@vercel vercel bot commented on d3e42fc Jun 9, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

edge-runtime – ./

edge-runtime.vercel.app
edge-runtime.vercel.sh
edge-runtime-git-main.vercel.sh

Please sign in to comment.