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
2 changed files with 13 additions and 13 deletions

View File

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

View File

@ -129,7 +129,7 @@
"prettier": "^2.3.0", "prettier": "^2.3.0",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"rollup": "2.56.3", "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-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",
"semantic-release": "^17.0.2", "semantic-release": "^17.0.2",