Skip to content

Commit 4750629

Browse files
committed
Bump React version mic159#16
Upgrade react to 16.8.6
1 parent 27eb2c1 commit 4750629

File tree

5 files changed

+77
-207
lines changed

5 files changed

+77
-207
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-render-service",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "HTTP microservice for rendering React to HTML on the server side",
55
"main": "render.js",
66
"bin": {
@@ -10,14 +10,10 @@
1010
"body-parser": "^1.15.2",
1111
"express": "^4.14.0",
1212
"morgan": "^1.7.0",
13-
"react": "16.4.1",
14-
"react-dom": "16.4.1",
13+
"react": "16.8.6",
14+
"react-dom": "16.8.6",
1515
"yargs": "^3.29.0"
1616
},
17-
"peerDependencies": {
18-
"react": "^15.0 || ^16.0",
19-
"react-dom": "^15.0|| ^16.0"
20-
},
2117
"author": "Michael Cooper",
2218
"repository": {
2319
"type": "git",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '1.0.0'
3+
VERSION = '1.1.0'
44

55
setup(
66
name='react-render-client',

0 commit comments

Comments
 (0)