Skip to content

Commit be38233

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

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
@@ -57,7 +57,7 @@
5757
"prettier-package-json": "2.0.1",
5858
"rimraf": "2.6.2",
5959
"rollup": "0.66.4",
60-
"rollup-plugin-babel": "4.0.0-beta.8",
60+
"rollup-plugin-babel": "4.0.3",
6161
"rollup-plugin-commonjs": "9.1.8",
6262
"rollup-plugin-node-resolve": "3.4.0",
6363
"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
@@ -139,13 +139,6 @@
139139
dependencies:
140140
"@babel/types" "^7.0.0"
141141

142-
143-
version "7.0.0-beta.56"
144-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.56.tgz#edf9494ef1f36674bb19cec9ea142b70f186406d"
145-
dependencies:
146-
"@babel/types" "7.0.0-beta.56"
147-
lodash "^4.17.10"
148-
149142
"@babel/helper-module-imports@^7.0.0":
150143
version "7.0.0"
151144
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -629,14 +622,6 @@
629622
globals "^11.1.0"
630623
lodash "^4.17.10"
631624

632-
633-
version "7.0.0-beta.56"
634-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.56.tgz#df456947a82510ec30361971e566110d89489056"
635-
dependencies:
636-
esutils "^2.0.2"
637-
lodash "^4.17.10"
638-
to-fast-properties "^2.0.0"
639-
640625
"@babel/types@^7.0.0":
641626
version "7.0.0"
642627
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
@@ -6439,11 +6424,11 @@ rimraf@2, [email protected], rimraf@^2.2.8, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6
64396424
dependencies:
64406425
glob "^7.0.5"
64416426

6442-
6443-
version "4.0.0-beta.8"
6444-
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.0.0-beta.8.tgz#6dac37d8e285ba8f7feb5aaafd99c78d7363a001"
6427+
6428+
version "4.0.3"
6429+
resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.0.3.tgz#8282b0e22233160d679e9c7631342e848422fb02"
64456430
dependencies:
6446-
"@babel/helper-module-imports" "7.0.0-beta.56"
6431+
"@babel/helper-module-imports" "^7.0.0"
64476432
rollup-pluginutils "^2.3.0"
64486433

64496434

0 commit comments

Comments
 (0)