Skip to content

Commit

Permalink
updated: dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed May 4, 2021
1 parent 125b52b commit e92e11a
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 34 deletions.
2 changes: 1 addition & 1 deletion build/rollup.browser.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import nodeResolve from '@rollup/plugin-node-resolve'
import { resolve } from 'path'

const sourcemapPath = resolve('./node_modules/source-map/dist/source-map')
const ignoredModules = ['fs', 'path']
const ignoredModules = ['fs', 'path', 'babylon']

export default {
...defaultConfig,
Expand Down
63 changes: 34 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@
],
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@babel/parser": "^7.14.1",
"@babel/preset-env": "^7.14.1",
"@riotjs/dom-bindings": "^5.0.5",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-node-resolve": "^13.0.0",
"chai": "^4.3.4",
"coveralls": "^3.1.0",
"eslint": "^7.25.0",
Expand All @@ -51,7 +52,7 @@
"node-sass": "^5.0.0",
"nyc": "^15.1.0",
"pug": "^3.0.2",
"rollup": "^2.46.0",
"rollup": "^2.47.0",
"rollup-plugin-node-builtins": "^2.1.2",
"shelljs": "^0.8.4",
"typescript": "^4.2.4"
Expand All @@ -65,7 +66,6 @@
"dependencies": {
"@riotjs/parser": "^4.3.1",
"@riotjs/util": "2.0.2",
"babylon": "^6.18.0",
"cssesc": "^3.0.0",
"cumpa": "^1.0.1",
"curri": "^1.0.1",
Expand Down

0 comments on commit e92e11a

Please sign in to comment.