Skip to content

Commit

Permalink
feat: support File name for serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 3, 2023
1 parent 038c76b commit 6d20ca4
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 449 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"serve": "vitepress serve"
},
"devDependencies": {
"vitepress": "1.0.0-alpha.73"
"vitepress": "1.0.0-alpha.75"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"prepare": "nuxi prepare playground && nuxi prepare test/fixture"
},
"dependencies": {
"@nuxt/kit": "^3.4.2",
"@types/node": "^18.16.0",
"@nuxt/kit": "^3.4.3",
"@types/node": "^18.16.3",
"defu": "^6.1.2",
"formdata-node": "^5.0.0",
"ofetch": "^1.0.1",
Expand All @@ -60,14 +60,14 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@nuxt/module-builder": "^0.3.0",
"@nuxt/test-utils": "^3.4.2",
"@nuxt/module-builder": "^0.3.1",
"@nuxt/test-utils": "^3.4.3",
"bumpp": "^9.1.0",
"eslint": "^8.39.0",
"nuxt": "^3.4.2",
"nuxt": "^3.4.3",
"nuxt-api-party": "workspace:*",
"typescript": "^5.0.4",
"vitest": "^0.30.1",
"vue-tsc": "^1.4.4"
"vue-tsc": "^1.6.3"
}
}
Loading

0 comments on commit 6d20ca4

Please sign in to comment.