Skip to content

Commit 58c1a4d

Browse files
Update dependency @babel/preset-modules to v0.1.6
1 parent 6f7dfe1 commit 58c1a4d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@babel/plugin-transform-modules-commonjs": "7.9.6",
7373
"@babel/plugin-transform-runtime": "7.9.6",
7474
"@babel/preset-env": "7.9.6",
75-
"@babel/preset-modules": "0.1.3",
75+
"@babel/preset-modules": "0.1.6",
7676
"@babel/preset-react": "7.9.4",
7777
"@babel/preset-typescript": "7.9.0",
7878
"@babel/runtime": "7.9.6",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,18 @@
10021002
"@babel/helper-plugin-utils" "^7.8.3"
10031003
"@babel/plugin-transform-flow-strip-types" "^7.9.0"
10041004

1005-
"@babel/preset-modules@0.1.3", "@babel/preset-modules@^0.1.3":
1005+
"@babel/preset-modules@0.1.6":
1006+
version "0.1.6"
1007+
resolved "https://nexus.core.cvent.org/nexus/repository/npm-public/@babel/preset-modules/-/preset-modules-0.1.6.tgz#31bcdd8f19538437339d17af00d177d854d9d458"
1008+
integrity sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==
1009+
dependencies:
1010+
"@babel/helper-plugin-utils" "^7.0.0"
1011+
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
1012+
"@babel/plugin-transform-dotall-regex" "^7.4.4"
1013+
"@babel/types" "^7.4.4"
1014+
esutils "^2.0.2"
1015+
1016+
"@babel/preset-modules@^0.1.3":
10061017
version "0.1.3"
10071018
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz#13242b53b5ef8c883c3cf7dddd55b36ce80fbc72"
10081019
dependencies:

0 commit comments

Comments
 (0)