next-multilingual
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "next-multilingual", | ||
"description": "An opinionated end-to-end solution for Next.js applications that requires multiple languages.", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"license": "MIT", | ||
@@ -107,3 +107,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/core": "^7.18.6", | ||
"@babel/core": "^7.18.9", | ||
"cheap-watch": "^1.0.4", | ||
@@ -113,4 +113,4 @@ "colorette": "^2.0.19", | ||
"nookies": "^2.5.2", | ||
"properties-file": "^2.0.6", | ||
"resolve-accept-language": "^1.1.11" | ||
"properties-file": "^2.0.7", | ||
"resolve-accept-language": "^1.1.12" | ||
}, | ||
@@ -122,14 +122,14 @@ "devDependencies": { | ||
"@types/express": "^4.17.13", | ||
"@types/node": "^18.0.5", | ||
"@types/node": "^18.0.6", | ||
"@types/react": "^18.0.15", | ||
"@types/react-dom": "^18.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.30.6", | ||
"@typescript-eslint/parser": "^5.30.6", | ||
"@typescript-eslint/types": "^5.30.6", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"@typescript-eslint/types": "^5.30.7", | ||
"cross-env": "^7.0.3", | ||
"cypress": "^10.3.0", | ||
"cypress-fail-on-console-error": "^3.1.0", | ||
"cypress": "^10.3.1", | ||
"cypress-fail-on-console-error": "^3.2.0", | ||
"dotenv-cli": "^6.0.0", | ||
"eslint": "^8.20.0", | ||
"eslint-config-next": "v12.2.2", | ||
"eslint-config-next": "v12.2.3", | ||
"eslint-config-prettier": "^8.5.0", | ||
@@ -141,7 +141,7 @@ "eslint-plugin-prettier": "^4.2.1", | ||
"lint-staged": "^13.0.3", | ||
"next": "v12.2.2", | ||
"next": "v12.2.3", | ||
"prettier": "^2.7.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"release-it": "^15.1.2", | ||
"release-it": "^15.1.3", | ||
"start-server-and-test": "^1.14.0", | ||
@@ -148,0 +148,0 @@ "typescript": "4.7.4" |
Updated@babel/core@^7.18.9
Updatedproperties-file@^2.0.7