Skip to content

Commit

Permalink
Mimir 1138 upgrade rollup (#370)
Browse files Browse the repository at this point in the history
* updated bundle.css

* MIMIR-1138:Upgraded rollup plugins

* MIMIR-1138:Replaced deprecated packages

* MIMIR-1138:Removed duplicate plugin

* small fix on Dropdown Prop
  • Loading branch information
ssb-cgn committed Mar 3, 2022
1 parent 89d93e1 commit d6730f9
Show file tree
Hide file tree
Showing 7 changed files with 28,968 additions and 31,959 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -5,7 +5,7 @@
"es6": true,
"jest": true
},
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"rules": {
"arrow-parens": ["error", "as-needed"],
"func-names": ["error", "never"],
Expand Down
2 changes: 1 addition & 1 deletion lib/bundle.css
Expand Up @@ -755,7 +755,7 @@ a {
left: 0;
list-style: none;
margin: 0;
max-height: 235px;
max-height: 290px;
min-width: 150px;
overflow-y: auto;
padding-left: 0;
Expand Down

0 comments on commit d6730f9

Please sign in to comment.