Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa3a99b

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

3 files changed

+6-4Lines changed: 6 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎build.config.ts‎

Copy file name to clipboardExpand all lines: build.config.ts
+1Lines 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
],
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+2-1Lines 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",
Collapse file

‎pnpm-lock.yaml‎

Copy file name to clipboardExpand all lines: pnpm-lock.yaml
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.