Skip to content

Commit b4b282e

Browse files
committed
remove nitro-utils devDependency
1 parent 1d80647 commit b4b282e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/nuxt/build.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { defineBuildConfig } from 'unbuild';
22

33
// Build Config for the Nuxt Module Builder: https://github.com/nuxt/module-builder
44
export default defineBuildConfig({
5-
failOnWarn: false
5+
failOnWarn: false,
66
});

packages/nuxt/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
},
5454
"devDependencies": {
5555
"@nuxt/module-builder": "^0.8.4",
56-
"@sentry-internal/nitro-utils": "8.44.0",
5756
"nuxt": "^3.13.2"
5857
},
5958
"scripts": {

0 commit comments

Comments
 (0)