Skip to content

Commit 6813861

Browse files
chore: remove pnpm overrides from dependency update
Agent-Logs-Url: https://github.com/kinde-oss/js-utils/sessions/42ad0547-4736-4719-a119-136c1ccb397e Co-authored-by: dtoxvanilla1991 <73205087+dtoxvanilla1991@users.noreply.github.com>
1 parent 6207373 commit 6813861

3 files changed

Lines changed: 1260 additions & 3528 deletions

File tree

lib/expo-secure-store.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
declare module "expo-secure-store" {
2+
export function getItemAsync(key: string): Promise<string | null>;
3+
export function setItemAsync(key: string, value: string): Promise<void>;
4+
export function deleteItemAsync(key: string): Promise<void>;
5+
}

package.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"@types/chrome": "^0.1.0",
4242
"@types/node": "^24.0.0",
4343
"@vitejs/plugin-react": "^6.0.0",
44-
"expo-secure-store": "55.0.14",
4544
"@vitest/coverage-v8": "^4.0.3",
4645
"eslint": "^10.0.0",
4746
"globals": "^17.0.0",
@@ -50,7 +49,7 @@
5049
"typescript": "^6.0.0",
5150
"typescript-eslint": "^8.59.0",
5251
"vite": "^8.0.0",
53-
"vite-plugin-dts": "^4.0.3",
52+
"vite-plugin-dts": "^5.0.0",
5453
"vitest": "^4.0.3",
5554
"vitest-fetch-mock": "^0.4.1"
5655
},
@@ -63,24 +62,6 @@
6362
}
6463
},
6564
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800",
66-
"pnpm": {
67-
"overrides": {
68-
"@xmldom/xmldom@<0.8.12": ">=0.8.12",
69-
"@xmldom/xmldom@<0.8.13": ">=0.8.13",
70-
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
71-
"lodash@<=4.17.23": ">=4.18.0",
72-
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
73-
"minimatch@<3.1.3": ">=3.1.3",
74-
"minimatch@<3.1.4": ">=3.1.4",
75-
"postcss@<8.5.10": ">=8.5.10",
76-
"tar@<7.5.7": ">=7.5.7",
77-
"tar@<7.5.8": ">=7.5.8",
78-
"tar@<=7.5.10": ">=7.5.11",
79-
"tar@<=7.5.2": ">=7.5.3",
80-
"tar@<=7.5.3": ">=7.5.4",
81-
"tar@<=7.5.9": ">=7.5.10"
82-
}
83-
},
8465
"dependencies": {
8566
"@kinde/jwt-decoder": "^0.2.0"
8667
}

0 commit comments

Comments
 (0)