Skip to content

Commit

Permalink
feat: upgrade to unbuild@2 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 28, 2023
1 parent bb21139 commit 665b54b
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 316 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dist
types
package-lock.json
.nuxt
.output
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@nuxt/kit": "^3.7.0"
},
"devDependencies": {
"@types/node": "^20.5.6",
"@nuxt/module-builder": "workspace:*",
"@nuxt/schema": "^3.7.0",
"@types/node": "^20.5.7",
"nuxt": "^3.7.0"
},
"build": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"release": "pnpm test && standard-version && git push --follow-tags && npm publish",
"test": "pnpm vitest"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.0",
"dependencies": {
"consola": "^3.2.3",
"mlly": "^1.4.1",
"mri": "^1.2.0",
"pathe": "^1.1.1",
"unbuild": "^1.2.1"
"unbuild": "^2.0.0"
},
"peerDependencies": {
"@nuxt/kit": "^3.7.0",
Expand All @@ -45,11 +45,11 @@
"@nuxt/schema": "^3.7.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/mri": "^1.1.1",
"@types/node": "^20.5.6",
"@types/node": "^20.5.7",
"@vitest/coverage-v8": "^0.34.3",
"eslint": "^8.48.0",
"jiti": "^1.19.3",
"nuxi": "^3.7.0",
"nuxi": "^3.7.2",
"nuxt": "^3.7.0",
"standard-version": "^9.5.0",
"vitest": "^0.34.3"
Expand Down
Loading

0 comments on commit 665b54b

Please sign in to comment.