Skip to content

Commit

Permalink
chore: update all non-major dependencies and add node to nitro exte…
Browse files Browse the repository at this point in the history
…rnal conditions (#440)

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
  • Loading branch information
renovate[bot] and pi0 authored Sep 5, 2021
1 parent 3de9574 commit 74f159d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@rollup/pluginutils": "^4.1.1",
"@types/jsdom": "^16.2.13",
"@vercel/nft": "^0.13.1",
"@vue/server-renderer": "^3.2.2",
"@vue/server-renderer": "^3.2.8",
"archiver": "^5.3.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
Expand All @@ -38,35 +38,35 @@
"defu": "^5.0.0",
"destr": "^1.1.0",
"dot-prop": "^6.0.1",
"esbuild": "^0.12.19",
"esbuild": "^0.12.25",
"etag": "^1.8.1",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
"gzip-size": "^6.0.0",
"h3": "^0.3.0",
"hasha": "^5.2.2",
"hookable": "^5.0.0-2",
"hookable": "^5.0.0",
"http-proxy": "^1.18.1",
"is-primitive": "^3.0.1",
"jiti": "^1.11.0",
"listhen": "^0.2.4",
"mime": "^2.5.2",
"node-fetch": "^2.6.1",
"ohmyfetch": "^0.2.0",
"ohmyfetch": "^0.3.1",
"ora": "^5.4.1",
"pretty-bytes": "^5.6.0",
"rollup": "^2.56.2",
"rollup": "^2.56.3",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"serve-placeholder": "^1.2.4",
"serve-static": "^1.14.1",
"std-env": "^2.3.0",
"table": "^6.7.1",
"ufo": "^0.7.7",
"ufo": "^0.7.9",
"unenv": "^0.3.2",
"unstorage": "^0.2.3",
"upath": "^2.0.1",
"vue": "3.2.2",
"vue": "3.2.8",
"vue-bundle-renderer": "^0.2.10",
"vue-server-renderer": "^2.6.14"
},
Expand Down
1 change: 1 addition & 0 deletions src/rollup/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ export const getRollupConfig = (nitroContext: NitroContext) => {
exportConditions: [
'default',
'module',
'node',
'import'
]
}))
Expand Down

0 comments on commit 74f159d

Please sign in to comment.