Skip to content

Commit

Permalink
Merge pull request #4 from amalitsky/dev
Browse files Browse the repository at this point in the history
fix(rollup): Use 2.74 version to fix optimization bug
  • Loading branch information
amalitsky committed Jun 6, 2022
2 parents ac24a9f + ee3fe53 commit b6835fa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -12,3 +12,8 @@ updates:
- "dependencies"
- "dependabot"
open-pull-requests-limit: 7
ignore:
- dependency-name: "bootstrap"
update-types: ["version-update:semver-major"]
- dependency-name: "rollup"
update-types: ["version-update:semver-major"]
31 changes: 17 additions & 14 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -36,7 +36,8 @@
"bootstrap": "^3.4.1",
"d3": "^7.4.4",
"jquery": "^3.6.0",
"lodash-es": "^4.17.21"
"lodash-es": "^4.17.21",
"rollup": "2.74.x"
},
"devDependencies": {
"less": "^4.1.2",
Expand Down

0 comments on commit b6835fa

Please sign in to comment.