Skip to content

Commit

Permalink
Bump rollup-plugin-dts to 6.0.1 (#4039)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmacknz authored Sep 4, 2023
1 parent d02a047 commit 225249a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-carrots-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/components": patch
---

Bump dev dep rollup-plugin-dts to 6.0.1
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"esbuild": "^0.18.17",
"query-string": "^8.1.0",
"rollup": "^3.28.1",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-dts": "^6.0.1",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-node-externals": "^6.1.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12856,7 +12856,7 @@ magic-string@^0.27.0:
dependencies:
"@jridgewell/sourcemap-codec" "^1.4.13"

magic-string@^0.30.0, magic-string@^0.30.2:
magic-string@^0.30.0, magic-string@^0.30.3:
version "0.30.3"
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.3.tgz#403755dfd9d6b398dfa40635d52e96c5ac095b85"
integrity sha512-B7xGbll2fG/VjP+SWg4sX3JynwIU0mjoTc6MPpKNuIvftk6u6vqhDnk1R80b8C2GBR6ywqy+1DcKBrevBg+bmw==
Expand Down Expand Up @@ -16022,14 +16022,14 @@ rimraf@~2.6.2:
dependencies:
glob "^7.1.3"

rollup-plugin-dts@^5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-5.3.1.tgz#c2841269a3a5cb986b7791b0328e6a178eba108f"
integrity sha512-gusMi+Z4gY/JaEQeXnB0RUdU82h1kF0WYzCWgVmV4p3hWXqelaKuCvcJawfeg+EKn2T1Ie+YWF2OiN1/L8bTVg==
rollup-plugin-dts@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-6.0.1.tgz#ca81c638322077db64989985fa2943eb40f211be"
integrity sha512-XJbCldVrp4TLc2Hg4DfrRiJgzJ73uhZB0sPSDizgdlrhSJ1bsIkkRMkwRKNQYgkbfMz4CHLdbnFKVivHE0vsPA==
dependencies:
magic-string "^0.30.2"
magic-string "^0.30.3"
optionalDependencies:
"@babel/code-frame" "^7.22.5"
"@babel/code-frame" "^7.22.10"

rollup-plugin-esbuild@^5.0.0:
version "5.0.0"
Expand Down

0 comments on commit 225249a

Please sign in to comment.