Skip to content

Commit ce11ee6

Browse files
committed
deps: Follow RN in updating some dev-dependency ranges.
Done to follow the template-app change in facebook/react-native@fffa4d1ae, on the path to the RN v0.64 upgrade. I ignored the deps we don't use, and I ignored the ones for which we already specify a higher lower bound. Squinting at the `yarn.lock`, this doesn't actually change any of the versions we actually end up using. It just bumps the explicit lower bounds in the `package.json`.
1 parent cabab22 commit ce11ee6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
"zulip-markdown-parser": "^1.0.6"
8989
},
9090
"devDependencies": {
91-
"@babel/core": "^7.11.4",
91+
"@babel/core": "^7.12.9",
9292
"@babel/preset-env": "^7.11.0",
93-
"@babel/runtime": "^7.8.4",
93+
"@babel/runtime": "^7.12.5",
9494
"@jest/source-map": "^26.3.0",
9595
"@octokit/core": "^3.4.0",
9696
"@rollup/plugin-babel": "^5.2.0",
@@ -113,7 +113,7 @@
113113
"flow-coverage-report": "^0.6.0",
114114
"flow-typed": "^2.4.0",
115115
"immutable-devtools": "^0.1.5",
116-
"jest": "^26.4.1",
116+
"jest": "^26.6.3",
117117
"jest-cli": "^26.4.1",
118118
"jest-environment-jsdom": "^26.3.0",
119119
"jest-environment-jsdom-global": "^2.0.4",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
semver "^5.4.1"
5151
source-map "^0.5.0"
5252

53-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.11.4", "@babel/core@^7.7.5":
53+
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.12.9", "@babel/core@^7.7.5":
5454
version "7.14.6"
5555
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
5656
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
@@ -1106,7 +1106,7 @@
11061106
core-js-pure "^3.15.0"
11071107
regenerator-runtime "^0.13.4"
11081108

1109-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1109+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
11101110
version "7.14.6"
11111111
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
11121112
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@@ -7523,7 +7523,7 @@ jest-worker@^26.6.2:
75237523
merge-stream "^2.0.0"
75247524
supports-color "^7.0.0"
75257525

7526-
jest@^25.2.0, jest@^26.4.1:
7526+
jest@^25.2.0, jest@^26.4.1, jest@^26.6.3:
75277527
version "26.6.3"
75287528
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
75297529
integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==

0 commit comments

Comments
 (0)