Skip to content

Commit

Permalink
update packages (address React vulnerability with server rendered apps)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkatreddy committed Aug 28, 2018
1 parent f6f9d93 commit c2d2bf3
Show file tree
Hide file tree
Showing 5 changed files with 562 additions and 465 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# next version

* update packages (address React vulnerability with server rendered apps)

# v0.10.5 (2018-01-15)

* Switch from babel-preset-es2015 to babel-preset-env
Expand Down
3 changes: 1 addition & 2 deletions examples/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"author": "Chris Johnson <[email protected]>",
"private": true,
"scripts": {
"start":
"browserify -t babelify views/main.js --standalone main -o public/main.js && node app.js"
"start": "browserify -t babelify views/main.js --standalone main -o public/main.js && node app.js"
},
"dependencies": {
"babel-preset-env": "^1.6.0",
Expand Down
Loading

0 comments on commit c2d2bf3

Please sign in to comment.