From 01f8b788143834189a7bfa1cb2953eab0268d0d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:58:42 +0000 Subject: [PATCH] build(deps): bump playground-elements from 0.18.0 to 0.18.1 (#1567) Bumps [playground-elements](https://github.com/google/playground-elements) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/google/playground-elements/releases) - [Changelog](https://github.com/google/playground-elements/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/playground-elements/compare/v0.18.0...v0.18.1) --- updated-dependencies: - dependency-name: playground-elements dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8004758caf..56196f9408 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@tweenjs/tween.js": "^20.0.3", "clsx": "^2.0.0", "fast-equals": "^3.0.3", - "playground-elements": "^0.18.0", + "playground-elements": "^0.18.1", "react": "^18.2.0", "react-dom": "^18.2.0", "screenfull": "^6.0.2", @@ -9490,9 +9490,9 @@ } }, "node_modules/playground-elements": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/playground-elements/-/playground-elements-0.18.0.tgz", - "integrity": "sha512-Pdoq1gs2pEadMhrvHF84vk6WghHEOFe+PmtvSJn4bpatGmi720OJuS1+UBDVS05XxHZ8C4VpD6IdlaNGMksDnA==", + "version": "0.18.1", + "resolved": "https://registry.npmjs.org/playground-elements/-/playground-elements-0.18.1.tgz", + "integrity": "sha512-QCAK9oPZwI/+ZK9mWaS+JlyqTLD7npGZnTqYO0MnHPAkcgUUj6lcYtESy6WICxj0Jl6mBx4wLJFOfXAb6QxLNA==", "dependencies": { "@material/mwc-button": "^0.27.0", "@material/mwc-icon-button": "^0.27.0", diff --git a/package.json b/package.json index cea45e552a..1cf6e74e14 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@tweenjs/tween.js": "^20.0.3", "clsx": "^2.0.0", "fast-equals": "^3.0.3", - "playground-elements": "^0.18.0", + "playground-elements": "^0.18.1", "react": "^18.2.0", "react-dom": "^18.2.0", "screenfull": "^6.0.2",