Skip to content

Commit

Permalink
chore: external farm-browsersList-generate (#1705)
Browse files Browse the repository at this point in the history
* chore: external `farm-browsersList-generate`

* chore: remove unless deps

* chore: update deps

* chore: update deps
  • Loading branch information
ErKeLost authored Aug 23, 2024
1 parent 750b6b9 commit 026f9f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 48 deletions.
2 changes: 2 additions & 0 deletions .changeset/fuzzy-berries-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/core/farm.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default (<UserConfig>{
external: [
'@farmfe/core',
'chokidar',
'browserslist-generator',
'farm-browserslist-generator',
'@farmfe/core-.*',
'./farm.*.node$'
].map((id) => `^${id}$`),
Expand Down
8 changes: 1 addition & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,12 @@
},
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
"@types/figlet": "^1.5.5",
"@types/fs-extra": "^11.0.1",
"@types/koa": "^2.13.5",
"@types/koa-compress": "^4.0.3",
"@types/koa-static": "^4.0.2",
"@types/koa__cors": "^5.0.0",
"@types/lodash.debounce": "^4.0.7",
"@types/mime-types": "^2.1.2",
"@types/ws": "^8.5.4",
"react-refresh": "^0.14.0"
"@types/ws": "^8.5.4"
},
"dependencies": {
"@farmfe/runtime": "workspace:0.12.2",
Expand All @@ -104,9 +100,7 @@
"koa-static": "^5.0.0",
"lodash.debounce": "^4.0.8",
"loglevel": "^1.8.1",
"mime-types": "^2.1.35",
"open": "^9.1.0",
"slashes": "^3.0.12",
"ws": "^8.12.0",
"zod": "^3.23.8",
"zod-validation-error": "^1.3.0"
Expand Down
40 changes: 0 additions & 40 deletions pnpm-lock.yaml

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

0 comments on commit 026f9f7

Please sign in to comment.