From 497d4a43f9dbe031b5f88e89770a6d1e7c7a93e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 00:49:53 +0000 Subject: [PATCH] Bump signal-polyfill from 0.1.0 to 0.1.1 Bumps [signal-polyfill](https://github.com/proposal-signals/signal-polyfill) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/proposal-signals/signal-polyfill/releases) - [Changelog](https://github.com/proposal-signals/signal-polyfill/blob/main/CHANGELOG.md) - [Commits](https://github.com/proposal-signals/signal-polyfill/commits) --- updated-dependencies: - dependency-name: signal-polyfill dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1932d34..1aad2f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,13 +17,13 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-no-only-tests": "^3.1.0", "jsdom": "^24.0.0", - "signal-polyfill": "^0.1.0", + "signal-polyfill": "^0.1.1", "typescript": "^5.4.5", "vite": "^5.2.11", "vitest": "^1.5.2" }, "peerDependencies": { - "signal-polyfill": "^0.1.0" + "signal-polyfill": "^0.1.1" } }, "node_modules/@babel/code-frame": { @@ -3764,9 +3764,9 @@ } }, "node_modules/signal-polyfill": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/signal-polyfill/-/signal-polyfill-0.1.0.tgz", - "integrity": "sha512-RMyLaEor0noasIsXmvLfRNf/QeF3eND6A1WErMqJ5ZLc3dpI7aifcZMwwpLafJkGnyLSWraK8gcXaAqxCtxxeg==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/signal-polyfill/-/signal-polyfill-0.1.1.tgz", + "integrity": "sha512-ZihPkMjiWOCZaYOb/vi1YLj+f0GTKVF7tQVNovtK32yjqcvRvjGPTwwX3Ad45mQ8v08kLUBagsOkuyJ6gpwhWA==", "dev": true }, "node_modules/slash": { diff --git a/package.json b/package.json index 808582f..7c9e6b8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "url": "https://github.com/tzachbon/signal-effect/issues" }, "peerDependencies": { - "signal-polyfill": "^0.1.0" + "signal-polyfill": "^0.1.1" }, "devDependencies": { "@types/node": "^20.12.7", @@ -59,7 +59,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-no-only-tests": "^3.1.0", "jsdom": "^24.0.0", - "signal-polyfill": "^0.1.0", + "signal-polyfill": "^0.1.1", "typescript": "^5.4.5", "vite": "^5.2.11", "vitest": "^1.5.2"