diff --git a/example/package.json b/example/package.json index 0e65cae..3ebb5cd 100644 --- a/example/package.json +++ b/example/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/mikaello/emit-punch-cards-communication#readme", "devDependencies": { "@rollup/plugin-node-resolve": "15.3.0", - "@rollup/plugin-typescript": "^11.1.6", + "@rollup/plugin-typescript": "^12.0.0", "@types/node": "20.16.11", "@types/w3c-web-usb": "1.0.10", "gulp": "5.0.0", diff --git a/example/yarn.lock b/example/yarn.lock index d794f86..399f249 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -53,10 +53,10 @@ is-module "^1.0.0" resolve "^1.22.1" -"@rollup/plugin-typescript@^11.1.6": - version "11.1.6" - resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b" - integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA== +"@rollup/plugin-typescript@^12.0.0": + version "12.1.0" + resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-12.1.0.tgz#2b357972091d1a8f71b8c9ce5a6e95fe1473bf77" + integrity sha512-Kzs8KGJofe7cfTRODsnG1jNGxSvU8gVoNNd7Z/QaY25AYwe2LSSUpx/kPxqF38NYkpR8de3m51r9uwJpDlz6dg== dependencies: "@rollup/pluginutils" "^5.1.0" resolve "^1.22.1"