Skip to content

Commit

Permalink
fix: bump kit/schema and remove from externals
Browse files Browse the repository at this point in the history
resolves #83
  • Loading branch information
danielroe committed Aug 24, 2023
1 parent cddd8bd commit af0d9df
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
1 change: 0 additions & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default defineBuildConfig({
},
entries: ['src/index'],
externals: [
'@nuxt/schema',
'@nuxt/test-utils',
'fsevents',
'node:url',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/kit": "npm:@nuxt/kit-edge@latest",
"@nuxt/schema": "npm:@nuxt/schema-edge@latest",
"@nuxt/kit": "npm:@nuxt/kit-edge@3.7.0-28214761.b633764e",
"@nuxt/schema": "npm:@nuxt/schema-edge@3.7.0-28214761.b633764e",
"@types/clear": "^0.1.2",
"@types/flat": "^5.0.2",
"@types/http-proxy": "^1.17.11",
Expand Down
23 changes: 14 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af0d9df

Please sign in to comment.