Skip to content

Commit fa3a99b

Browse files
committed
fix(deps): drop @nuxt/schema dependeny
1 parent 02f9b0a commit fa3a99b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

build.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default defineBuildConfig({
2020
'#app/entry',
2121
'#build/root-component.mjs',
2222
'#imports',
23+
'@nuxt/schema',
2324
'vue-router',
2425
'nitropack',
2526
],

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
"test:examples": "pnpm --filter '!example-app-cucumber' --filter '!example-app-jest' -r test && pnpm --filter example-app-cucumber -r test",
6060
"test:types": "vue-tsc --noEmit",
6161
"test:unit": "vitest test/unit --run",
62+
"build": "unbuild",
6263
"prepack": "unbuild",
6364
"dev:prepare": "nuxt prepare && unbuild --stub && pnpm -r dev:prepare"
6465
},
6566
"dependencies": {
6667
"@nuxt/kit": "^3.17.5",
67-
"@nuxt/schema": "^3.17.5",
6868
"c12": "^3.0.4",
6969
"consola": "^3.4.2",
7070
"defu": "^6.1.4",
@@ -95,6 +95,7 @@
9595
"@jest/globals": "30.0.3",
9696
"@nuxt/devtools-kit": "2.6.0",
9797
"@nuxt/eslint-config": "1.4.1",
98+
"@nuxt/schema": "3.17.5",
9899
"@playwright/test": "1.53.1",
99100
"@testing-library/vue": "8.1.0",
100101
"@types/bun": "1.2.17",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)