Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe authored Oct 19, 2024
1 parent ea85c59 commit aaf21eb
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 216 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@nuxt/module-builder": "workspace:*",
"@nuxt/schema": "^3.13.2",
"@types/node": "^20.16.11",
"@types/node": "^20.16.13",
"nuxt": "^3.13.2"
},
"build": {
Expand Down
10 changes: 5 additions & 5 deletions example/playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export default defineNuxtConfig({
modules: ['my-module'],
myModule: {
apiKey: '',
// @ts-expect-error invalid configuration key
api: '',
},
hooks: {
'my-module:init'(sharedType) {
// @ts-expect-error invalid assignment
const _b: number = sharedType
},
},
myModule: {
apiKey: '',
// @ts-expect-error invalid configuration key
api: '',
},
})
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "pnpm vitest",
"test:types": "vue-tsc --noEmit && pnpm -r test:types"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"dependencies": {
"citty": "^0.1.6",
"consola": "^3.2.3",
Expand All @@ -47,19 +47,19 @@
"nuxi": "^3.14.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/eslint-config": "^0.6.0",
"@nuxt/kit": "^3.13.2",
"@nuxt/schema": "^3.13.2",
"@types/node": "^20.16.11",
"@vitest/coverage-v8": "^2.1.2",
"@types/node": "^20.16.13",
"@vitest/coverage-v8": "^2.1.3",
"changelogen": "^0.5.7",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"jiti": "^2.3.3",
"nuxi": "^3.14.0",
"nuxt": "^3.13.2",
"tinyexec": "^0.3.0",
"tinyexec": "^0.3.1",
"typescript": "^5.6.3",
"vitest": "^2.1.2",
"vitest": "^2.1.3",
"vue": "^3.5.12",
"vue-tsc": "^2.1.6"
},
Expand Down
Loading

0 comments on commit aaf21eb

Please sign in to comment.