Update a few test environments, remove unused import.

Signed-off-by: Andy Caruso <macaruso@gmail.com>
This commit is contained in:
Andy Caruso
2022-03-14 11:17:17 -07:00
committed by blam
parent 9ec4e0613e
commit a1167e41b1
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
'@backstage/plugin-permission-node': patch
---
Update to jose 4.6.0
Update to `jose` 4.6.0
@@ -21,7 +21,6 @@ import {
SignJWT,
jwtVerify,
exportJWK,
decodeProtectedHeader,
} from 'jose';
import { Config } from '@backstage/config';
import { AuthenticationError } from '@backstage/errors';
+3
View File
@@ -48,6 +48,9 @@
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1"
},
"jest": {
"testEnvironment": "node"
},
"files": [
"dist"
]
+3
View File
@@ -39,6 +39,9 @@
"supertest": "^6.1.6",
"msw": "^0.35.0"
},
"jest": {
"testEnvironment": "node"
},
"files": [
"dist",
"config.d.ts"