Skip to content

Commit b505549

Browse files
committed
fix: deps type
1 parent 83d9a75 commit b505549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
"rc-animate": "^2.9.1",
6161
"react": "^v16.9.0-alpha.0",
6262
"react-dom": "^v16.9.0-alpha.0",
63+
"sinon": "^15.0.1",
6364
"typescript": "^4.0.0"
6465
},
6566
"dependencies": {
6667
"@babel/runtime": "^7.20.0",
6768
"classnames": "^2.2.6",
6869
"rc-resize-observer": "^1.0.0",
69-
"rc-util": "^5.15.0",
70-
"sinon": "^15.0.1"
70+
"rc-util": "^5.15.0"
7171
}
7272
}

0 commit comments

Comments
 (0)