Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit da0347f

Browse files
committed
dependencies to latest
1 parent 736fb46 commit da0347f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: todo-src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"author": "SAM CLI",
88
"license": "MIT",
99
"dependencies": {
10-
"axios": "^0.18.0"
10+
"axios": "^0.21.1"
1111
},
1212
"scripts": {
1313
"test": "mocha tests/unit/"
1414
},
1515
"devDependencies": {
1616
"chai": "^4.2.0",
17-
"mocha": "^6.1.4"
17+
"mocha": "^8.2.1"
1818
}
1919
}

Diff for: www/package.json

+8-8
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-
"json": "^9.0.6",
9-
"react": "^16.9.0",
10-
"react-dom": "^16.9.0",
11-
"react-router-dom": "^5.0.1",
12-
"react-scripts": "3.1.1",
13-
"reactstrap": "^8.0.1"
6+
"axios": "^0.21.1",
7+
"bootstrap": "^4.5.3",
8+
"json": "^10.0.0",
9+
"react": "^17.0.1",
10+
"react-dom": "^17.0.1",
11+
"react-router-dom": "^5.2.0",
12+
"react-scripts": "4.0.1",
13+
"reactstrap": "^8.8.1"
1414
},
1515
"scripts": {
1616
"start": "PORT=8080 react-scripts start",

0 commit comments

Comments
 (0)