Skip to content

Commit

Permalink
chore: bump father plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jan 25, 2025
1 parent 7d25144 commit 6a3d00f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
9 changes: 2 additions & 7 deletions .fatherrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { defineConfig } from 'father';

export default defineConfig({
platform: 'browser',
cjs: { output: 'lib' },
esm: {
output: 'es',
alias: { 'rc-util/lib': 'rc-util/es' },
},
});
plugins: ['@rc-component/father-plugin'],
});
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rc-component/tour",
"version": "1.15.1",
"version": "2.0.0-0",
"description": "React tour Component",
"keywords": [
"react",
Expand Down Expand Up @@ -33,7 +33,7 @@
"lint:tsc": "tsc -p tsconfig.json --noEmit",
"now-build": "npm run docs:build",
"prepare": "dumi setup",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"prepublishOnly": "npm run compile && rc-np",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"start": "dumi dev",
"test": "umi-test",
Expand All @@ -47,22 +47,23 @@
"rc-util": "^5.24.4"
},
"devDependencies": {
"@rc-component/father-plugin": "^2.0.3",
"@rc-component/np": "^1.0.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^15.0.0",
"@types/jest": "^29.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@umijs/fabric": "^2.5.2",
"cheerio": "1.0.0-rc.12",
"dumi": "^2.1.2",
"eslint": "^7.18.0",
"father": "^4.0.0-rc.8",
"father": "^4.0.0",
"gh-pages": "^3.1.0",
"np": "^5.0.3",
"prettier": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.0.0",
"cheerio": "1.0.0-rc.12",
"umi-test": "^1.9.7"
},
"peerDependencies": {
Expand Down

0 comments on commit 6a3d00f

Please sign in to comment.