Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vonschau committed Nov 22, 2020
1 parent 44090bd commit f15f0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-routes-with-locale",
"version": "1.8.2",
"version": "1.8.3",
"description": "Easy to use locale-based dynamic routes for Next.js",
"repository": "vonschau/next-routes-with-locale",
"main": "dist",
Expand All @@ -27,10 +27,10 @@
]
},
"dependencies": {
"@babel/runtime-corejs3": "^7.12.5",
"path-to-regexp": "^6.2.0"
},
"peerDependencies": {
"@babel/runtime-corejs3": "^7.12.5",
"next": "^10.0.2",
"react": "^17.0.1"
},
Expand Down

0 comments on commit f15f0c9

Please sign in to comment.