Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Upgrade @babel/preset-typescript to 7.0.0-rc.1 #242

Merged
merged 1 commit into from
Aug 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/next-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": "zeit/next-plugins",
"dependencies": {
"@babel/preset-typescript": "7.0.0-beta.42"
"@babel/preset-typescript": "7.0.0-rc.1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that this is an RC, can the dependency be declared as "^7.0.0-rc.1" (with ^)?

},
"gitHead": "31e8978d07e5468f760a222a72d1e8f3f457e6ff"
}
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
# yarn lockfile v1


"@babel/helper-plugin-utils@7.0.0-beta.42":
version "7.0.0-beta.42"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-beta.42.tgz#9aa8b3e5dc72abea6b4f686712a7363cb29ea057"
"@babel/helper-plugin-utils@7.0.0-rc.1":
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-rc.1.tgz#3e277eae59818e7d4caf4174f58a7a00d441336e"

"@babel/plugin-syntax-typescript@7.0.0-beta.42":
version "7.0.0-beta.42"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.0.0-beta.42.tgz#ffc42945ca15e5ab369de6b9f5d9324499c623cf"
"@babel/plugin-syntax-typescript@7.0.0-rc.1":
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.0.0-rc.1.tgz#f1e0afa67b62aa9659cf9995a8a46f0638faa05f"
dependencies:
"@babel/helper-plugin-utils" "7.0.0-beta.42"
"@babel/helper-plugin-utils" "7.0.0-rc.1"

"@babel/plugin-transform-typescript@7.0.0-beta.42":
version "7.0.0-beta.42"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.0.0-beta.42.tgz#e3a2d46014fd26e0729fd574b521fca4eb21144f"
"@babel/plugin-transform-typescript@7.0.0-rc.1":
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.0.0-rc.1.tgz#5b9726c6f9ab1f8f0abd1971577da5accd232dbc"
dependencies:
"@babel/helper-plugin-utils" "7.0.0-beta.42"
"@babel/plugin-syntax-typescript" "7.0.0-beta.42"
"@babel/helper-plugin-utils" "7.0.0-rc.1"
"@babel/plugin-syntax-typescript" "7.0.0-rc.1"

"@babel/preset-typescript@7.0.0-beta.42":
version "7.0.0-beta.42"
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.0.0-beta.42.tgz#adb91d387a6eee7b45918de544d6c8fa122c2564"
"@babel/preset-typescript@7.0.0-rc.1":
version "7.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.0.0-rc.1.tgz#bd22fc7158fde7c1dd5bb7853246b5cf5a801c9c"
dependencies:
"@babel/helper-plugin-utils" "7.0.0-beta.42"
"@babel/plugin-transform-typescript" "7.0.0-beta.42"
"@babel/helper-plugin-utils" "7.0.0-rc.1"
"@babel/plugin-transform-typescript" "7.0.0-rc.1"

"@lerna/add@^3.0.0-rc.0":
version "3.0.0-rc.0"
Expand Down