Skip to content

Commit

Permalink
chore: update dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jan 18, 2025
1 parent 66490ba commit b4bbe88
Show file tree
Hide file tree
Showing 2 changed files with 941 additions and 970 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"@ant-design/icons": "^5.5.2",
"@babel/core": "^7.26.0",
"@babel/eslint-plugin": "^7.25.9",
"@babel/parser": "^7.26.3",
"@babel/parser": "^7.26.5",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/traverse": "^7.26.4",
"@babel/traverse": "^7.26.5",
"@emotion/babel-plugin": "^11.13.5",
"@emotion/cache": "^11.14.0",
"@emotion/css": "^11.13.5",
Expand All @@ -68,9 +68,9 @@
"@octokit/rest": "^18.12.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/react": "^16.2.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@testing-library/user-event": "^14.6.0",
"@types/chroma-js": "^2.4.5",
"@types/glob": "^8.1.0",
"@types/history": "^4.7.11",
Expand All @@ -93,13 +93,14 @@
"@umijs/test-utils": "^3.5.43",
"@umijs/utils": "^4.4.4",
"@vitest/coverage-istanbul": "^2.1.8",
"animated-scroll-to": "^2.3.0",
"animated-scroll-to": "^2.3.2",
"antd": "^5.23.1",
"antd-style": "^3.7.1",
"babel-loader": "^9.2.1",
"babel-types": "^6.26.0",
"chalk": "^4.1.2",
"chroma-js": "^2.6.0",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"cross-env": "^7.0.3",
"dayjs": "^1.11.13",
Expand All @@ -108,7 +109,7 @@
"esbuild": "^0.15.18",
"eslint": "^8.57.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unicorn": "^47.0.0",
"execa": "^5.1.1",
Expand All @@ -135,14 +136,14 @@
"polished": "^4.3.1",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-packagejson": "^2.5.8",
"pretty-quick": "^3.3.1",
"query-string": "^6.14.1",
"rc-field-form": "^2.7.0",
"rc-footer": "^0.6.8",
"rc-resize-observer": "^1.4.3",
"rc-steps": "^6.0.1",
"rc-table": "^7.50.1",
"rc-table": "^7.50.2",
"rc-util": "^5.44.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -160,7 +161,7 @@
"stylelint": "^13.13.1",
"timezone-mock": "^1.3.6",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"umi": "^4.4.4",
"umi-request": "^1.4.0",
"unified": "^11.0.5",
Expand All @@ -169,7 +170,7 @@
"write-pkg": "^4.0.0",
"xhr-mock": "^2.5.1",
"yorkie": "^2.0.0",
"zustand": "^4.5.5"
"zustand": "^4.5.6"
},
"gitHooks": {
"pre-commit": "pretty-quick --staged",
Expand Down
Loading

0 comments on commit b4bbe88

Please sign in to comment.