Skip to content

Commit 9d09052

Browse files
authored
Update various monorepo dependencies (#17901)
1 parent 3c713d5 commit 9d09052

File tree

2 files changed

+622
-451
lines changed

2 files changed

+622
-451
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
"@babel/preset-flow": "^7.8.0",
3434
"@babel/preset-react": "^7.8.0",
3535
"@babel/traverse": "^7.8.0",
36-
"@mattiasbuelens/web-streams-polyfill": "0.1.0",
37-
"art": "^0.10.1",
36+
"@mattiasbuelens/web-streams-polyfill": "^0.3.2",
37+
"art": "0.10.1",
3838
"babel-eslint": "^10.0.3",
3939
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
40-
"chalk": "^1.1.3",
40+
"chalk": "^3.0.0",
4141
"cli-table": "^0.3.1",
42-
"coffee-script": "^1.8.0",
43-
"core-js": "^2.2.1",
44-
"coveralls": "^2.11.6",
42+
"coffee-script": "^1.12.7",
43+
"core-js": "^3.6.4",
44+
"coveralls": "^3.0.9",
4545
"create-react-class": "^15.6.3",
46-
"cross-env": "^5.1.1",
47-
"danger": "^9.1.8",
48-
"error-stack-parser": "^2.0.2",
46+
"cross-env": "^6.0.3",
47+
"danger": "^9.2.10",
48+
"error-stack-parser": "^2.0.6",
4949
"eslint": "^6.8.0",
5050
"eslint-config-fbjs": "^1.1.1",
5151
"eslint-config-prettier": "^6.9.0",
@@ -55,13 +55,13 @@
5555
"eslint-plugin-no-for-of-loops": "^1.0.0",
5656
"eslint-plugin-react": "^6.7.1",
5757
"eslint-plugin-react-internal": "link:./scripts/eslint-rules",
58-
"fbjs-scripts": "^0.8.3",
59-
"filesize": "^3.5.6",
58+
"fbjs-scripts": "0.8.3",
59+
"filesize": "^6.0.1",
6060
"flow-bin": "0.89",
61-
"glob": "^6.0.4",
61+
"glob": "^7.1.6",
6262
"glob-stream": "^6.1.0",
6363
"google-closure-compiler": "20190301.0.0",
64-
"gzip-size": "^3.0.0",
64+
"gzip-size": "^5.1.1",
6565
"jasmine-check": "^1.0.0-rc.0",
6666
"jest": "^24.9.0",
6767
"jest-diff": "^24.9.0",
@@ -71,24 +71,24 @@
7171
"mkdirp": "^0.5.1",
7272
"ncp": "^2.0.0",
7373
"object-assign": "^4.1.1",
74-
"pacote": "^9.5.6",
74+
"pacote": "^10.3.0",
7575
"prettier": "1.19.1",
7676
"prop-types": "^15.6.2",
7777
"random-seed": "^0.3.0",
78-
"react-lifecycles-compat": "^3.0.2",
79-
"rimraf": "^2.6.1",
78+
"react-lifecycles-compat": "^3.0.4",
79+
"rimraf": "^3.0.0",
8080
"rollup": "^0.52.1",
8181
"rollup-plugin-babel": "^4.0.1",
8282
"rollup-plugin-commonjs": "^8.2.6",
8383
"rollup-plugin-node-resolve": "^2.1.1",
8484
"rollup-plugin-prettier": "^0.3.0",
8585
"rollup-plugin-replace": "^2.0.0",
8686
"rollup-plugin-strip-banner": "^0.2.0",
87-
"semver": "^5.5.0",
87+
"semver": "^7.1.1",
8888
"targz": "^1.0.1",
89-
"through2": "^2.0.0",
90-
"tmp": "~0.0.28",
91-
"typescript": "^3.7.4",
89+
"through2": "^3.0.1",
90+
"tmp": "^0.1.0",
91+
"typescript": "^3.7.5",
9292
"webpack": "^4.41.2"
9393
},
9494
"devEngines": {

0 commit comments

Comments
 (0)