Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
caijf committed Sep 4, 2023
1 parent a2e92b7 commit c72bd23
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,40 +60,40 @@
"tslib": "^2.6.0"
},
"devDependencies": {
"@babel/core": "~7.22.10",
"@babel/preset-env": "~7.22.10",
"@babel/core": "~7.22.11",
"@babel/preset-env": "~7.22.14",
"@babel/preset-react": "~7.22.5",
"@babel/preset-typescript": "~7.22.5",
"@babel/preset-typescript": "~7.22.11",
"@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.2",
"@rollup/plugin-typescript": "^11.1.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.4",
"@types/react": "^18.2.21",
"@types/react": "18",
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.0",
"@types/react-test-renderer": "^18.0.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"antd": "^4.24.13",
"autoprefixer": "^10.4.15",
"babel-jest": "^29.6.3",
"babel-jest": "^29.6.4",
"babel-plugin-import": "^1.13.8",
"create-puzzle": "^1.2.1",
"create-puzzle": "^1.2.2",
"cz-conventional-changelog": "^3.3.0",
"doly-icons": "^1.5.0",
"dumi": "^1.1.53",
"element-remove": "^1.0.4",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.6.3",
"jest-environment-jsdom": "^29.6.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"less": "^4.2.0",
"lint-staged": "^13.3.0",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-css-variables": "^0.19.0",
"prettier": "^2.8.8",
"prettier-plugin-two-style-order": "^1.0.1",
Expand All @@ -109,8 +109,8 @@
"stylelint-config-standard": "^28.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
"stylelint-no-unsupported-browser-features": "^5.0.4",
"typescript": "^5.1.6",
"ut2": "^1.4.4",
"typescript": "^5.2.2",
"ut2": "^1.4.6",
"yorkie": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit c72bd23

Please sign in to comment.