diff options
author | dependabot[bot] <support@dependabot.com> | 2018-08-15 05:51:13 +0800 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-08-15 05:51:13 +0800 |
commit | b6cdc00a3145e6b13102676b2a881d0fe52b3a61 (patch) | |
tree | ecf9b689bcee090b5bb23548aacda93e3cefc7c7 /packages/website/package.json | |
parent | c743f010e37d8170ea07619f49f0b9892d95cd91 (diff) | |
download | dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar.gz dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar.bz2 dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar.lz dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar.xz dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.tar.zst dexon-sol-tools-b6cdc00a3145e6b13102676b2a881d0fe52b3a61.zip |
Bump copyfiles from 1.2.0 to 2.0.0
Bumps [copyfiles](https://github.com/calvinmetcalf/copyfiles) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/calvinmetcalf/copyfiles/releases)
- [Commits](https://github.com/calvinmetcalf/copyfiles/compare/v1.2.0...v2.0.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'packages/website/package.json')
-rw-r--r-- | packages/website/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/package.json b/packages/website/package.json index 0fcf9c9b9..3b4055856 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -84,7 +84,7 @@ "@types/redux": "^3.6.0", "awesome-typescript-loader": "^3.1.3", "copy-webpack-plugin": "^4.0.1", - "copyfiles": "^1.2.0", + "copyfiles": "^2.0.0", "css-loader": "0.23.x", "exports-loader": "0.6.x", "imports-loader": "0.6.x", |