Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
caijf committed Nov 6, 2023
1 parent 79bfd13 commit efe859a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,43 +61,43 @@
"@babel/preset-env": "~7.22.20",
"@babel/preset-react": "~7.22.15",
"@babel/preset-typescript": "~7.22.15",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@testing-library/jest-dom": "^6.1.3",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.2",
"@types/jest": "^29.5.7",
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14",
"@types/react-test-renderer": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"antd": "^5.9.2",
"antd": "^5.11.0",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.7.0",
"create-puzzle": "^1.2.7",
"create-puzzle": "^2.0.0",
"cz-conventional-changelog": "^3.3.0",
"doly-icons": "^1.5.2",
"dumi": "^1.1.53",
"dumi": "^1.1.54",
"element-remove": "^1.0.4",
"eslint": "^8.49.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"less": "^4.2.0",
"lint-staged": "^13.3.0",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"postcss-css-variables": "^0.19.0",
"prettier": "^2.8.8",
"prettier-plugin-two-style-order": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rollup": "^3.29.2",
"rollup": "^3.29.4",
"rollup-plugin-postcss": "^4.0.2",
"stylelint": "^14.16.1",
"stylelint-config-css-modules": "^4.3.0",
Expand All @@ -107,7 +107,7 @@
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
"stylelint-no-unsupported-browser-features": "^5.0.4",
"typescript": "^5.2.2",
"ut2": "^1.4.9"
"ut2": "^1.5.5"
},
"peerDependencies": {
"react": ">=16.9.0"
Expand All @@ -132,4 +132,4 @@
"ie 11"
]
}
}
}

0 comments on commit efe859a

Please sign in to comment.