Skip to content

Commit

Permalink
update babel
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhughes27 committed Sep 9, 2018
1 parent d0a0e61 commit 320a23d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion clients/admin_next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "react-app-rewired test --env=jsdom"
},
"dependencies": {
"@babel/preset-typescript": "^7.0.0-beta.54",
"@babel/preset-typescript": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "^0.1.0-11",
Expand Down
32 changes: 18 additions & 14 deletions clients/admin_next/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@
version "7.0.0-rc.3"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-rc.3.tgz#f68392896f4f3b90bdf7e72e5cc7127cdd5441fd"

"@babel/helper-plugin-utils@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"

"@babel/helper-regex@7.0.0-beta.46":
version "7.0.0-beta.46"
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0-beta.46.tgz#df3675cec700e062d823225c52830e012f32308f"
Expand Down Expand Up @@ -607,11 +611,11 @@
dependencies:
"@babel/helper-plugin-utils" "7.0.0-rc.3"

"@babel/plugin-syntax-typescript@7.0.0-rc.3":
version "7.0.0-rc.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.0.0-rc.3.tgz#71006af99e419768089243b205b6f8792cab37f3"
"@babel/plugin-syntax-typescript@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.0.0.tgz#90f4fe0a741ae9c0dcdc3017717c05a0cbbd5158"
dependencies:
"@babel/helper-plugin-utils" "7.0.0-rc.3"
"@babel/helper-plugin-utils" "^7.0.0"

"@babel/plugin-transform-arrow-functions@7.0.0-beta.46":
version "7.0.0-beta.46"
Expand Down Expand Up @@ -1057,12 +1061,12 @@
dependencies:
"@babel/helper-plugin-utils" "7.0.0-rc.3"

"@babel/plugin-transform-typescript@7.0.0-rc.3":
version "7.0.0-rc.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.0.0-rc.3.tgz#439d97371a55504031a11ee2f606f5153ac1603d"
"@babel/plugin-transform-typescript@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.0.0.tgz#71bf13cae08117ae5dc1caec5b90938d8091a01e"
dependencies:
"@babel/helper-plugin-utils" "7.0.0-rc.3"
"@babel/plugin-syntax-typescript" "7.0.0-rc.3"
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-typescript" "^7.0.0"

"@babel/plugin-transform-unicode-regex@7.0.0-beta.46":
version "7.0.0-beta.46"
Expand Down Expand Up @@ -1198,12 +1202,12 @@
"@babel/plugin-transform-react-jsx-self" "7.0.0-rc.3"
"@babel/plugin-transform-react-jsx-source" "7.0.0-rc.3"

"@babel/preset-typescript@^7.0.0-beta.54":
version "7.0.0-rc.3"
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.0.0-rc.3.tgz#7dc31c23d5b5dca7ed9c32e3f7ed9a703d1b5a53"
"@babel/preset-typescript@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.0.0.tgz#1e65c8b863ff5b290f070d999c810bb48a8e3904"
dependencies:
"@babel/helper-plugin-utils" "7.0.0-rc.3"
"@babel/plugin-transform-typescript" "7.0.0-rc.3"
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-transform-typescript" "^7.0.0"

"@babel/runtime@7.0.0", "@babel/runtime@^7.0.0":
version "7.0.0"
Expand Down

0 comments on commit 320a23d

Please sign in to comment.