Skip to content

Commit

Permalink
Update examples/with-sitemap/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Alvarez D. <[email protected]>
  • Loading branch information
khattakdev and lfades authored Jul 23, 2020
1 parent 34626f2 commit e3af2a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/with-sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "with-sitemap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "9.4.4",
"react": "16.13.1",
"react-dom": "16.13.1"
"next": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"globby": "^11.0.1"
}
},
"license": "MIT"
}

0 comments on commit e3af2a2

Please sign in to comment.