Skip to content

Commit 11512da

Browse files
author
Nir Maoz
authored
Feature/update sample app deps (#237)
1 parent 9c5d79c commit 11512da

File tree

2 files changed

+14
-11757
lines changed

2 files changed

+14
-11757
lines changed

samples/photo_album/package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"cloudinary-react": "^1.6.8",
7-
"react": "^17.0.1",
8-
"react-dom": "^17.0.1",
9-
"react-dropzone": "^4.2.13",
10-
"react-redux": "^7.2.2",
11-
"react-router-dom": "^5.2.0",
12-
"react-scripts": "4.0.0",
13-
"redux": "^4.0.5",
14-
"superagent": "^6.1.0"
6+
"cloudinary-react": "^1.7.0",
7+
"react": "^17.0.2",
8+
"react-dom": "^17.0.2",
9+
"react-dropzone": "^11.3.4",
10+
"react-redux": "^7.2.4",
11+
"react-router-dom": "^5.2.1",
12+
"react-scripts": "4.0.3",
13+
"redux": "^4.1.1",
14+
"superagent": "^6.1.0",
15+
"web-vitals": "^1.0.1"
1516
},
1617
"scripts": {
17-
"start": "yarn run build && serve -s build",
18+
"start": "react-scripts start",
1819
"build": "react-scripts build",
20+
"test": "react-scripts test",
1921
"eject": "react-scripts eject"
2022
},
2123
"eslintConfig": {
@@ -37,6 +39,7 @@
3739
]
3840
},
3941
"devDependencies": {
40-
"serve": "^11.3.2"
42+
"eslint-config-react-app": "^6.0.0",
43+
"serve": "^12.0.0"
4144
}
4245
}

0 commit comments

Comments
 (0)