Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jan 5, 2024
1 parent 36e531f commit ae317f3
Show file tree
Hide file tree
Showing 8 changed files with 573 additions and 562 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"happy-dom": "^12.10.3",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.10",
"vitest": "^1.1.1",
"vite": "^5.0.11",
"vitest": "^1.1.3",
"vue-tsc": "^1.8.27"
}
}
8 changes: 4 additions & 4 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"test:types": "vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.9.0",
"defu": "^6.1.3",
"@nuxt/kit": "^3.9.1",
"defu": "^6.1.4",
"unlazy": "workspace:*"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.0",
"@nuxt/schema": "^3.9.1",
"@types/node": "^20.10.6",
"@unocss/nuxt": "^0.58.3",
"@unocss/reset": "^0.58.3",
"nuxt": "^3.9.0"
"nuxt": "^3.9.1"
}
}
1 change: 0 additions & 1 deletion packages/nuxt/playground/.nuxtrc

This file was deleted.

4 changes: 4 additions & 0 deletions packages/nuxt/playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export default defineNuxtConfig({
},
},

imports: {
autoImport: false,
},

future: {
typescriptBundlerResolution: true,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@types/node": "^20.10.6",
"eslint-plugin-solid": "^0.13.1",
"solid-js": "^1.8.7",
"solid-js": "^1.8.8",
"tsup": "^8.0.1",
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"unlazy": "workspace:*"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.1",
"@sveltejs/adapter-auto": "^3.1.0",
"@sveltejs/kit": "^2.0.6",
"@sveltejs/package": "^2.2.5",
"eslint-plugin-svelte": "^2.35.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"devDependencies": {
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"vue": "^3.4.3"
"vue": "^3.4.5"
}
}
Loading

0 comments on commit ae317f3

Please sign in to comment.