Skip to content

Commit 710ea5a

Browse files
Merge pull request #1 from ManishShiwlani/update_dependencies
chore(dependencies): updated all dependencies
2 parents d135c35 + 5b8333b commit 710ea5a

File tree

7 files changed

+237
-193
lines changed

7 files changed

+237
-193
lines changed

application/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:11
1+
FROM node:13
22

33
WORKDIR /home/node/application
44

application/package-lock.json

Lines changed: 70 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

application/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"axios": "^0.19.0",
7-
"bootstrap": "^4.3.1",
8-
"react": "^16.8.6",
9-
"react-dom": "^16.8.6",
10-
"react-redux": "^7.1.0",
11-
"react-router-dom": "^5.0.1",
6+
"axios": "^0.19.2",
7+
"bootstrap": "^4.4.1",
8+
"react": "^16.13.1",
9+
"react-dom": "^16.13.1",
10+
"react-redux": "^7.2.0",
11+
"react-router-dom": "^5.1.2",
1212
"react-scripts": "3.0.1",
13-
"redux": "^4.0.1",
13+
"redux": "^4.0.5",
1414
"redux-thunk": "^2.3.0"
1515
},
1616
"scripts": {

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "3.3"
1+
version: "3.7"
22

33
services:
44
client:

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:11
1+
FROM node:13
22

33
RUN ln -fs /usr/share/zoneinfo/US/Pacific-New /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
44

0 commit comments

Comments
 (0)