Skip to content

Commit 0ea1579

Browse files
authored
core(deps): update lwc to 8.15.1 (#53)
1 parent 8568650 commit 0ea1579

File tree

4 files changed

+157
-157
lines changed

4 files changed

+157
-157
lines changed

examples/csr/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"devDependencies": {
14-
"@lwc/engine-dom": "^8.15.0",
15-
"lwc": "^8.15.0",
14+
"@lwc/engine-dom": "^8.15.1",
15+
"lwc": "^8.15.1",
1616
"typescript": "^5.8.2",
17-
"vite-plugin-lwc": "^4.0.1",
18-
"vite": "^6.2.0"
17+
"vite": "^6.2.0",
18+
"vite-plugin-lwc": "^4.0.2"
1919
}
2020
}

examples/ssr/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"sirv": "^3.0.1"
1919
},
2020
"devDependencies": {
21-
"@lwc/engine-dom": "^8.15.0",
22-
"@lwc/ssr-runtime": "^8.15.0",
21+
"@lwc/engine-dom": "^8.15.1",
22+
"@lwc/ssr-runtime": "^8.15.1",
2323
"@types/compression": "^1.7.5",
2424
"@types/express": "^5.0.0",
2525
"cross-env": "^7.0.3",
26-
"lwc": "^8.15.0",
27-
"vite-plugin-lwc": "^4.0.1"
26+
"lwc": "^8.15.1",
27+
"vite-plugin-lwc": "^4.0.2"
2828
}
2929
}

playground/lwc/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"typecheck": "tsc --noEmit"
1313
},
1414
"devDependencies": {
15-
"@lwc/engine-dom": "^8.15.0",
16-
"@lwc/shared": "^8.15.0",
17-
"@lwc/synthetic-shadow": "^8.15.0",
18-
"@lwc/wire-service": "^8.15.0",
19-
"lwc": "^8.15.0",
15+
"@lwc/engine-dom": "^8.15.1",
16+
"@lwc/shared": "^8.15.1",
17+
"@lwc/synthetic-shadow": "^8.15.1",
18+
"@lwc/wire-service": "^8.15.1",
19+
"lwc": "^8.15.1",
2020
"vite-plugin-lwc": "workspace:^"
2121
}
2222
}

0 commit comments

Comments
 (0)