@guestlinelabs/react-auth
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -34,3 +34,2 @@ type LegacyRezlynxSiteAccess = { | ||
allowExport: boolean; | ||
manageBudget: boolean; | ||
}; | ||
@@ -37,0 +36,0 @@ type EposPermissions = { |
{ | ||
"name": "@guestlinelabs/react-auth", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx src", | ||
"test": "jest-run", | ||
"test": "jest", | ||
"build": "tsc", | ||
@@ -24,3 +24,3 @@ "prepare": "npm run build" | ||
"@types/enzyme-adapter-react-16": "1.0.6", | ||
"@types/jest": "26.0.15", | ||
"@types/jest": "29.5.0", | ||
"@types/node": "12.12.14", | ||
@@ -46,3 +46,4 @@ "@types/react": "16.9.15", | ||
"eslint-plugin-testing-library": "5.11.0", | ||
"jest": "27.0.0", | ||
"jest": "29.5.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"jest-run": "2.0.0", | ||
@@ -52,2 +53,3 @@ "prettier": "3.0.0", | ||
"react-dom": "16.14.0", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "5.0.3" | ||
@@ -58,2 +60,2 @@ }, | ||
} | ||
} | ||
} |
@@ -40,3 +40,2 @@ type LegacyRezlynxSiteAccess = { | ||
allowExport: boolean; | ||
manageBudget: boolean; | ||
}; | ||
@@ -43,0 +42,0 @@ |
32882
22
817
31