Skip to content

Commit 49024c8

Browse files
committed
1 parent ace306e commit 49024c8

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

package.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -36,63 +36,63 @@
3636
"toolkit"
3737
],
3838
"dependencies": {
39-
"classnames": "^2.2.5",
40-
"core-js": "^2.4.0",
41-
"react-css-themr": "^1.2.0"
39+
"classnames": "~2.2.5",
40+
"core-js": "~2.4.0",
41+
"react-css-themr": "~1.2.0"
4242
},
4343
"devDependencies": {
44-
"autoprefixer": "^6.4.0",
45-
"babel-cli": "^6.8.0",
46-
"babel-core": "^6.13.2",
47-
"babel-eslint": "^6.0.4",
48-
"babel-loader": "^6.2.4",
49-
"babel-plugin-react-transform": "^2.0.2",
50-
"babel-polyfill": "^6.13.0",
51-
"babel-preset-es2015": "^6.13.2",
52-
"babel-preset-react": "^6.5.0",
53-
"babel-preset-stage-0": "^6.5.0",
54-
"bluebird": "^3.3.5",
55-
"cpx": "^1.3.1",
56-
"cross-env": "^2.0.0",
57-
"css-loader": "^0.23.1",
58-
"eslint": "^3.2.2",
59-
"eslint-plugin-babel": "^3.2.0",
60-
"eslint-plugin-react": "^6.0.0",
61-
"expect": "^1.20.1",
62-
"express": "^4.13.4",
63-
"extract-text-webpack-plugin": "^1.0.1",
64-
"glob": "^7.0.3",
65-
"karma": "^1.1.2",
66-
"karma-chrome-launcher": "^1.0.1",
67-
"karma-cli": "^1.0.0",
68-
"karma-mocha": "^1.0.1",
69-
"karma-phantomjs-launcher": "^1.0.0",
70-
"karma-webpack": "^1.7.0",
71-
"mocha": "^3.0.1",
72-
"node-sass": "^3.7.0",
73-
"normalize.css": "^4.1.1",
74-
"phantomjs": "^2.1.7",
44+
"autoprefixer": "~6.4.0",
45+
"babel-cli": "~6.8.0",
46+
"babel-core": "~6.13.2",
47+
"babel-eslint": "~6.0.4",
48+
"babel-loader": "~6.2.4",
49+
"babel-plugin-react-transform": "~2.0.2",
50+
"babel-polyfill": "~6.13.0",
51+
"babel-preset-es2015": "~6.13.2",
52+
"babel-preset-react": "~6.5.0",
53+
"babel-preset-stage-0": "~6.5.0",
54+
"bluebird": "~3.3.5",
55+
"cpx": "~1.3.1",
56+
"cross-env": "~2.0.0",
57+
"css-loader": "~0.23.1",
58+
"eslint": "~3.2.2",
59+
"eslint-plugin-babel": "~3.2.0",
60+
"eslint-plugin-react": "~6.0.0",
61+
"expect": "~1.20.1",
62+
"express": "~4.13.4",
63+
"extract-text-webpack-plugin": "~1.0.1",
64+
"glob": "~7.0.3",
65+
"karma": "~1.1.2",
66+
"karma-chrome-launcher": "~1.0.1",
67+
"karma-cli": "~1.0.0",
68+
"karma-mocha": "~1.0.1",
69+
"karma-phantomjs-launcher": "~1.0.0",
70+
"karma-webpack": "~1.7.0",
71+
"mocha": "~3.0.1",
72+
"node-sass": "~3.7.0",
73+
"normalize.css": "~4.2.0",
74+
"phantomjs": "~2.1.7",
7575
"phantomjs-polyfill": "0.0.2",
76-
"phantomjs-prebuilt": "^2.1.7",
77-
"postcss-loader": "^0.9.1",
78-
"react": "^15.2.1",
79-
"react-addons-update": "^15.2.1",
80-
"react-addons-test-utils": "^15.2.1",
81-
"react-addons-css-transition-group": "^15.2.1",
82-
"react-docgen": "^2.8.2",
83-
"react-dom": "^15.2.1",
84-
"react-transform-catch-errors": "^1.0.2",
85-
"react-transform-hmr": "^1.0.4",
86-
"redbox-react": "^1.2.4",
87-
"rimraf": "^2.5.2",
76+
"phantomjs-prebuilt": "~2.1.7",
77+
"postcss-loader": "~0.9.1",
78+
"react": "~15.3.0",
79+
"react-addons-update": "~15.3.0",
80+
"react-addons-test-utils": "~15.3.0",
81+
"react-addons-css-transition-group": "~15.3.0",
82+
"react-docgen": "~2.8.2",
83+
"react-dom": "~15.3.0",
84+
"react-transform-catch-errors": "~1.0.2",
85+
"react-transform-hmr": "~1.0.4",
86+
"redbox-react": "~1.2.4",
87+
"rimraf": "~2.5.2",
8888
"sass-lint": "1.8.2",
89-
"sass-loader": "^4.0.0",
89+
"sass-loader": "~4.0.0",
9090
"sinon": "git://github.com/sinonjs/sinon.git#b672042043517b9f84e14ed0fb8265126168778a",
91-
"style-loader": "^0.13.1",
91+
"style-loader": "~0.13.1",
9292
"toolbox-loader": "0.0.3",
93-
"webpack": "^1.13.0",
94-
"webpack-dev-middleware": "^1.6.1",
95-
"webpack-hot-middleware": "^2.10.0"
93+
"webpack": "~1.13.0",
94+
"webpack-dev-middleware": "~1.6.1",
95+
"webpack-hot-middleware": "~2.10.0"
9696
},
9797
"scripts": {
9898
"babel": "babel ./components --out-dir ./lib",
@@ -113,11 +113,11 @@
113113
},
114114
"license": "MIT",
115115
"peerDependencies": {
116-
"classnames": "^2.2.0",
117-
"normalize.css": "^4.0.0",
118-
"react": "^0.14 || ^15.2.0",
119-
"react-addons-css-transition-group": "^0.14.0 || ^15.2.0",
120-
"react-addons-update": "^0.14 || ^15.2.0",
121-
"react-dom": "^0.14.0 || ^15.2.0"
116+
"classnames": "~2.2.0",
117+
"normalize.css": "~4.2.0",
118+
"react": "~0.14 || ~15.3.0",
119+
"react-addons-css-transition-group": "~0.14.0 || ~15.3.0",
120+
"react-addons-update": "~0.14 || ~15.3.0",
121+
"react-dom": "~0.14.0 || ~15.3.0"
122122
}
123123
}

0 commit comments

Comments
 (0)