Skip to content

Commit

Permalink
Merge pull request #147 from danielroe/update-module-builder
Browse files Browse the repository at this point in the history
fix: update to latest `@nuxt/module-builder`
  • Loading branch information
manchenkoff authored Aug 25, 2024
2 parents 053da23 + fdeae82 commit 21d318e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.0",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.9.0",
"@types/node": "^20.11.13",
Expand Down
19 changes: 9 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1657,27 +1657,26 @@ __metadata:
languageName: node
linkType: hard

"@nuxt/module-builder@npm:^0.7.0":
version: 0.7.1
resolution: "@nuxt/module-builder@npm:0.7.1"
"@nuxt/module-builder@npm:^0.8.3":
version: 0.8.3
resolution: "@nuxt/module-builder@npm:0.8.3"
dependencies:
citty: "npm:^0.1.6"
consola: "npm:^3.2.3"
defu: "npm:^6.1.4"
magic-regexp: "npm:^0.8.0"
mlly: "npm:^1.7.1"
pathe: "npm:^1.1.2"
pkg-types: "npm:^1.1.1"
tsconfck: "npm:^3.1.0"
pkg-types: "npm:^1.1.3"
tsconfck: "npm:^3.1.1"
unbuild: "npm:^2.0.0"
untyped: "npm:^1.4.2"
peerDependencies:
"@nuxt/kit": ^3.12.1
"@nuxt/kit": ^3.12.4
nuxi: ^3.12.0
bin:
nuxt-build-module: dist/cli.mjs
nuxt-module-build: dist/cli.mjs
checksum: 10/2c6f4d86869ab81b0f7171521287e7a755118b34bbba9b9ab94a03a27b9b4e659d35d5aa8f34a91eff9cbf9c74b4cc1718d4b4cb651623628ba9852fdbeb5be3
checksum: 10/df7999622cdc8b4d2ee4da511a9ac2ce03719bb5d44e36b9ab79e42a68a41a6a5fb89eb2d30c96c74eb665be64591d47fc389a3d806a1570bf491ceeab647c25
languageName: node
linkType: hard

Expand Down Expand Up @@ -7432,7 +7431,7 @@ __metadata:
"@nuxt/devtools": "npm:latest"
"@nuxt/eslint-config": "npm:^0.3.13"
"@nuxt/kit": "npm:^3.9.0"
"@nuxt/module-builder": "npm:^0.7.0"
"@nuxt/module-builder": "npm:^0.8.3"
"@nuxt/schema": "npm:^3.9.0"
"@nuxt/test-utils": "npm:^3.9.0"
"@types/node": "npm:^20.11.13"
Expand Down Expand Up @@ -9554,7 +9553,7 @@ __metadata:
languageName: node
linkType: hard

"tsconfck@npm:^3.1.0":
"tsconfck@npm:^3.1.1":
version: 3.1.1
resolution: "tsconfck@npm:3.1.1"
peerDependencies:
Expand Down

0 comments on commit 21d318e

Please sign in to comment.