Skip to content

Commit c80d259

Browse files
committed
Merge branch 'main' into feat/axios-1.x
2 parents a77047c + dbd0a23 commit c80d259

5 files changed

Lines changed: 4225 additions & 1632 deletions

File tree

.yarn/releases/yarn-4.3.1.cjs

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

.yarn/releases/yarn-4.4.0.cjs

Lines changed: 925 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.3.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.4.0.cjs

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@privyid/nuapi",
33
"version": "0.3.0-alpha.6",
44
"description": "Nuxt HTTP Client module",
5-
"packageManager": "yarn@4.3.1",
5+
"packageManager": "yarn@4.4.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/privy-open-source/nuapi.git"
@@ -57,12 +57,12 @@
5757
"nuxt": ">=3.4.0"
5858
},
5959
"devDependencies": {
60-
"@nuxt/eslint-config": "0.4.0",
60+
"@nuxt/eslint-config": "0.5.0",
6161
"@nuxt/module-builder": "0.8.1",
6262
"@nuxt/schema": "3.12.4",
6363
"@nuxt/test-utils": "3.14.0",
6464
"@privyid/eslint-config-persona": "0.27.0",
65-
"@privyid/nhp": "0.4.2",
65+
"@privyid/nhp": "1.0.0",
6666
"@typescript-eslint/eslint-plugin": "5.62.0",
6767
"@typescript-eslint/parser": "5.62.0",
6868
"@vitest/coverage-v8": "^2.0.5",
@@ -78,7 +78,7 @@
7878
"eslint-plugin-unicorn": "46.0.1",
7979
"eslint-plugin-varspacing": "1.2.2",
8080
"eslint-plugin-vue": "9.27.0",
81-
"msw": "2.3.4",
81+
"msw": "2.3.5",
8282
"nuxt": "3.12.4",
8383
"typescript": "5.5.4",
8484
"vitest": "2.0.5"

0 commit comments

Comments
 (0)