diff --git a/lib/index.qwik.mjs b/lib/index.qwik.mjs index 4365874..4b31afa 100644 --- a/lib/index.qwik.mjs +++ b/lib/index.qwik.mjs @@ -3767,7 +3767,7 @@ const Insights = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) }, { "data-insights": _fnSignal((p0) => p0.publicApiKey, [ props - ], "p0.publicApiKey") + ]) }, null, 3, "6Q_0"); }, "Insights_component_0GjlblR0ECA")); function symbolTracker(window, document, location, navigator, publicApiKey, postUrl) { diff --git a/package.json b/package.json index 4461637..887f218 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "description": "Qwik Labs - Where you can try the latest Qwik ideas.", "version": "0.0.1", "devDependencies": { - "@builder.io/qwik": "1.7.0", + "@builder.io/qwik": "1.7.1", "@types/eslint": "^8.56.10", "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^7.7.1", "@typescript-eslint/parser": "^7.7.1", "eslint": "^8.57.0", - "eslint-plugin-qwik": "1.7.0", + "eslint-plugin-qwik": "1.7.1", "np": "^10.0.1", "prettier": "^3.2.5", "typescript": "5.4.5",