Skip to content

Commit f045f62

Browse files
renovate[bot]stipsan
authored andcommitted
chore(deps): update dependency rollup-plugin-babel to v4.0.3 (#96)
* chore(deps): update dependency rollup-plugin-babel to v4.0.3 * Update rollup.config.js
1 parent 8273dfd commit f045f62

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"puppeteer": "1.8.0",
5151
"rimraf": "2.6.2",
5252
"rollup": "0.66.4",
53-
"rollup-plugin-babel": "4.0.0-beta.8",
53+
"rollup-plugin-babel": "4.0.3",
5454
"rollup-plugin-commonjs": "9.1.8",
5555
"rollup-plugin-node-resolve": "3.4.0",
5656
"rollup-plugin-replace": "2.0.0",

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const config = {
1212
plugins: [
1313
babel({
1414
exclude: 'node_modules/**',
15+
extensions: ['.ts', '.js'],
1516
}),
1617
resolve({
1718
extensions: ['.ts', '.js', '.json'],

yarn.lock

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,6 @@
115115
dependencies:
116116
"@babel/types" "^7.0.0"
117117

118-
"@babel/helper-module-imports@7.0.0-beta.56":
119-
version "7.0.0-beta.56"
120-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.56.tgz#edf9494ef1f36674bb19cec9ea142b70f186406d"
121-
dependencies:
122-
"@babel/types" "7.0.0-beta.56"
123-
lodash "^4.17.10"
124-
125118
"@babel/helper-module-imports@^7.0.0":
126119
version "7.0.0"
127120
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -559,14 +552,6 @@
559552
globals "^11.1.0"
560553
lodash "^4.17.10"
561554

562-
"@babel/types@7.0.0-beta.56":
563-
version "7.0.0-beta.56"
564-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.56.tgz#df456947a82510ec30361971e566110d89489056"
565-
dependencies:
566-
esutils "^2.0.2"
567-
lodash "^4.17.10"
568-
to-fast-properties "^2.0.0"
569-
570555
"@babel/types@^7.0.0", "@babel/types@^7.1.2":
571556
version "7.1.2"
572557
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.2.tgz#183e7952cf6691628afdc2e2b90d03240bac80c0"
@@ -5881,11 +5866,11 @@ rimraf@2, rimraf@2.6.2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6
58815866
dependencies:
58825867
glob "^7.0.5"
58835868

5884-
rollup-plugin-babel@4.0.0-beta.8:
5885-
version "4.0.0-beta.8"
5886-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.0.0-beta.8.tgz#6dac37d8e285ba8f7feb5aaafd99c78d7363a001"
5869+
rollup-plugin-babel@4.0.3:
5870+
version "4.0.3"
5871+
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.0.3.tgz#8282b0e22233160d679e9c7631342e848422fb02"
58875872
dependencies:
5888-
"@babel/helper-module-imports" "7.0.0-beta.56"
5873+
"@babel/helper-module-imports" "^7.0.0"
58895874
rollup-pluginutils "^2.3.0"
58905875

58915876
rollup-plugin-commonjs@9.1.8:

0 commit comments

Comments
 (0)