Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"new-version": "standard-version",
"release": "git push --follow-tags && npm publish",
"bot-regex": "node scripts/create-bots-regex.js",
"test": "NUXT_TELEMETRY_DISABLED=1 yarn nuxi prepare test/fixtures && JITI_ESM_RESOLVE=1 vitest run --dir test"
"test": "cross-env NUXT_TELEMETRY_DISABLED=1 yarn nuxi prepare test/fixtures && cross-env JITI_ESM_RESOLVE=1 vitest run --dir test"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.13",
Expand All @@ -35,6 +35,7 @@
"@nuxt/module-builder": "latest",
"@nuxt/test-utils-edge": "^3.0.0-rc.12-27766944.63d778b",
"@nuxtjs/eslint-config-typescript": "latest",
"cross-env": "^7.0.3",
"eslint": "latest",
"jsdom": "^20.0.2",
"node-fetch": "^3.3.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,14 @@ create-require@^1.1.1:
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==

cross-spawn@^7.0.2, cross-spawn@^7.0.3:
cross-env@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
dependencies:
cross-spawn "^7.0.1"

cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
Expand Down