Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 11, 2023
1 parent ea5ea88 commit 39d1f27
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -35,10 +35,10 @@
"prepack": "pnpm build",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"stub": "unbuild --stub",
"vitest-es": "NODE_OPTIONS=--experimental-vm-modules vitest",
"test": "pnpm lint && pnpm vitest-es run --silent",
"test:fixture:types": "pnpm stub && jiti ./test/scripts/gen-fixture-types.ts && cd test/fixture && tsc --noEmit",
"test:types": "tsc --noEmit && pnpm test:fixture:types",
"test:fixture:types": "pnpm stub && jiti ./test/scripts/gen-fixture-types.ts && cd test/fixture && tsc --noEmit"
"vitest-es": "NODE_OPTIONS=--experimental-vm-modules vitest"
},
"resolutions": {
"nitropack": "link:.",
Expand All @@ -61,7 +61,7 @@
"c12": "^1.2.0",
"chalk": "^5.2.0",
"chokidar": "^3.5.3",
"consola": "^3.0.0",
"consola": "^3.0.1",
"cookie-es": "^0.5.0",
"defu": "^6.1.2",
"destr": "^1.2.2",
Expand Down Expand Up @@ -100,7 +100,7 @@
"source-map-support": "^0.5.21",
"std-env": "^3.3.2",
"ufo": "^1.1.1",
"unenv": "^1.3.0",
"unenv": "^1.3.1",
"unimport": "^3.0.6",
"unstorage": "^1.4.1"
},
Expand All @@ -113,7 +113,7 @@
"@types/node-fetch": "^2.6.3",
"@types/semver": "^7.3.13",
"@types/serve-static": "^1.15.1",
"@vitest/coverage-c8": "^0.30.0",
"@vitest/coverage-c8": "^0.30.1",
"changelogen": "^0.5.2",
"edge-runtime": "^2.1.2",
"eslint": "^8.38.0",
Expand All @@ -125,7 +125,7 @@
"typescript": "^5.0.4",
"unbuild": "^1.2.0",
"undici": "^5.21.2",
"vitest": "^0.30.0"
"vitest": "^0.30.1"
},
"packageManager": "pnpm@8.2.0",
"engines": {
Expand Down
82 changes: 41 additions & 41 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 39d1f27

Please sign in to comment.