Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
caijf committed Jul 28, 2024
1 parent 73a2fe6 commit 9febf3d
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"antd": "^5.19.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"antd": "^5.19.3",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"commitizen": "^4.3.0",
Expand All @@ -83,21 +83,21 @@
"dumi": "^1.1.54",
"element-remove": "^1.0.4",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"inquirer": "^9.3.5",
"husky": "^9.1.3",
"inquirer": "^9.3.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"less": "^4.2.0",
"lint-staged": "^15.2.7",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"postcss-css-variables": "^0.19.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-two-style-order": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.18.1",
"rollup": "^4.19.1",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^14.16.1",
"stylelint-config-css-modules": "~4.2.0",
Expand All @@ -106,7 +106,7 @@
"stylelint-config-standard": "^28.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-no-unsupported-browser-features": "^5.0.4",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"ut2": "^1.10.1"
},
"peerDependencies": {
Expand All @@ -116,11 +116,7 @@
"react": "18",
"react-dom": "18",
"@types/react": "18",
"@types/react-dom": "18",
"@babel/generator": "~7.19.0",
"@babel/types": "~7.19.0",
"@babel/traverse": "~7.19.0",
"@babel/helper-compilation-targets": "~7.21.5"
"@types/react-dom": "18"
},
"browserslist": {
"development": [
Expand Down

0 comments on commit 9febf3d

Please sign in to comment.