Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 19, 2024
1 parent b7e5400 commit 541f06e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 44 deletions.
5 changes: 3 additions & 2 deletions packages/canyon-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,19 @@
"shiki": "^1.22.1"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@rsbuild/core": "^1.1.1",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-react": "^1.0.7",
"@rslib/core": "^0.0.18",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"babel-plugin-canyon": "1.8.78-beta.30",
"babel-plugin-istanbul": "^7.0.0",
"postcss": "^8.4.47",
"swc-plugin-coverage-instrument": "^0.0.25",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"@playwright/test": "^1.48.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/canyon-report/rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { pluginBabel } from '@rsbuild/plugin-babel';
const normalConfig = defineConfig({
plugins: [pluginReact(),pluginBabel({
babelLoaderOptions:{
plugins:['istanbul','../../plugins/babel-plugin-canyon/lib']
plugins:['istanbul','canyon']
}
})],
output:{
Expand Down
4 changes: 2 additions & 2 deletions plugins/babel-plugin-canyon/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "babel-plugin-canyon",
"version": "1.8.78-beta.30",
"version": "1.8.78-beta.31",
"description": "",
"scripts": {
"release": "babel src --extensions \".ts\" --out-dir lib",
"pretest": "npm run release",
"test": "babel features --config-file ./my-custom-babel-config.js --out-dir dist",
"prepublishOnly": "npm run test",
"prepublishOnly": "npm run release",
"format": "biome check --write --unsafe ./src",
"preinstall": "npm run release"
},
Expand Down
53 changes: 14 additions & 39 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 541f06e

Please sign in to comment.