Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 8, 2024
1 parent 8e2df5c commit 722b6d7
Show file tree
Hide file tree
Showing 3 changed files with 1,705 additions and 1,411 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
"test": "vitest run"
},
"dependencies": {
"@nuxt/kit": "3.9.1",
"@nuxt/kit": "3.11.2",
"critters": "0.0.22",
"pathe": "1.1.2",
"ufo": "^1.3.2"
"ufo": "^1.5.3"
},
"devDependencies": {
"@nuxt/module-builder": "0.5.5",
"@nuxt/test-utils": "3.9.0",
"@nuxt/test-utils": "3.12.0",
"@nuxtjs/critters": "link:./",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@vitest/coverage-v8": "1.2.2",
"@vitest/coverage-v8": "1.4.0",
"bumpp": "9.4.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"nuxt": "3.9.1",
"vitest": "1.2.2"
"nuxt": "3.11.2",
"vitest": "1.4.0"
},
"resolutions": {
"@nuxt/schema": "3.9.1",
"@nuxt/schema": "3.11.2",
"@nuxtjs/critters": "link:./"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@nuxtjs/critters": "latest",
"nuxt": "3.9.1"
"nuxt": "3.11.2"
}
}
Loading

0 comments on commit 722b6d7

Please sign in to comment.