diff --git a/CHANGELOG.md b/CHANGELOG.md index c07d597..7f407e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Security` in case of vulnerabilities. +## [0.8.1] - 2022-04-18 + +### Fixed + +- Decode moduleId to get the correct module + + + ## [0.8.0] - 2022-04-18 ### Changed diff --git a/package.json b/package.json index 7966cfc..9f9cc1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blizzbolts/docit", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "bin": { "docit": "bin/docit.js" @@ -102,7 +102,9 @@ "vite-plugin-virtual": "^0.1.1" }, "resolutions": { - "react-is": "16.13.1" + "react-is": "16.13.1", + "@types/react": "17.0.38", + "@types/react-dom": "17.0.11" }, "engines": { "node": ">=14" diff --git a/yarn.lock b/yarn.lock index 237ca1f..ddd7ec8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -526,6 +526,13 @@ resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== +"@types/react-dom@17.0.11": + version "17.0.11" + resolved "https://registry.npmmirror.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466" + integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q== + dependencies: + "@types/react" "*" + "@types/react-dom@^17.0.11": version "17.0.15" resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156" @@ -559,16 +566,16 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@types/react@>=16": - version "18.0.5" - resolved "https://registry.npmjs.org/@types/react/-/react-18.0.5.tgz#1a4d4b705ae6af5aed369dec22800b20f89f5301" - integrity sha512-UPxNGInDCIKlfqBrm8LDXYWNfLHwIdisWcsH5GpMyGjhEDLFgTtlRBaoWuCua9HcyuE0rMkmAeZ3FXV1pYLIYQ== +"@types/react@*", "@types/react@17.0.38", "@types/react@>=16", "@types/react@^17": + version "17.0.38" + resolved "https://registry.npmmirror.com/@types/react/-/react-17.0.38.tgz#f24249fefd89357d5fa71f739a686b8d7c7202bd" + integrity sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@^17", "@types/react@^17.0.38": +"@types/react@^17.0.38": version "17.0.44" resolved "https://registry.npmjs.org/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7" integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==