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

Commit 46103ac

Browse files
mrkevfacebook-github-bot
authored andcommitted
Upgrade 8 dependencies (including jest, @babel/core, etc). (#2237)
Summary: Update misc dependencies to solve vulnerabilities exposed by yarn audit. Before: 1 Low | 1 Moderate | 1739 High | 1 Critical After: 1 Low | 15788 High No changes were necessary in the source files. Pull Request resolved: #2237 Test Plan: yarn test Also played a bit with the rich text editor in the examples folder (uses the built /dist/Draft.js). Reviewed By: claudiopro Differential Revision: D18218709 Pulled By: mrkev fbshipit-source-id: f632b7fb08a15fe86101d726241f9e640cb7e20d
1 parent 53d2a63 commit 46103ac

File tree

2 files changed

+796
-638
lines changed

2 files changed

+796
-638
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@
3636
"alex": "^8.0.0",
3737
"fbjs": "^1.0.0",
3838
"immutable": "~3.7.4",
39-
"object-assign": "^4.1.0"
39+
"object-assign": "^4.1.1"
4040
},
4141
"peerDependencies": {
4242
"react": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0",
4343
"react-dom": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0"
4444
},
4545
"devDependencies": {
46-
"@babel/core": "^7.3.4",
46+
"@babel/core": "^7.6.4",
4747
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
4848
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
49-
"babel-eslint": "^8.1.1",
50-
"babel-preset-fbjs": "^3.2.0",
51-
"cross-env": "^5.1.3",
49+
"babel-eslint": "^10.0.3",
50+
"babel-preset-fbjs": "^3.3.0",
51+
"cross-env": "^6.0.3",
5252
"del": "^2.2.0",
5353
"envify": "^3.4.0",
54-
"es6-shim": "^0.34.4",
54+
"es6-shim": "^0.35.5",
5555
"eslint": "^6.6.0",
5656
"eslint-config-fbjs": "^3.1.1",
5757
"eslint-config-prettier": "^6.5.0",
@@ -61,7 +61,7 @@
6161
"eslint-plugin-prettier": "^3.1.1",
6262
"eslint-plugin-react": "^7.16.0",
6363
"eslint-plugin-relay": "^1.3.12",
64-
"fbjs-scripts": "^1.1.0",
64+
"fbjs-scripts": "^1.2.0",
6565
"flow-bin": "^0.92.0",
6666
"gulp": "^4.0.0",
6767
"gulp-babel": "^8.0.0",
@@ -74,7 +74,7 @@
7474
"gulp-rename": "^1.2.2",
7575
"gulp-uglify": "^1.2.0",
7676
"gulp-util": "^3.0.6",
77-
"jest": "^24.1.0",
77+
"jest": "^24.9.0",
7878
"prettier": "1.13.6",
7979
"react": "^16.8.0",
8080
"react-dom": "^16.8.0",

0 commit comments

Comments
 (0)