Skip to content

Commit 54c3dd7

Browse files
committed
fix: dependencies
1 parent cc6e64e commit 54c3dd7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
}
5454
},
5555
"dependencies": {
56-
"classnames": "^2.2.5",
56+
"classnames": "2.2.5",
5757
"lodash": "^4.16.2",
58-
"mobx-react": "^3.5.8",
58+
"mobx-react": "3.5.8",
5959
"react-dock": "0.2.3",
60-
"react-draggable": "^2.2.2",
60+
"react-draggable": "2.2.2",
6161
"react-icons": "2.2.1",
62-
"react-json-tree": "^0.10.0",
63-
"react-tooltip": "^3.2.1"
62+
"react-json-tree": "0.9.0",
63+
"react-tooltip": "3.2.1"
6464
},
6565
"peerDependencies": {
6666
"mobx": "^2.6.0",
@@ -81,7 +81,7 @@
8181
"chai": "3.5.0",
8282
"codecov": "1.0.1",
8383
"commitizen": "2.8.6",
84-
"css-loader": "^0.25.0",
84+
"css-loader": "0.25.0",
8585
"cz-conventional-changelog": "1.2.0",
8686
"eslint": "3.8.0",
8787
"eslint-config-airbnb": "12.0.0",
@@ -94,7 +94,7 @@
9494
"npm-run-all": "3.1.0",
9595
"nyc": "8.3.1",
9696
"postcss-import": "8.1.2",
97-
"postcss-loader": "^1.1.0",
97+
"postcss-loader": "1.1.0",
9898
"postcss-url": "5.1.2",
9999
"react": "15.3.2",
100100
"react-dom": "15.3.2",

0 commit comments

Comments
 (0)