Skip to content

Commit 0bb4e8a

Browse files
committed
chore: 1.14.1
1 parent cb89acc commit 0bb4e8a

File tree

4 files changed

+52
-27
lines changed

4 files changed

+52
-27
lines changed

apps/website/src/components/search/search.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export const Search = component$(({ isOpen }: { isOpen: Signal<boolean> }) => {
128128
class="w-full"
129129
mode="inline"
130130
filter={false}
131-
// @ts-expect-error bad types in core
132131
onChange$={(value: string) => {
133132
window.location.href = value;
134133
isOpen.value = false;

apps/website/src/root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {
1616
ThemePrimaryColors,
1717
ThemeStyles,
1818
} from '@qwik-ui/utils';
19-
import { ModulePreload } from './components/module-preload/module-preload';
2019

2120
export default component$(() => {
2221
/**
@@ -60,7 +59,6 @@ export default component$(() => {
6059
</head>
6160
<body lang="en">
6261
<script dangerouslySetInnerHTML={unregisterPrefetchServiceWorkers} />
63-
<ModulePreload />
6462
<ThemeProvider
6563
attribute="class"
6664
enableSystem={false}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"packageManager": "[email protected]",
5050
"devDependencies": {
5151
"@axe-core/playwright": "^4.9.1",
52-
"@builder.io/qwik": "1.14.0",
53-
"@builder.io/qwik-city": "1.14.0",
52+
"@builder.io/qwik": "1.14.1",
53+
"@builder.io/qwik-city": "1.14.1",
5454
"@changesets/cli": "^2.27.3",
5555
"@changesets/get-github-info": "^0.6.0",
5656
"@changesets/types": "^6.0.0",
@@ -97,7 +97,7 @@
9797
"eslint": "^8.57.0",
9898
"eslint-config-prettier": "^9.1.0",
9999
"eslint-plugin-playwright": "^1.6.2",
100-
"eslint-plugin-qwik": "1.14.0",
100+
"eslint-plugin-qwik": "1.14.1",
101101
"focus-trap": "7.5.4",
102102
"jest": "^29.7.0",
103103
"jest-environment-jsdom": "^29.7.0",

pnpm-lock.yaml

Lines changed: 49 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)