installed react-router-dom

This commit is contained in:
andres alcocer
2020-07-10 12:42:17 -04:00
parent 0c36c7ee10
commit aaa168147f
10 changed files with 2928 additions and 2248 deletions

View File

@@ -16,7 +16,7 @@
"author": "Andres Alcocer",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.18.1",
"prop-types": "^15.6.2",
"react": "^16.6.1",
"react-dom": "^16.6.1",
@@ -54,7 +54,7 @@
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.5.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prettier": "^2.0.5",
"sass-loader": "^7.1.0",
@@ -64,8 +64,8 @@
"tap-nirvana": "^1.1.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"watch": "^1.0.2",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}
}