Skip to content

Commit d0b4273

Browse files
Merge branch 'main' into cursor/add-jsdoc-annotations-to-public-api-38a6
2 parents f33ecc2 + 7f809a8 commit d0b4273

49 files changed

Lines changed: 142 additions & 196 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

e2e/solid-router/basic-file-based-code-splitting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@playwright/test": "^1.50.1",
2727
"@tanstack/router-e2e-utils": "workspace:^",
2828
"vite": "^7.1.7",
29-
"vite-plugin-solid": "^2.11.8"
29+
"vite-plugin-solid": "^2.11.10"
3030
}
3131
}

e2e/solid-router/basic-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@playwright/test": "^1.50.1",
2727
"@tanstack/router-e2e-utils": "workspace:^",
28-
"vite-plugin-solid": "^2.11.8",
28+
"vite-plugin-solid": "^2.11.10",
2929
"combinate": "^1.1.11",
3030
"vite": "^7.1.7"
3131
}

e2e/solid-router/basic-scroll-restoration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@playwright/test": "^1.50.1",
2525
"@tanstack/router-e2e-utils": "workspace:^",
26-
"vite-plugin-solid": "^2.11.8",
26+
"vite-plugin-solid": "^2.11.10",
2727
"vite": "^7.1.7"
2828
}
2929
}

e2e/solid-router/basic-solid-query-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@playwright/test": "^1.50.1",
2828
"@tanstack/router-e2e-utils": "workspace:^",
29-
"vite-plugin-solid": "^2.11.8",
29+
"vite-plugin-solid": "^2.11.10",
3030
"vite": "^7.1.7"
3131
}
3232
}

e2e/solid-router/basic-solid-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@playwright/test": "^1.50.1",
2626
"@tanstack/router-e2e-utils": "workspace:^",
27-
"vite-plugin-solid": "^2.11.8",
27+
"vite-plugin-solid": "^2.11.10",
2828
"vite": "^7.1.7"
2929
}
3030
}

e2e/solid-router/basic-virtual-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@playwright/test": "^1.50.1",
2727
"@tanstack/router-e2e-utils": "workspace:^",
28-
"vite-plugin-solid": "^2.11.8",
28+
"vite-plugin-solid": "^2.11.10",
2929
"vite": "^7.1.7"
3030
}
3131
}

e2e/solid-router/basic-virtual-named-export-config-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@playwright/test": "^1.50.1",
2727
"@tanstack/router-e2e-utils": "workspace:^",
28-
"vite-plugin-solid": "^2.11.8",
28+
"vite-plugin-solid": "^2.11.10",
2929
"vite": "^7.1.7"
3030
}
3131
}

e2e/solid-router/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@playwright/test": "^1.50.1",
2424
"@tanstack/router-e2e-utils": "workspace:^",
25-
"vite-plugin-solid": "^2.11.8",
25+
"vite-plugin-solid": "^2.11.10",
2626
"vite": "^7.1.7"
2727
}
2828
}

e2e/solid-router/scroll-restoration-sandbox-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@playwright/test": "^1.50.1",
3030
"@tanstack/router-e2e-utils": "workspace:^",
31-
"vite-plugin-solid": "^2.11.8",
31+
"vite-plugin-solid": "^2.11.10",
3232
"vite": "^7.1.7"
3333
}
3434
}

e2e/solid-start/basic-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@playwright/test": "^1.50.1",
2727
"@tanstack/router-e2e-utils": "workspace:^",
2828
"@types/node": "^22.10.2",
29-
"vite-plugin-solid": "^2.11.9",
29+
"vite-plugin-solid": "^2.11.10",
3030
"autoprefixer": "^10.4.20",
3131
"postcss": "^8.5.1",
3232
"tailwindcss": "^3.4.17",

0 commit comments

Comments
 (0)