Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelkrimdev committed Dec 4, 2022
1 parent 3cfdb8f commit 04537d3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "nextra",
"name": "whitepaper",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand All @@ -8,17 +8,17 @@
"start": "next start",
"build": "next build"
},
"author": "Martify Labs",
"author": "MeshJS",
"license": "MIT",
"dependencies": {
"next": "^11.1.4",
"nextra": "^1.1.0",
"nextra-theme-docs": "^1.2.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"next": "13.0.6",
"nextra": "2.0.1",
"nextra-theme-docs": "2.0.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"prettier": "^2.0.5"
"prettier": "2.0.5"
},
"prettier": {
"semi": false,
Expand Down

1 comment on commit 04537d3

@vercel
Copy link

@vercel vercel bot commented on 04537d3 Dec 4, 2022

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:

whitepaper – ./

whitepaper-woad.vercel.app
whitepaper-mesh-js.vercel.app
whitepaper-git-main-mesh-js.vercel.app

Please sign in to comment.