Skip to content

Commit

Permalink
chore: fixed dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 22, 2024
1 parent c32abd9 commit 1a7400a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@
]
},
"devDependencies": {
"@types/react-test-renderer": "^18.0.0",
"@types/react-test-renderer": "~18.0.0",
"@kkt/less-modules": "^7.5.2",
"@kkt/ncc": "^1.0.15",
"jest": "^29.5.0",
"jest-watch-typeahead": "^2.2.2",
"jest-environment-jsdom": "^29.5.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-test-renderer": "^18.2.0",
"react-test-renderer": "~18.2.0",
"cross-env": "~7.0.3",
"husky": "^8.0.3",
"prettier": "^3.0.0",
Expand Down

0 comments on commit 1a7400a

Please sign in to comment.