fix: fix deps

This commit is contained in:
master 2025-02-20 01:21:43 +08:00
parent de07175ff4
commit 144e4c2f97
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "oidc-client-rx", "name": "oidc-client-rx",
"version": "0.1.0-alpha.3", "version": "0.1.0-alpha.4",
"homepage": "https://github.com/lonelyhentxi/oidc-client-rx", "homepage": "https://github.com/lonelyhentxi/oidc-client-rx",
"author": "lonelyhentxi", "author": "lonelyhentxi",
"description": "ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications", "description": "ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications",
@ -45,7 +45,8 @@
}, },
"dependencies": { "dependencies": {
"@ngify/http": "^2.0.4", "@ngify/http": "^2.0.4",
"@outposts/injection-js": "^2.5.1" "@outposts/injection-js": "^2.5.1",
"rfc4648": "^1.5.0"
}, },
"peerDependencies": { "peerDependencies": {
"@tanstack/react-router": "*", "@tanstack/react-router": "*",
@ -72,7 +73,6 @@
"playwright": "^1.50.0", "playwright": "^1.50.0",
"react": "^19.0.0", "react": "^19.0.0",
"reflect-metadata": "^0.2.2", "reflect-metadata": "^0.2.2",
"rfc4648": "^1.5.0",
"rxjs": "^7.4.0", "rxjs": "^7.4.0",
"tsx": "^4.19.2", "tsx": "^4.19.2",
"typescript": "^5.7.3", "typescript": "^5.7.3",

6
pnpm-lock.yaml generated
View File

@ -14,6 +14,9 @@ importers:
'@outposts/injection-js': '@outposts/injection-js':
specifier: ^2.5.1 specifier: ^2.5.1
version: 2.5.1 version: 2.5.1
rfc4648:
specifier: ^1.5.0
version: 1.5.4
devDependencies: devDependencies:
'@biomejs/biome': '@biomejs/biome':
specifier: 1.9.4 specifier: 1.9.4
@ -72,9 +75,6 @@ importers:
reflect-metadata: reflect-metadata:
specifier: ^0.2.2 specifier: ^0.2.2
version: 0.2.2 version: 0.2.2
rfc4648:
specifier: ^1.5.0
version: 1.5.4
rxjs: rxjs:
specifier: ^7.4.0 specifier: ^7.4.0
version: 7.8.1 version: 7.8.1