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: include pattern not supported #250

Merged
merged 12 commits into from
Feb 19, 2024
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"@rauschma/stringio": "^1.4.0",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/micromatch": "^4.0.6",
"@types/node": "^18.11.18",
"@types/semver": "^7.3.9",
"@types/vscode": "^1.77.0",
Expand All @@ -169,13 +170,15 @@
"bumpp": "^9.3.0",
"changelogithub": "^0.13.3",
"eslint": "^8.56.0",
"fast-glob": "^3.3.2",
"flatted": "^3.2.9",
"fs-extra": "^10.0.1",
"fuse.js": "^6.6.2",
"get-port": "^6.1.2",
"glob": "^7.2.0",
"micromatch": "^4.0.5",
"mighty-promise": "^0.0.8",
"minimatch": "^3.1.1",
"pathe": "^1.1.2",
"semver": "^7.3.5",
"tree-kill": "^1.2.2",
"tsup": "^8.0.1",
Expand Down
25 changes: 22 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion samples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"vite": "^2.8.6",
"vitest": "^0.24.0"
"vitest": "^1.3.0"
}
}
Loading
Loading