-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump package versions #6978
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ untyped-import | |
untyped-type-import | ||
|
||
[version] | ||
^0.75.0 | ||
^0.80.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"lerna": "2.9.0", | ||
"lerna": "3.4.0", | ||
"version": "23.6.0", | ||
"npmClient": "npm", | ||
"useWorkspaces": true | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
"license": "MIT", | ||
"main": "build/index.js", | ||
"dependencies": { | ||
"@babel/code-frame": "^7.0.0-beta.35", | ||
"@babel/code-frame": "7.0.0-beta.44", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. last version with node 4 support. Upgrading it to 7 stable breaks the browser build... not sure why TBH, didn't dig into it |
||
"chalk": "^2.0.1", | ||
"micromatch": "^2.3.11", | ||
"slash": "^1.0.0", | ||
"slash": "^2.0.0", | ||
"stack-utils": "^1.0.1" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ function createProcessEnv() { | |
return deepCyclicCopy(process.env); | ||
} | ||
|
||
// $FlowFixMe: Apparently Flow does not understand that this is a prototype. | ||
const proto: Object = Object.getPrototypeOf(process.env); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we still need to annotate this with Object type or will Flow now infer that? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
const real = Object.create(proto); | ||
const lookup = {}; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"browser": "build-es5/index.js", | ||
"author": "James Kyle <[email protected]>", | ||
"dependencies": { | ||
"ansi-regex": "^3.0.0", | ||
"ansi-regex": "^4.0.0", | ||
"ansi-styles": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
|
This comment was marked as resolved.
Sorry, something went wrong.