Skip to content

Commit

Permalink
Downgrade types generator
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjennison committed Dec 31, 2023
1 parent cae686e commit 3002794
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.35.0",
"datwd": "^0.2.0",
"dts-bundle-generator": "^9.2.1",
"dts-bundle-generator": "^8.0.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
Expand Down Expand Up @@ -137,4 +137,4 @@
"files": [
"/build"
]
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3929,10 +3929,10 @@ domexception@^4.0.0:
dependencies:
webidl-conversions "^7.0.0"

dts-bundle-generator@^9.2.1:
version "9.2.1"
resolved "https://registry.yarnpkg.com/dts-bundle-generator/-/dts-bundle-generator-9.2.1.tgz#e918d956588ca1deb1d3bcacc4c4cd4baef8853a"
integrity sha512-sMyIGJcn+FSc4f4VzRgX4muZS2uG91c/DjC++HkpZJyudGedSpGNR5bY9HEkSyyYFay0ERzjoDM7uKgUycaRvw==
dts-bundle-generator@^8.0.1:
version "8.1.2"
resolved "https://registry.yarnpkg.com/dts-bundle-generator/-/dts-bundle-generator-8.1.2.tgz#598990bcf0f35f0334908c73404be3ee5d6bd4bb"
integrity sha512-/yvy9Xw0cfFodA8n6jEq8/COZ/WXgJtPabnLBAzIfP/TfxWbD/0a0dvfqNHneNqswQrH0kUcaAfGJC9UNvH97w==
dependencies:
typescript ">=5.0.2"
yargs "^17.6.0"
Expand Down

0 comments on commit 3002794

Please sign in to comment.