Skip to content

Commit

Permalink
fix: replace esbuild-plugin-browserslist with `browserslist-to-esbu…
Browse files Browse the repository at this point in the history
…ild`
  • Loading branch information
hemengke1997 committed Aug 9, 2024
1 parent 7652cab commit 53bf299
Show file tree
Hide file tree
Showing 9 changed files with 8,378 additions and 6,527 deletions.
52 changes: 25 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
"types": "./dist/client/index.d.ts",
"require": "./dist/client/index.cjs",
"import": "./dist/client/index.js"
},
"./package.json": "./package.json",
"./*": "./*"
}
},
"scripts": {
"dev": "tsup --watch",
Expand All @@ -50,13 +48,13 @@
"test:serve": "vitest run -c vitest.config.e2e.ts",
"test:build": "cross-env VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
"commitlint": "commitlint -e",
"lint": "eslint --fix",
"lint": "eslint . --fix",
"up": "taze -I -w",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"bump": "bumpp package.json -c --no-push -t --all -x \"pnpm run changelog\""
},
"peerDependencies": {
"esbuild": ">=0.21.3",
"esbuild": "*",
"vite": ">=4.0.0 || >=5.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -66,20 +64,19 @@
},
"dependencies": {
"@antfu/install-pkg": "^0.3.3",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"browserslist": "^4.23.0",
"core-js": "^3.37.1",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"browserslist": "^4.23.3",
"browserslist-to-esbuild": "^2.1.1",
"core-js": "^3.38.0",
"debounce": "^2.1.0",
"debug": "^4.3.4",
"esbuild": "^0.21.3",
"esbuild-plugin-browserslist": "^0.12.0",
"debug": "^4.3.6",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"local-pkg": "^0.5.0",
"lodash.omit": "^4.5.0",
"magic-string": "^0.30.10",
"magic-string": "^0.30.11",
"on-change": "^5.0.1",
"parse5": "^7.1.2",
"picocolors": "^1.0.1",
Expand All @@ -88,28 +85,29 @@
"watcher": "^2.3.1"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@minko-fe/commitlint-config": "^2.0.7",
"@minko-fe/eslint-config": "^3.2.0",
"@commitlint/cli": "^19.4.0",
"@minko-fe/commitlint-config": "^2.1.0",
"@minko-fe/eslint-config": "^3.3.3",
"@minko-fe/tsconfig": "^2.1.0",
"@types/babel__core": "^7.20.5",
"@types/babel__preset-env": "^7.9.6",
"@types/babel__preset-env": "^7.9.7",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/lodash.omit": "^4.5.9",
"@types/node": "^20.12.12",
"@types/node": "^20.14.14",
"@types/prompts": "^2.4.9",
"bumpp": "^9.4.1",
"bumpp": "^9.4.2",
"conventional-changelog-cli": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"npm-run-all2": "^6.2.0",
"esbuild": "^0.23.0",
"eslint": "^9.8.0",
"npm-run-all2": "^6.2.2",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.8",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"taze": "^0.16.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vitest": "^2.0.5",
"vitest-e2e": "^0.0.10"
},
"engines": {
Expand Down
Loading

0 comments on commit 53bf299

Please sign in to comment.