Skip to content

Commit 3ddbd36

Browse files
committed
Reorganize dependecies
1 parent 013fe6e commit 3ddbd36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
},
2323
"dependencies": {
2424
"axios": "^0.18.0",
25-
"eslint-config-react-app": "^3.0.8",
26-
"eslint-plugin-flowtype": "^3.6.1",
27-
"eslint-plugin-jsx-a11y": "^6.2.1",
2825
"immer": "^2.1.5",
2926
"react-xml-parser": "^1.1.2"
3027
},
@@ -38,6 +35,9 @@
3835
"eslint-plugin-import": "^2.16.0",
3936
"eslint-plugin-react": "^7.12.4",
4037
"eslint-plugin-react-hooks": "^1.6.0",
38+
"eslint-config-react-app": "^3.0.8",
39+
"eslint-plugin-flowtype": "^3.6.1",
40+
"eslint-plugin-jsx-a11y": "^6.2.1",
4141
"nwb": "0.23.x",
4242
"prettier-eslint": "^8.8.2",
4343
"react": "^16.8.6",

0 commit comments

Comments
 (0)