Skip to content

Commit

Permalink
Upgrade dependencies (facebook#9639)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianschmitz authored and wombleton committed Jun 1, 2021
1 parent e0ce425 commit e5d90e1
Show file tree
Hide file tree
Showing 14 changed files with 1,046 additions and 946 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.0.11",
"alex": "^8.0.0",
"eslint": "^7.9.0",
Expand All @@ -30,13 +30,13 @@
"get-port": "^5.1.1",
"globby": "^11.0.0",
"husky": "^4.2.5",
"jest": "26.3.0",
"lerna": "3.20.2",
"jest": "26.4.2",
"lerna": "3.22.1",
"lerna-changelog": "~0.8.2",
"lint-staged": "^10.2.2",
"meow": "^6.1.1",
"multimatch": "^4.0.0",
"prettier": "2.0.5",
"prettier": "2.1.1",
"puppeteer": "^3.0.2",
"strip-ansi": "^6.0.0",
"svg-term-cli": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-named-asset-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"babel-plugin-tester": "^8.0.1",
"jest": "26.3.0"
"jest": "26.4.2"
},
"scripts": {
"test": "jest"
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"test.js"
],
"dependencies": {
"@babel/core": "7.10.5",
"@babel/core": "7.11.6",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-decorators": "7.10.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
"@babel/plugin-proposal-numeric-separator": "7.10.4",
"@babel/plugin-proposal-optional-chaining": "7.10.4",
"@babel/plugin-proposal-optional-chaining": "7.11.0",
"@babel/plugin-transform-flow-strip-types": "7.10.4",
"@babel/plugin-transform-react-display-name": "7.10.4",
"@babel/plugin-transform-runtime": "7.10.5",
"@babel/preset-env": "7.10.4",
"@babel/plugin-transform-runtime": "7.11.5",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@babel/runtime": "7.10.5",
"@babel/runtime": "7.11.2",
"babel-plugin-macros": "2.8.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/confusing-browser-globals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"index.js"
],
"devDependencies": {
"jest": "26.3.0"
"jest": "26.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/cra-template-typescript/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.4",
"@types/node": "^12.0.0",
"@types/react": "^16.9.49",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.4",
"web-vitals": "^0.2.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"chalk": "4.1.0",
"commander": "4.1.0",
"cross-spawn": "7.0.3",
"envinfo": "7.5.1",
"envinfo": "7.7.3",
"fs-extra": "9.0.1",
"hyperquest": "2.1.3",
"inquirer": "7.3.2",
"inquirer": "7.3.3",
"semver": "7.3.2",
"tar-pack": "3.4.1",
"tmp": "0.2.1",
"validate-npm-package-name": "3.0.0"
},
"devDependencies": {
"cross-env": "^7.0.2",
"jest": "26.3.0"
"jest": "26.4.2"
}
}
Loading

0 comments on commit e5d90e1

Please sign in to comment.