next-multilingual
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -67,3 +67,3 @@ "use strict"; | ||
*/ | ||
exports.PAGE_FILE_EXTENSIONS = ['.tsx', 'ts', '.jsx', '.js']; | ||
exports.PAGE_FILE_EXTENSIONS = ['.tsx', '.ts', '.jsx', '.js']; | ||
/** | ||
@@ -70,0 +70,0 @@ * These are special page files used by Next.js that will not have their own routes. Extensions is excluded since they |
{ | ||
"name": "next-multilingual", | ||
"description": "An opinionated end-to-end solution for Next.js applications that requires multiple languages.", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"license": "MIT", | ||
@@ -102,5 +102,5 @@ "main": "lib/index.js", | ||
"e2e-build-headless": "cross-env CYPRESS_isProd=true start-server-and-test start-example-build http://localhost:3000 cypress-headless", | ||
"e2e-build-headless:base-path": "cross-env CYPRESS_isProd=true BASE_PATH=/some-path CYPRESS_basePath=/some-path start-server-and-test start-example-build http://localhost:3000/some-path cypress-headless", | ||
"test": "npm run e2e-headless && npm run e2e-headless-base-path && npm run e2e-build-headless && npm run e2e-build-headless:base-path", | ||
"test-with-pauses": "npm run e2e-headless && echo ** normal dev run ** && cross-env echo && pause && npm run e2e-headless-base-path && echo ** dev run with base path ** && cross-env echo && pause && npm run e2e-build-headless && echo ** normal build run ** && cross-env echo && pause && npm run e2e-build-headless:base-path && echo ** build run with base path **" | ||
"e2e-build-headless-base-path": "cross-env CYPRESS_isProd=true BASE_PATH=/some-path CYPRESS_basePath=/some-path start-server-and-test start-example-build http://localhost:3000/some-path cypress-headless", | ||
"test": "npm run e2e-headless && npm run e2e-headless-base-path && npm run e2e-build-headless && npm run e2e-build-headless-base-path", | ||
"test-with-pauses": "npm run e2e-headless && echo ** normal dev run ** && cross-env echo && pause && npm run e2e-headless-base-path && echo ** dev run with base path ** && cross-env echo && pause && npm run e2e-build-headless && echo ** normal build run ** && cross-env echo && pause && npm run e2e-build-headless-base-path && echo ** build run with base path **" | ||
}, | ||
@@ -111,6 +111,6 @@ "dependencies": { | ||
"colorette": "^2.0.19", | ||
"intl-messageformat": "^10.1.0", | ||
"intl-messageformat": "^10.1.1", | ||
"nookies": "^2.5.2", | ||
"properties-file": "^2.0.4", | ||
"resolve-accept-language": "^1.1.9" | ||
"properties-file": "^2.0.5", | ||
"resolve-accept-language": "^1.1.10" | ||
}, | ||
@@ -122,14 +122,14 @@ "devDependencies": { | ||
"@types/express": "^4.17.13", | ||
"@types/node": "^18.0.1", | ||
"@types/react": "^18.0.14", | ||
"@types/react-dom": "^18.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.30.4", | ||
"@typescript-eslint/parser": "^5.30.4", | ||
"@typescript-eslint/types": "^5.30.4", | ||
"@types/node": "^18.0.3", | ||
"@types/react": "^18.0.15", | ||
"@types/react-dom": "^18.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"@typescript-eslint/types": "^5.30.5", | ||
"cross-env": "^7.0.3", | ||
"cypress": "^10.3.0", | ||
"cypress-fail-on-console-error": "^3.0.0", | ||
"dotenv-cli": "^5.1.0", | ||
"dotenv-cli": "^6.0.0", | ||
"eslint": "^8.19.0", | ||
"eslint-config-next": "v12.2.0", | ||
"eslint-config-next": "v12.2.2", | ||
"eslint-config-prettier": "^8.5.0", | ||
@@ -141,3 +141,3 @@ "eslint-plugin-prettier": "^4.2.1", | ||
"lint-staged": "^13.0.3", | ||
"next": "v12.2.0", | ||
"next": "v12.2.2", | ||
"prettier": "^2.7.1", | ||
@@ -144,0 +144,0 @@ "react": "^18.2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
250656
Updatedintl-messageformat@^10.1.1
Updatedproperties-file@^2.0.5