Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Update dependencies in examples/draft-0-10-0/universal (#2257)
Browse files Browse the repository at this point in the history
Summary:
Updated dependencies for the example under `examples/draft-0-10-0/universal`.
Pull Request resolved: #2257

Test Plan: Ran `npm run demo`, everything still works like it did before.

Differential Revision: D18690746

Pulled By: mrkev

fbshipit-source-id: 49af5bee8f8cba925d8b646d04ee9f96250aa9ac
  • Loading branch information
mrkev authored and facebook-github-bot committed Nov 25, 2019
1 parent 11bc5d8 commit ae2dd14
Show file tree
Hide file tree
Showing 3 changed files with 2,746 additions and 762 deletions.
2 changes: 1 addition & 1 deletion examples/draft-0-10-0/universal/.babelrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "presets": ["react"] }
{ "presets": ["@babel/preset-react"] }
14 changes: 8 additions & 6 deletions examples/draft-0-10-0/universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
"license": "MIT",
"dependencies": {
"draft-js": "file:../../../",
"express": "^4.14.0",
"immutable": "^3.8.1",
"express": "^4.17.1",
"immutable": "^3.8.2",
"react": "file:../../../node_modules/react",
"react-dom": "file:../../../node_modules/react-dom"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1"
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/node": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"babelify": "^10.0.0",
"browserify": "^16.5.0"
},
"scripts": {
"build": "browserify client.js -t babelify -o static/bundle.js",
Expand Down
Loading

0 comments on commit ae2dd14

Please sign in to comment.