We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042703e commit 2c2326cCopy full SHA for 2c2326c
package.json
@@ -75,7 +75,7 @@
75
"prepublishOnly": "pnpm run build"
76
},
77
"peerDependencies": {
78
- "vite": "^4.0.0 || ^5.0.0",
+ "vite": "^5.0.0",
79
"vue": "^3.2.25"
80
81
"peerDependenciesMeta": {
@@ -113,7 +113,7 @@
113
"webpack": "^5.89.0"
114
115
"engines": {
116
- "node": ">=16.14.0"
+ "node": ">=18.0.0"
117
118
"prettier": "@sxzz/prettier-config"
119
}
tsup.config.ts
@@ -3,7 +3,7 @@ import { defineConfig } from 'tsup'
3
export default defineConfig({
4
entry: ['./src/*.ts'],
5
format: ['esm', 'cjs'],
6
- target: 'node16.14',
+ target: 'node18',
7
clean: true,
8
dts: true,
9
splitting: true,
0 commit comments