Skip to content

Commit 6a3f5c7

Browse files
committed
package versions
1 parent cf2a355 commit 6a3f5c7

2 files changed

Lines changed: 19 additions & 10 deletions

File tree

03-Calling-an-API/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
"private": true,
55
"dependencies": {
66
"axios": "^0.16.2",
7-
"cors": "^2.8.1",
7+
"cors": "^2.8.3",
88
"dotenv": "^4.0.0",
99
"express": "^4.15.3",
1010
"express-jwt": "^5.3.0",
1111
"express-jwt-authz": "^1.0.0",
1212
"history": "^4.6.1",
1313
"jwks-rsa": "^1.1.1",
1414
"morgan": "^1.8.2",
15-
"npm-run-all": "^4.0.1",
15+
"npm-run-all": "^4.0.2",
16+
1617
"auth0-js": "^9.0.0",
1718
"bootstrap": "^3.3.7",
1819
"react": "^15.5.4",

04-Authorization/package.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,26 @@
22
"name": "authorization",
33
"version": "0.1.0",
44
"private": true,
5-
"devDependencies": {
6-
"react-scripts": "0.9.5"
7-
},
85
"dependencies": {
9-
"auth0-js": "^9.0.0",
106
"axios": "^0.16.2",
11-
"bootstrap": "^3.3.7",
127
"cors": "^2.8.3",
138
"dotenv": "^4.0.0",
14-
"express": "^4.14.1",
9+
"express": "^4.15.3",
1510
"express-jwt": "^5.3.0",
1611
"express-jwt-authz": "^1.0.0",
1712
"history": "^4.6.1",
1813
"jwks-rsa": "^1.1.1",
1914
"morgan": "^1.8.2",
2015
"npm-run-all": "^4.0.2",
16+
17+
"auth0-js": "^9.0.0",
18+
"bootstrap": "^3.3.7",
2119
"react": "^15.5.4",
2220
"react-bootstrap": "^0.31.0",
2321
"react-dom": "^15.5.4",
2422
"react-router": "^4.1.1",
25-
"react-router-dom": "^4.1.1"
23+
"react-router-dom": "^4.1.1",
24+
"react-scripts": "^2.1.1"
2625
},
2726
"scripts": {
2827
"start": "npm-run-all --parallel server:start client:start",
@@ -31,5 +30,14 @@
3130
"build": "react-scripts build",
3231
"test": "react-scripts test --env=jsdom",
3332
"eject": "react-scripts eject"
34-
}
33+
},
34+
"eslintConfig": {
35+
"extends": "react-app"
36+
},
37+
"browserslist": [
38+
">0.2%",
39+
"not dead",
40+
"not ie <= 11",
41+
"not op_mini all"
42+
]
3543
}

0 commit comments

Comments
 (0)