Skip to content

Commit b7c9b3a

Browse files
committed
Upgrade node modules
1 parent d2ba6d8 commit b7c9b3a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"prepublishOnly": "yarn build"
1919
},
2020
"dependencies": {
21-
"react": "^16.8.6",
21+
"react": "^16.9.0",
2222
"react-router-dom": "^5.0.1"
2323
},
2424
"devDependencies": {
25-
"@types/react": "^16.8.25",
26-
"@types/react-dom": "^16.8.5",
27-
"@types/react-router-dom": "^4.3.4",
28-
"@typescript-eslint/eslint-plugin": "^1.13.0",
29-
"@typescript-eslint/parser": "^1.13.0",
30-
"eslint": "^6.1.0",
31-
"eslint-config-airbnb": "^17.1.1",
25+
"@types/react": "^16.9.2",
26+
"@types/react-dom": "^16.9.0",
27+
"@types/react-router-dom": "^4.3.5",
28+
"@typescript-eslint/eslint-plugin": "^2.0.0",
29+
"@typescript-eslint/parser": "^2.0.0",
30+
"eslint": "^6.2.2",
31+
"eslint-config-airbnb": "^18.0.1",
3232
"eslint-plugin-import": "^2.18.2",
3333
"eslint-plugin-jsx-a11y": "^6.2.3",
3434
"eslint-plugin-react": "^7.14.3",
3535
"http-server": "^0.11.1",
36-
"react-dom": "^16.8.6",
36+
"react-dom": "^16.9.0",
3737
"ts-loader": "^6.0.4",
38-
"typescript": "^3.5.3",
39-
"webpack": "^4.39.1",
40-
"webpack-cli": "^3.3.6"
38+
"typescript": "^3.6.2",
39+
"webpack": "^4.39.3",
40+
"webpack-cli": "^3.3.7"
4141
}
4242
}

0 commit comments

Comments
 (0)