Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed06659

Browse files
ianschmitzabhiisheek
authored andcommitted
Upgrade dependencies (facebook#9639)
1 parent cdab29d commit ed06659

File tree

14 files changed

+1046
-946
lines changed

14 files changed

+1046
-946
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@testing-library/jest-dom": "^5.11.0",
24-
"@testing-library/react": "^10.4.3",
24+
"@testing-library/react": "^11.0.4",
2525
"@testing-library/user-event": "^12.0.11",
2626
"alex": "^8.0.0",
2727
"eslint": "^7.9.0",
@@ -30,13 +30,13 @@
3030
"get-port": "^5.1.1",
3131
"globby": "^11.0.0",
3232
"husky": "^4.2.5",
33-
"jest": "26.3.0",
34-
"lerna": "3.20.2",
33+
"jest": "26.4.2",
34+
"lerna": "3.22.1",
3535
"lerna-changelog": "~0.8.2",
3636
"lint-staged": "^10.2.2",
3737
"meow": "^6.1.1",
3838
"multimatch": "^4.0.0",
39-
"prettier": "2.0.5",
39+
"prettier": "2.1.1",
4040
"puppeteer": "^3.0.2",
4141
"strip-ansi": "^6.0.0",
4242
"svg-term-cli": "^2.1.1",

packages/babel-plugin-named-asset-import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"babel-plugin-tester": "^8.0.1",
23-
"jest": "26.3.0"
23+
"jest": "26.4.2"
2424
},
2525
"scripts": {
2626
"test": "jest"

packages/babel-preset-react-app/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.10.5",
24+
"@babel/core": "7.11.6",
2525
"@babel/plugin-proposal-class-properties": "7.10.4",
2626
"@babel/plugin-proposal-decorators": "7.10.5",
2727
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
2828
"@babel/plugin-proposal-numeric-separator": "7.10.4",
29-
"@babel/plugin-proposal-optional-chaining": "7.10.4",
29+
"@babel/plugin-proposal-optional-chaining": "7.11.0",
3030
"@babel/plugin-transform-flow-strip-types": "7.10.4",
3131
"@babel/plugin-transform-react-display-name": "7.10.4",
32-
"@babel/plugin-transform-runtime": "7.10.5",
33-
"@babel/preset-env": "7.10.4",
32+
"@babel/plugin-transform-runtime": "7.11.5",
33+
"@babel/preset-env": "7.11.5",
3434
"@babel/preset-react": "7.10.4",
3535
"@babel/preset-typescript": "7.10.4",
36-
"@babel/runtime": "7.10.5",
36+
"@babel/runtime": "7.11.2",
3737
"babel-plugin-macros": "2.8.0",
3838
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
3939
}

packages/confusing-browser-globals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"index.js"
2121
],
2222
"devDependencies": {
23-
"jest": "26.3.0"
23+
"jest": "26.4.2"
2424
}
2525
}

packages/cra-template-typescript/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"package": {
33
"dependencies": {
44
"@testing-library/jest-dom": "^5.11.4",
5-
"@testing-library/react": "^11.0.2",
5+
"@testing-library/react": "^11.0.4",
66
"@testing-library/user-event": "^12.1.4",
77
"@types/node": "^12.0.0",
88
"@types/react": "^16.9.49",

packages/cra-template/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"package": {
33
"dependencies": {
44
"@testing-library/jest-dom": "^5.11.4",
5-
"@testing-library/react": "^11.0.2",
5+
"@testing-library/react": "^11.0.4",
66
"@testing-library/user-event": "^12.1.4",
77
"web-vitals": "^0.2.4"
88
},

packages/create-react-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
"chalk": "4.1.0",
3333
"commander": "4.1.0",
3434
"cross-spawn": "7.0.3",
35-
"envinfo": "7.5.1",
35+
"envinfo": "7.7.3",
3636
"fs-extra": "9.0.1",
3737
"hyperquest": "2.1.3",
38-
"inquirer": "7.3.2",
38+
"inquirer": "7.3.3",
3939
"semver": "7.3.2",
4040
"tar-pack": "3.4.1",
4141
"tmp": "0.2.1",
4242
"validate-npm-package-name": "3.0.0"
4343
},
4444
"devDependencies": {
4545
"cross-env": "^7.0.2",
46-
"jest": "26.3.0"
46+
"jest": "26.4.2"
4747
}
4848
}

0 commit comments

Comments
 (0)