Skip to content

Commit

Permalink
Fixing security vulnerabilities
Browse files Browse the repository at this point in the history
#61 still pending
  • Loading branch information
dennervidal committed Nov 27, 2019
1 parent 513dffa commit ed76e27
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 297 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@material-ui/styles": "^4.2.1",
"@mdi/js": "^3.0.39",
"@mdi/react": "^1.1.0",
"@tecsinapse/es-utils": "^6.0.1",
"@tecsinapse/es-utils": "^6.0.10",
"@tecsinapse/material-ui-color-picker": "^4.3.0",
"@tinymce/tinymce-react": "^3.0.1",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -73,7 +73,6 @@
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-filesize": "^5.0.1",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
Expand Down
4 changes: 1 addition & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import localResolve from 'rollup-plugin-local-resolve';

import babel from 'rollup-plugin-babel';
import resolve from 'rollup-plugin-node-resolve';
import builtins from 'rollup-plugin-node-builtins';
import filesize from 'rollup-plugin-filesize';

import pkg from './package.json';
Expand Down Expand Up @@ -35,13 +34,12 @@ export default [
'material-ui-dots': 'Dots',
},
format: 'cjs',
sourcemap: true,
sourceMap: true,
},
],

plugins: [
peerDepsExternal(),
builtins(),
babel({
exclude: ['node_modules/**'],
extensions: ['.js'],
Expand Down
Loading

0 comments on commit ed76e27

Please sign in to comment.