From 06aa81347a7da1bf0dee54380880fc78fb3086c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:01:27 +0000 Subject: [PATCH] chore(deps): bump rollup from 3.29.4 to 3.29.5 in /example Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.29.4...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 7bb7823..a0fcfb2 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -28,23 +28,23 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "cropperjs": "^1.6.1", + "cropperjs": "^1.6.2", "solid-headless": "^0.13.1", "solid-heroicons": "^3.2.4", - "solid-js": "^1.8.16" + "solid-js": "^1.8.22" }, "devDependencies": { "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.3", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-solid": "^0.13.2", + "eslint-plugin-solid": "^0.14.3", "husky": "^8.0.3", - "lint-staged": "^15.2.2", - "prettier": "^3.2.5" + "lint-staged": "^15.2.10", + "prettier": "^3.3.3" }, "peerDependencies": { - "solid-js": "^>=1.6.0" + "solid-js": ">=1.6.0" } }, "node_modules/@alloc/quick-lru": { @@ -2106,9 +2106,9 @@ } }, "node_modules/rollup": { - "version": "3.29.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", - "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "bin": { "rollup": "dist/bin/rollup"