chore: bump rollup-plugin-dts from 3.0.2 to 4.0.0 in /web3.js (#19562)

Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/Swatinem/rollup-plugin-dts/releases)
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Swatinem/rollup-plugin-dts/compare/v3.0.2...v4.0.0)

---
updated-dependencies:
- dependency-name: rollup-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-01 21:32:13 +00:00 committed by GitHub
parent 8378e8790f
commit 4288564f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -76,7 +76,7 @@
"prettier": "^2.3.0",
"rimraf": "3.0.2",
"rollup": "2.56.3",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.0.2",
@ -17721,25 +17721,25 @@
}
},
"node_modules/rollup-plugin-dts": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/rollup-plugin-dts/-/rollup-plugin-dts-3.0.2.tgz",
"integrity": "sha512-hswlsdWu/x7k5pXzaLP6OvKRKcx8Bzprksz9i9mUe72zvt8LvqAb/AZpzs6FkLgmyRaN8B6rUQOVtzA3yEt9Yw==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-dts/-/rollup-plugin-dts-4.0.0.tgz",
"integrity": "sha512-tgUC8CxVgtlLDVloUEA9uACVaxjJHuYxlDSTp1LdCexA0bJx+RuMi45RjdLG9RTCgZlV5YBh3O7P2u6dS1KlnA==",
"dev": true,
"dependencies": {
"magic-string": "^0.25.7"
},
"engines": {
"node": ">=v12.22.1"
"node": ">=v12.22.5"
},
"funding": {
"url": "https://github.com/sponsors/Swatinem"
},
"optionalDependencies": {
"@babel/code-frame": "^7.12.13"
"@babel/code-frame": "^7.14.5"
},
"peerDependencies": {
"rollup": "^2.48.0",
"typescript": "^4.2.4"
"rollup": "^2.56.3",
"typescript": "^4.4.2"
}
},
"node_modules/rollup-plugin-inject": {
@ -33719,12 +33719,12 @@
}
},
"rollup-plugin-dts": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/rollup-plugin-dts/-/rollup-plugin-dts-3.0.2.tgz",
"integrity": "sha512-hswlsdWu/x7k5pXzaLP6OvKRKcx8Bzprksz9i9mUe72zvt8LvqAb/AZpzs6FkLgmyRaN8B6rUQOVtzA3yEt9Yw==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-dts/-/rollup-plugin-dts-4.0.0.tgz",
"integrity": "sha512-tgUC8CxVgtlLDVloUEA9uACVaxjJHuYxlDSTp1LdCexA0bJx+RuMi45RjdLG9RTCgZlV5YBh3O7P2u6dS1KlnA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.12.13",
"@babel/code-frame": "^7.14.5",
"magic-string": "^0.25.7"
}
},

View File

@ -129,7 +129,7 @@
"prettier": "^2.3.0",
"rimraf": "3.0.2",
"rollup": "2.56.3",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.0.2",