Skip to content

Commit

Permalink
Update node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed May 24, 2020
1 parent e5f8a87 commit 0a133d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-babel": "^5.0.2",
"@rollup/plugin-node-resolve": "^8.0.0",
"chrome-launcher": "^0.13.2",
"puppeteer-core": "^3.0.4",
"rollup": "^2.10.2",
"puppeteer-core": "^3.1.0",
"rollup": "^2.10.9",
"rollup-plugin-copy": "^3.3.0",
"standard": "^14.3.4"
},
Expand Down
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default [
],
plugins: [
resolve(),
babel(),
babel({ babelHelpers: 'bundled' }),
copy({
targets: [
{ src: pkg.main, dest: 'vendor/assets/javascripts/', rename: 'rails.validations.js' }
Expand All @@ -51,7 +51,7 @@ export default [
}
],
plugins: [
babel()
babel({ babelHelpers: 'bundled' })
]
}
]

0 comments on commit 0a133d3

Please sign in to comment.