Skip to content
This repository was archived by the owner on Dec 4, 2021. It is now read-only.

Commit acca058

Browse files
committed
fix the dependencies
1 parent 1f96604 commit acca058

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/classnames": "2.2.0",
2323
"@types/dom4": "1.5.20",
2424
"@types/history": "3.2.1",
25-
"@types/lodash": "^4.14.71",
25+
"@types/lodash": "4.14.71",
2626
"@types/pure-render-decorator": "0.2.27",
2727
"@types/react": "15.0.28",
2828
"@types/react-addons-css-transition-group": "15.0.2",
@@ -42,21 +42,21 @@
4242
"history": "3.3.0",
4343
"less": "2.7.2",
4444
"less-loader": "4.0.4",
45-
"lodash": "^4.17.4",
45+
"lodash": "4.17.4",
4646
"nokit": "0.24.2",
4747
"raw-loader": "0.5.1",
4848
"react": "15.6.0",
4949
"react-addons-css-transition-group": "15.5.2",
5050
"react-dom": "15.6.0",
5151
"react-dropzone": "3.13.2",
52-
"react-flexbox-grid": "^1.1.3",
52+
"react-flexbox-grid": "1.1.3",
5353
"react-router": "4.1.1",
5454
"react-router-dom": "4.1.1",
5555
"send": "0.15.3",
5656
"style-loader": "0.18.2",
5757
"tslint": "5.4.3",
5858
"typescript": "2.3.4",
59-
"vane": "^1.5.19",
59+
"vane": "1.5.19",
6060
"webpack": "1.14.0"
6161
},
6262
"babel": {

0 commit comments

Comments
 (0)