Skip to content

Commit e5446f8

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

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
@@ -55,7 +55,7 @@
5555
"prettier-package-json": "2.0.1",
5656
"rimraf": "2.6.2",
5757
"rollup": "0.66.4",
58-
"rollup-plugin-babel": "4.0.0-beta.8",
58+
"rollup-plugin-babel": "4.0.3",
5959
"rollup-plugin-commonjs": "9.1.8",
6060
"rollup-plugin-node-resolve": "3.4.0",
6161
"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
@@ -133,13 +133,6 @@
133133
dependencies:
134134
"@babel/types" "^7.0.0"
135135

136-
137-
version "7.0.0-beta.56"
138-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.56.tgz#edf9494ef1f36674bb19cec9ea142b70f186406d"
139-
dependencies:
140-
"@babel/types" "7.0.0-beta.56"
141-
lodash "^4.17.10"
142-
143136
"@babel/helper-module-imports@^7.0.0":
144137
version "7.0.0"
145138
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -615,14 +608,6 @@
615608
globals "^11.1.0"
616609
lodash "^4.17.10"
617610

618-
619-
version "7.0.0-beta.56"
620-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.56.tgz#df456947a82510ec30361971e566110d89489056"
621-
dependencies:
622-
esutils "^2.0.2"
623-
lodash "^4.17.10"
624-
to-fast-properties "^2.0.0"
625-
626611
"@babel/types@^7.0.0":
627612
version "7.0.0"
628613
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
@@ -5215,11 +5200,11 @@ rimraf@2, [email protected], rimraf@^2.2.8, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6
52155200
dependencies:
52165201
glob "^7.0.5"
52175202

5218-
5219-
version "4.0.0-beta.8"
5220-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.0.0-beta.8.tgz#6dac37d8e285ba8f7feb5aaafd99c78d7363a001"
5203+
5204+
version "4.0.3"
5205+
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.0.3.tgz#8282b0e22233160d679e9c7631342e848422fb02"
52215206
dependencies:
5222-
"@babel/helper-module-imports" "7.0.0-beta.56"
5207+
"@babel/helper-module-imports" "^7.0.0"
52235208
rollup-pluginutils "^2.3.0"
52245209

52255210

0 commit comments

Comments
 (0)