Skip to content

Commit d7ba199

Browse files
chore: bump deps
1 parent e1591e0 commit d7ba199

File tree

5 files changed

+3752
-2719
lines changed

5 files changed

+3752
-2719
lines changed

.yarn/releases/yarn-4.1.0.cjs

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

.yarn/releases/yarn-4.5.1.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: true
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.1.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-param-validators",
33
"type": "module",
44
"version": "0.2.3",
5-
"packageManager": "yarn@4.1.0",
5+
"packageManager": "yarn@4.5.1",
66
"description": "Provide param validators for you Nuxt project",
77
"license": "MIT",
88
"repository": "HigherOrderLogic/nuxt-param-validators",
@@ -28,19 +28,19 @@
2828
"test": "vitest run"
2929
},
3030
"dependencies": {
31-
"@nuxt/kit": "^3.13.1",
31+
"@nuxt/kit": "^3.14.0",
3232
"globby": "^14.0.2",
3333
"knitwork": "^1.1.0",
3434
"scule": "^1.3.0"
3535
},
3636
"devDependencies": {
37-
"@antfu/eslint-config": "^3.3.2",
38-
"@nuxt/module-builder": "^0.8.3",
39-
"@nuxt/test-utils": "^3.14.1",
40-
"@types/node": "^22.5.4",
41-
"eslint": "^9.9.1",
42-
"nuxt": "^3.13.1",
43-
"typescript": "^5.6.2",
44-
"vitest": "^2.0.5"
37+
"@antfu/eslint-config": "^3.8.0",
38+
"@nuxt/module-builder": "^0.8.4",
39+
"@nuxt/test-utils": "^3.14.4",
40+
"@types/node": "^22.9.0",
41+
"eslint": "^9.14.0",
42+
"nuxt": "^3.14.0",
43+
"typescript": "^5.6.3",
44+
"vitest": "^2.1.4"
4545
}
4646
}

0 commit comments

Comments
 (0)