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

Commit ae2dd14

Browse files
mrkevfacebook-github-bot
authored andcommitted
Update dependencies in examples/draft-0-10-0/universal (#2257)
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
1 parent 11bc5d8 commit ae2dd14

File tree

3 files changed

+2746
-762
lines changed

3 files changed

+2746
-762
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "presets": ["react"] }
1+
{ "presets": ["@babel/preset-react"] }

examples/draft-0-10-0/universal/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55
"license": "MIT",
66
"dependencies": {
77
"draft-js": "file:../../../",
8-
"express": "^4.14.0",
9-
"immutable": "^3.8.1",
8+
"express": "^4.17.1",
9+
"immutable": "^3.8.2",
1010
"react": "file:../../../node_modules/react",
1111
"react-dom": "file:../../../node_modules/react-dom"
1212
},
1313
"devDependencies": {
14-
"babel-cli": "^6.18.0",
15-
"babel-preset-react": "^6.16.0",
16-
"babelify": "^7.3.0",
17-
"browserify": "^13.1.1"
14+
"@babel/cli": "^7.7.4",
15+
"@babel/core": "^7.7.4",
16+
"@babel/node": "^7.7.4",
17+
"@babel/preset-react": "^7.7.4",
18+
"babelify": "^10.0.0",
19+
"browserify": "^16.5.0"
1820
},
1921
"scripts": {
2022
"build": "browserify client.js -t babelify -o static/bundle.js",

0 commit comments

Comments
 (0)