Skip to content

Commit f61b60e

Browse files
authored
Removing jQuery from deps
Migrating jQuery from deps to dev-deps and peer-deps
1 parent 98ca7c5 commit f61b60e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"input"
2929
],
3030
"dependencies": {
31-
"jquery": ">=2.1.4",
3231
"select2": "^4.0.0",
3332
"shallow-equal-fuzzy": "^0.0.2"
3433
},
@@ -47,6 +46,7 @@
4746
"eslint-config-airbnb": "^4.0.0",
4847
"eslint-plugin-react": "^3.16.1",
4948
"extract-text-webpack-plugin": "^1.0.1",
49+
"jquery": ">=2.1.4",
5050
"react": "^0.14.0",
5151
"react-dom": "^0.14.0",
5252
"react-hot-loader": "^1.3.0",
@@ -55,6 +55,7 @@
5555
"webpack-dev-server": "^1.14.1"
5656
},
5757
"peerDependencies": {
58+
"jquery": ">=2.1.4",
5859
"react": "^0.14.0 || ^15.0.0-rc || ^15.0.0",
5960
"react-dom": "^0.14.0 || ^15.0.0-rc || ^15.0.0"
6061
},

0 commit comments

Comments
 (0)