Skip to content

Commit 7fbcfd4

Browse files
committed
fix(chore): error deps
1 parent 602f34d commit 7fbcfd4

5 files changed

Lines changed: 1052 additions & 1019 deletions

File tree

.yarn/releases/yarn-4.4.0.cjs

Lines changed: 0 additions & 925 deletions
This file was deleted.

.yarn/releases/yarn-4.5.3.cjs

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.4.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.5.3.cjs

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@privyid/nuapi",
3-
"version": "0.3.0-alpha.6",
3+
"version": "1.0.0",
44
"description": "Nuxt HTTP Client module",
5-
"packageManager": "yarn@4.4.0",
5+
"packageManager": "yarn@4.5.3",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/privy-open-source/nuapi.git"
@@ -65,7 +65,7 @@
6565
"@privyid/nhp": "1.0.1",
6666
"@typescript-eslint/eslint-plugin": "5.62.0",
6767
"@typescript-eslint/parser": "5.62.0",
68-
"@vitest/coverage-v8": "^2.0.5",
68+
"@vitest/coverage-v8": "2.1.8",
6969
"@vue/eslint-config-typescript": "13.0.0",
7070
"changelogen": "0.5.5",
7171
"eslint": "8.57.0",
@@ -81,7 +81,7 @@
8181
"msw": "2.3.5",
8282
"nuxt": "3.13.2",
8383
"typescript": "5.5.4",
84-
"vitest": "2.0.5"
84+
"vitest": "2.1.8"
8585
},
8686
"publishConfig": {
8787
"access": "public"

0 commit comments

Comments
 (0)