Skip to content

Commit

Permalink
test: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 13, 2024
1 parent 53571a0 commit d751964
Show file tree
Hide file tree
Showing 5 changed files with 17,912 additions and 380 deletions.
15 changes: 0 additions & 15 deletions jest.config.js

This file was deleted.

55 changes: 26 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,37 +44,34 @@
"prepare": "husky install"
},
"dependencies": {
"@babel/runtime": "^7.11.1",
"classnames": "^2.2.1"
"@babel/runtime": "^7.25.0",
"classnames": "^2.5.1"
},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.2.1",
"@types/classnames": "^2.2.9",
"@types/jest": "^29.2.4",
"@types/react": "^17.0.13",
"@types/react-dom": "^16.9.0",
"@umijs/fabric": "^3.0.0",
"@umijs/test": "^4.0.36",
"coveralls": "^3.0.6",
"cross-env": "^7.0.3",
"cssstyle": "^2.3.0",
"dumi": "^2.1.2",
"eslint": "^7.0.0",
"father": "^4.1.1",
"gh-pages": "^3.1.0",
"husky": "^8.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"less": "^3.10.3",
"np": "^7.0.0",
"prettier": "^2.0.5",
"pretty-quick": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.0"
"@rc-component/father-plugin": "^1.0.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.3.1",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.5.12",
"@types/react": "^17.0.80",
"@types/react-dom": "^16.9.24",
"@umijs/fabric": "^4.0.0",
"@umijs/test": "^4.3.12",
"dumi": "^2.4.7",
"eslint": "^7.32.0",
"father": "^4.5.0",
"gh-pages": "^3.2.3",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"less": "^4.2.0",
"np": "^7.7.0",
"prettier": "^3.3.3",
"pretty-quick": "^3.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit d751964

Please sign in to comment.