Skip to content

Commit

Permalink
bump versions and
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Aug 19, 2023
1 parent 8deef7b commit 85dd4f3
Show file tree
Hide file tree
Showing 3 changed files with 568 additions and 222 deletions.
4 changes: 4 additions & 0 deletions packages/vinxi/lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ export async function createBuild(app, buildConfig) {
"node-fetch-native/polyfill": require.resolve(
"node-fetch-native/polyfill",
),
"unstorage/drivers/fs-lite": require.resolve("unstorage/drivers/fs-lite"),
defu: require.resolve("defu"),
pathe: require.resolve("pathe"),
unstorage: require.resolve("unstorage"),
},
// externals: {
// inline: ["node-fetch-native/polyfill"],
Expand Down
9 changes: 5 additions & 4 deletions packages/vinxi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vinxi",
"version": "0.0.15",
"version": "0.0.19",
"type": "module",
"author": "Nikhil Saraf <nsaraf98@gmail.com>",
"files": [
Expand Down Expand Up @@ -45,16 +45,17 @@
"c12": "^1.1.2",
"chokidar": "^3.5.3",
"consola": "^3.2.3",
"defu": "^6.1.2",
"es-module-lexer": "^1.3.0",
"esbuild": "^0.18.14",
"fast-glob": "^3.3.0",
"get-port": "^6.1.2",
"h3": "1.8.0-rc.2",
"h3": "1.8.0",
"http-proxy": "^1.18.1",
"listhen": "^1.0.4",
"micromatch": "^4.0.5",
"mri": "^1.2.0",
"nitropack": "npm:nitropack-edge@2.6.0-28186311.f8d176b",
"nitropack": "npm:nitropack-edge@2.6.0-28206057.d584781",
"node-fetch-native": "^1.2.0",
"path-to-regexp": "^6.2.1",
"pathe": "^1.1.1",
Expand All @@ -65,7 +66,7 @@
"ufo": "^1.1.2",
"unenv": "^1.5.1",
"unimport": "^3.0.11",
"unstorage": "^1.7.0",
"unstorage": "^1.9.0",
"vite": "4.3.9",
"zod": "^3.21.4"
},
Expand Down
Loading

0 comments on commit 85dd4f3

Please sign in to comment.