-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: filter out non-in-project components
- Loading branch information
1 parent
7f0c9a2
commit 46c4944
Showing
9 changed files
with
75 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@open-editor/client': patch | ||
--- | ||
|
||
filter out non-in-project components |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,31 +15,34 @@ | |
"lint": "pnpm eslint . --ext .ts,.tsx --ignore-pattern='/playground/*'", | ||
"format": "prettier --write '**/*.{vue,ts,tsx,json,md}'", | ||
"postinstall": "simple-git-hooks", | ||
"release": "run-s build changeset:publish", | ||
"release": "run-s build publish:ci", | ||
"test": "turbo run test", | ||
"check": "tsc --noEmit && turbo run check --filter @open-editor/* --log-order grouped", | ||
"versions": "run-s changeset:version format", | ||
"changeset:version": "changeset version", | ||
"changeset:publish": "changeset publish" | ||
"versions": "run-s version:ci format", | ||
"version:ci": "changeset version", | ||
"publish:ci": "changeset publish" | ||
}, | ||
"engines": { | ||
"node": ">=16.19.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
"keywords": [ | ||
"webpack-plugin", | ||
"rollup-plugin", | ||
"vue-devtools", | ||
"react-devtools", | ||
"vite-plugin", | ||
"next-devtools" | ||
"webpack-plugin", | ||
"next-devtools", | ||
"react-devtools", | ||
"vue-devtools" | ||
], | ||
"devDependencies": { | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/cli": "^2.26.2", | ||
"@open-editor/client": "workspace:*", | ||
"@open-editor/server": "workspace:*", | ||
"@open-editor/shared": "workspace:*", | ||
"@open-editor/rollup": "workspace:*", | ||
"@open-editor/vite": "workspace:*", | ||
"@open-editor/webpack": "workspace:*", | ||
"@rollup/plugin-commonjs": "^25.0.4", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@types/minimist": "^1.2.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.