chore: update app dependencies (#56)

* fix: role validation for given token

* chore: update app dependencies
This commit is contained in:
Lakhan Samani 2021-10-09 10:04:59 +05:30 committed by GitHub
parent 5bd6fa5bc9
commit 653befc737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1441 additions and 1441 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2832
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,25 +1,25 @@
{ {
"name": "app", "name": "app",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "esbuild src/index.tsx --bundle --minify --sourcemap --outfile=build/bundle.js" "build": "esbuild src/index.tsx --bundle --minify --sourcemap --outfile=build/bundle.js"
}, },
"keywords": [], "keywords": [],
"author": "Lakhan Samani", "author": "Lakhan Samani",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@authorizerdev/authorizer-react": "^0.1.0-beta.16", "@authorizerdev/authorizer-react": "^0.1.0-beta.17",
"@types/react": "^17.0.15", "@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9", "@types/react-dom": "^17.0.9",
"esbuild": "^0.12.17", "esbuild": "^0.12.17",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"typescript": "^4.3.5" "typescript": "^4.3.5"
}, },
"devDependencies": { "devDependencies": {
"@types/react-router-dom": "^5.1.8" "@types/react-router-dom": "^5.1.8"
} }
} }