Skip to content

Commit

Permalink
Merge pull request #11 from dayuy/main
Browse files Browse the repository at this point in the history
fix: upgrade the father version to fix the typescript error
  • Loading branch information
Carrotzpc authored Jan 18, 2024
2 parents 6e2e233 + e048587 commit 3dc008b
Show file tree
Hide file tree
Showing 8 changed files with 596 additions and 571 deletions.
2 changes: 0 additions & 2 deletions .fatherrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export default defineConfig({
sourcemap: true,
externals: {
react: "var window.React",
"react-dom": "var window.ReactDOM",
"prop-types": "var window.PropTypes",
antd: "var window.antd",
"@tenx-ui/materials": "var window.TenxUiMaterials",
},
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "template for bff sdk",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"dev": "father dev",
"build": "father build",
Expand Down Expand Up @@ -32,7 +33,7 @@
"@types/node": "^20.10.1",
"@types/react": "^18.2.35",
"antd": "^5.11.0",
"father": "^4.0.7",
"father": "^4.3.8",
"graphql-codegen-plugin-typescript-swr": "^0.8.5",
"prettier": "^3.0.3",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 3dc008b

Please sign in to comment.