Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: node16 types #888

Draft
wants to merge 10 commits into
base: next
Choose a base branch
from
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
"*.d.ts",
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "pnpm --filter='./playground/vue' dev",
"dev:nuxt": "pnpm --filter='./playground/nuxt' dev",
Expand All @@ -63,7 +60,8 @@
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"docs:preview": "vitepress preview docs",
"docs:contributors": "esno scripts/update-contributors.ts"
"docs:contributors": "esno scripts/update-contributors.ts",
"test:attw": "attw --pack --ignore-rules cjs-resolves-to-esm"
},
"peerDependencies": {
"three": ">=0.133",
Expand All @@ -75,6 +73,7 @@
"@vueuse/core": "^12.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.2",
"@release-it/conventional-changelog": "^9.0.3",
"@stackblitz/sdk": "^1.11.0",
"@tresjs/cientos": "4.0.3",
Expand All @@ -101,6 +100,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"sponsorkit": "^0.16.2",
"three": "^0.171.0",
"typescript": "5.7.2",
alvarosabu marked this conversation as resolved.
Show resolved Hide resolved
"unocss": "^0.65.2",
"unplugin": "^2.1.0",
"unplugin-vue-components": "^0.28.0",
Expand All @@ -114,5 +114,13 @@
"vitest": "2.1.8",
"vue": "3.5.13",
"vue-demi": "^0.14.10"
},
"pnpm": {
"overrides": {
"typescript": "5.7.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need to pin the version, use ^5.7.2

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ypu will need to run pnpm install the lock file should be updated

}
},
"publishConfig": {
"access": "public"
}
}
Loading
Loading