Skip to content

Commit

Permalink
update dependencies & fix rollup plugin not working
Browse files Browse the repository at this point in the history
rollup plugin not working due to rollup/plugins#799 (comment)
  • Loading branch information
yushijinhun committed Jun 25, 2021
1 parent 3c8e530 commit d6f3009
Show file tree
Hide file tree
Showing 13 changed files with 6,239 additions and 8,435 deletions.
14,013 changes: 6,052 additions & 7,961 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,6 +13,6 @@
},
"homepage": "https://github.com/yushijinhun/three-minifier#readme",
"devDependencies": {
"lerna": "^3.22.1"
"lerna": "^4.0.0"
}
}
30 changes: 15 additions & 15 deletions packages/common/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/common/package.json
Expand Up @@ -21,8 +21,8 @@
"url": "https://github.com/yushijinhun/three-minifier/issues"
},
"dependencies": {
"acorn": "^8.0.5",
"acorn-walk": "^8.0.2",
"acorn": "^8.4.1",
"acorn-walk": "^8.1.0",
"glsl-tokenizer": "^2.1.5"
},
"publishConfig": {
Expand Down

0 comments on commit d6f3009

Please sign in to comment.