Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1112)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 10, 2023
1 parent 2a18785 commit db1dcfc
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 375 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@nuxt-themes/docus": "^1.10.1",
"@nuxthq/studio": "^0.10.0",
"@nuxthq/studio": "^0.10.1",
"@nuxtjs/plausible": "^0.2.0",
"nuxt": "3.3.3"
}
Expand Down
65 changes: 8 additions & 57 deletions docs/pnpm-lock.yaml

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

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"resolutions": {
"nitropack": "link:.",
"undici": "^5.21.0"
"undici": "^5.21.2"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.0",
Expand All @@ -51,9 +51,9 @@
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-inject": "^5.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-wasm": "^6.1.2",
"@rollup/pluginutils": "^5.0.2",
"@vercel/nft": "^0.22.6",
Expand All @@ -66,7 +66,7 @@
"defu": "^6.1.2",
"destr": "^1.2.2",
"dot-prop": "^7.2.0",
"esbuild": "^0.17.15",
"esbuild": "^0.17.16",
"escape-string-regexp": "^5.0.0",
"etag": "^1.8.1",
"fs-extra": "^11.1.1",
Expand All @@ -83,7 +83,7 @@
"mime": "^3.0.0",
"mlly": "^1.2.0",
"mri": "^1.2.0",
"node-fetch-native": "^1.0.2",
"node-fetch-native": "^1.1.0",
"ofetch": "^1.0.1",
"ohash": "^1.0.0",
"pathe": "^1.1.0",
Expand All @@ -101,33 +101,33 @@
"std-env": "^3.3.2",
"ufo": "^1.1.1",
"unenv": "^1.2.2",
"unimport": "^3.0.5",
"unimport": "^3.0.6",
"unstorage": "^1.4.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230321.0",
"@cloudflare/workers-types": "^4.20230404.0",
"@types/aws-lambda": "^8.10.114",
"@types/etag": "^1.8.1",
"@types/fs-extra": "^11.0.1",
"@types/http-proxy": "^1.17.10",
"@types/node-fetch": "^2.6.3",
"@types/semver": "^7.3.13",
"@types/serve-static": "^1.15.1",
"@vitest/coverage-c8": "^0.29.8",
"@vitest/coverage-c8": "^0.30.0",
"changelogen": "^0.5.2",
"edge-runtime": "^2.1.2",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-config-unjs": "^0.1.0",
"execa": "^7.1.1",
"expect-type": "^0.15.0",
"miniflare": "^2.13.0",
"prettier": "^2.8.7",
"typescript": "^5.0.3",
"typescript": "^5.0.4",
"unbuild": "^1.2.0",
"undici": "^5.21.0",
"vitest": "^0.29.8"
"undici": "^5.21.2",
"vitest": "^0.30.0"
},
"packageManager": "pnpm@8.1.1",
"packageManager": "pnpm@8.2.0",
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
Expand Down
Loading

0 comments on commit db1dcfc

Please sign in to comment.