Skip to content

Commit d1ffab5

Browse files
Update Python and Node requirements of the project
1 parent 7cad3b1 commit d1ffab5

File tree

2 files changed

+32
-33
lines changed

2 files changed

+32
-33
lines changed

package.json

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,23 @@
77
"@testing-library/react": "^10.4.9",
88
"@testing-library/user-event": "^7.1.2",
99
"axios": ">=0.21.1",
10-
"bootstrap": "^4.4.1",
11-
"gulp": "^4.0.2",
10+
"bootstrap": "^4.6.0",
11+
"bootstrap-icons": "^1.4.1",
1212
"history": "^4.10.1",
13-
"html-react-parser": "^0.10.0",
14-
"i18next": "^19.0.3",
13+
"html-react-parser": "^0.10.5",
14+
"i18next": "^19.9.2",
1515
"i18next-xhr-backend": "^3.2.2",
16-
"jquery": "^3.4.1",
17-
"moment": "^2.24.0",
16+
"jquery": "^3.6.0",
1817
"node-sass": "^4.13.1",
1918
"popper.js": "^1.16.1",
20-
"react": "^16.12.0",
21-
"react-bootstrap": "^1.0.0-beta.16",
22-
"react-datepicker": "^2.11.0",
23-
"react-dom": "^16.12.0",
24-
"react-helmet": "^5.2.1",
25-
"react-i18next": "^11.3.1",
26-
"react-markdown": "^4.3.1",
27-
"react-router-dom": "^5.1.2",
28-
"react-safe": "^1.3.0",
29-
"react-scripts": "^3.4.0"
19+
"react": "^16.14.0",
20+
"react-bootstrap": "^1.5.2",
21+
"react-datepicker": "^2.16.0",
22+
"react-dom": "^16.14.0",
23+
"react-helmet": "^6.1.0",
24+
"react-i18next": "^11.8.15",
25+
"react-router-dom": "^5.2.0",
26+
"react-scripts": "^4.0.3"
3027
},
3128
"scripts": {
3229
"start": "react-scripts start",

requirements.txt

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
certifi==2019.11.28
2-
cffi==1.13.2
3-
chardet==3.0.4
4-
Click==7.0
5-
cryptography==3.3.2
6-
docusign-esign==3.5.0
7-
Flask==1.1.1
8-
Flask-Session==0.3.1
9-
flask-wtf==0.14.2
10-
flask-cors==3.0.8
11-
idna==2.8
1+
cachelib==0.1.1
2+
certifi==2020.12.5
3+
cffi==1.14.5
4+
chardet==4.0.0
5+
click==7.1.2
6+
cryptography==3.4.7
7+
docusign-esign==3.9.0
8+
Flask==1.1.2
9+
Flask-Cors==3.0.10
10+
Flask-Session==0.3.2
11+
Flask-WTF==0.14.3
12+
idna==2.10
1213
itsdangerous==1.1.0
1314
Jinja2==2.11.3
1415
MarkupSafe==1.1.1
1516
nose==1.3.7
16-
pycparser==2.19
17+
pycparser==2.20
1718
PyJWT==1.7.1
1819
python-dateutil==2.8.1
19-
python-dotenv==0.10.5
20-
requests==2.22.0
21-
six==1.13.0
22-
urllib3==1.25.7
23-
Werkzeug==0.16.0
20+
python-dotenv==0.17.1
21+
requests==2.25.1
22+
six==1.16.0
23+
urllib3==1.26.4
24+
Werkzeug==1.0.1
25+
WTForms==2.3.3

0 commit comments

Comments
 (0)