Skip to content

Commit

Permalink
chore(deps): update @nuxt/module-builder to 1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jan 14, 2025
1 parent e794475 commit b0e49ac
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 673 deletions.
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Dario Ferderber <dario.ferderber@broj42.com>"
],
"dependencies": {
"@nuxt/kit": "^3.8.0",
"css-vars-ponyfill": "^2.4.8",
"@nuxt/kit": "3.15.1",
"css-vars-ponyfill": "^2.4.9",
"defu": "^6.1.4",
"string-replace-loader": "^3.1.0"
},
Expand All @@ -15,7 +15,7 @@
"@commitlint/config-conventional": "19.6.0",
"@dargmuesli/nuxt-cookie-control": "link:",
"@nuxt/eslint-config": "0.7.5",
"@nuxt/module-builder": "0.8.4",
"@nuxt/module-builder": "1.0.0-alpha.1",
"@nuxt/schema": "3.15.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
Expand All @@ -41,14 +41,12 @@
},
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs",
"types": "./dist/types.d.ts"
"types": "./dist/types.d.mts",
"import": "./dist/module.mjs"
},
"./runtime/*": {
"import": "./dist/runtime/*.js",
"require": "./dist/runtime/*.js",
"types": "./dist/runtime/*.d.ts"
"types": "./dist/runtime/*.d.ts",
"import": "./dist/runtime/*.js"
}
},
"files": [
Expand All @@ -64,7 +62,6 @@
"nuxt gdpr consent"
],
"license": "MIT",
"main": "./dist/module.cjs",
"maintainers": [
"Jonas Thelemann"
],
Expand All @@ -88,6 +85,5 @@
"prepare": "husky && nuxt-module-build prepare"
},
"type": "module",
"types": "./dist/types.d.ts",
"version": "9.0.0-beta.2"
}
Loading

0 comments on commit b0e49ac

Please sign in to comment.