Skip to content

Commit

Permalink
Merge pull request #30 from platformatic/auth0-react-v2
Browse files Browse the repository at this point in the history
auth0-react v2 upgrade
  • Loading branch information
marcopiraccini committed Dec 20, 2023
2 parents a434d5a + 45c84a5 commit 472431b
Show file tree
Hide file tree
Showing 4 changed files with 1,718 additions and 1,480 deletions.
20 changes: 10 additions & 10 deletions packages/semaforo-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"dependencies": {
"auth0": "^3.1.1",
"commist": "^3.2.0",
"console-table-printer": "^2.11.1",
"console-table-printer": "^2.11.2",
"desm": "^1.3.0",
"dotenv": "^16.0.3",
"es-main": "^1.2.0",
"fast-jwt": "^2.1.0",
"dotenv": "^16.3.1",
"es-main": "^1.3.0",
"fast-jwt": "^3.3.2",
"find-cache-dir": "^4.0.0",
"get-jwks": "^8.0.3",
"help-me": "^4.2.0",
"minimist": "^1.2.7",
"mkdirp": "^2.1.1",
"semver": "^7.3.8",
"undici": "^5.15.0"
"help-me": "^5.0.0",
"minimist": "^1.2.8",
"mkdirp": "^3.0.1",
"semver": "^7.5.4",
"undici": "^6.0.1"
},
"devDependencies": {
"snazzy": "^9.0.0",
"standard": "^17.0.0"
"standard": "^17.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 9 additions & 9 deletions packages/semaforo-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"author": "Marco Piraccini <marco@platformatic.dev>",
"license": "Apache-2.0",
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@vitest/coverage-v8": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@auth0/auth0-react": "^1.12.0"
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@vitejs/plugin-react": "^3.0.1",
"@vitest/coverage-c8": "^0.28.0",
"jsdom": "^21.0.0",
"@vitejs/plugin-react": "^4.2.1",
"jsdom": "^23.0.1",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"vite": "^4.0.4",
"vitest": "^0.28.0"
"standard": "^17.1.0",
"vite": "^5.0.10",
"vitest": "^1.1.0"
},
"standard": {
"globals": [
Expand Down
2 changes: 1 addition & 1 deletion packages/semaforo-ui/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
globals: true,
environment: 'jsdom',
coverage: {
provider: 'c8'
provider: 'v8'
}
}
})

0 comments on commit 472431b

Please sign in to comment.