From f15f0c96d3100d0e65b77dc28580bd84d9146b4e Mon Sep 17 00:00:00 2001 From: Martin Cajthaml Date: Sun, 22 Nov 2020 16:48:15 +0100 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 37a50c0e..99f06489 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" },