remix-auth-auth0
Advanced tools
Comparing version 1.3.7 to 1.3.8
{ | ||
"name": "remix-auth-auth0", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"main": "./build/index.js", | ||
@@ -28,24 +28,28 @@ "types": "./build/index.d.ts", | ||
"peerDependencies": { | ||
"remix-auth": "^3.2.2" | ||
"remix-auth": "^3.x" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.10", | ||
"@babel/preset-env": "^7.17.10", | ||
"@babel/preset-typescript": "7.16.7", | ||
"@remix-run/node": "^1.4.3", | ||
"@types/jest": "^27.5.0", | ||
"@typescript-eslint/eslint-plugin": "^5.23.0", | ||
"@typescript-eslint/parser": "^5.23.0", | ||
"babel-jest": "^28.1.0", | ||
"eslint": "^8.15.0", | ||
"@babel/core": "7.18.9", | ||
"@babel/preset-env": "7.18.9", | ||
"@babel/preset-react": "7.18.6", | ||
"@babel/preset-typescript": "7.18.6", | ||
"@remix-run/node": "1.6.5", | ||
"@remix-run/react": "1.6.5", | ||
"@remix-run/server-runtime": "1.6.5", | ||
"@types/jest": "28.1.6", | ||
"@typescript-eslint/eslint-plugin": "5.31.0", | ||
"@typescript-eslint/parser": "5.31.0", | ||
"babel-jest": "28.1.3", | ||
"eslint": "8.20.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-jest": "^26.1.5", | ||
"eslint-plugin-jest-dom": "4.0.1", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"eslint-plugin-unicorn": "42.0.0", | ||
"jest": "^28.1.0", | ||
"eslint-plugin-jest": "26.6.0", | ||
"eslint-plugin-jest-dom": "4.0.2", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"eslint-plugin-unicorn": "43.0.2", | ||
"jest": "28.1.3", | ||
"jest-fetch-mock": "3.0.3", | ||
"prettier": "2.6.2", | ||
"ts-node": "10.7.0", | ||
"typescript": "^4.6.4" | ||
"prettier": "2.7.1", | ||
"react": "18.2.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "4.7.4" | ||
}, | ||
@@ -52,0 +56,0 @@ "dependencies": { |
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
8337
23