Skip to content

Commit 3acbb3d

Browse files
committed
pin package versions for dev compatibility
- solid-js: 1.9.10 - caniuse-lite: 1.0.30001763 - cheerio: 1.1.2 - electron-to-chromium: 1.5.267 - @playwright/test: 1.57.0 - playwright: 1.57.0 - playwright-core: 1.57.0
1 parent 660e6c2 commit 3acbb3d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

examples/basic-server-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@modelcontextprotocol/sdk": "^1.24.0",
2727
"cors": "^2.8.5",
2828
"express": "^5.1.0",
29-
"solid-js": "^1.9.0",
29+
"solid-js": "1.9.10",
3030
"zod": "^4.1.13"
3131
},
3232
"devDependencies": {

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,22 @@
7474
"author": "Olivier Chafik",
7575
"devDependencies": {
7676
"@modelcontextprotocol/sdk": "^1.24.0",
77-
"@playwright/test": "^1.52.0",
77+
"@playwright/test": "1.57.0",
7878
"@types/bun": "^1.3.2",
7979
"@types/react": "^19.2.2",
8080
"@types/react-dom": "^19.2.2",
81+
"caniuse-lite": "1.0.30001763",
82+
"cheerio": "1.1.2",
8183
"concurrently": "^9.2.1",
8284
"cors": "^2.8.5",
8385
"cross-env": "^10.1.0",
86+
"electron-to-chromium": "1.5.267",
8487
"esbuild": "^0.25.12",
8588
"express": "^5.1.0",
8689
"husky": "^9.1.7",
8790
"nodemon": "^3.1.0",
91+
"playwright": "1.57.0",
92+
"playwright-core": "1.57.0",
8893
"prettier": "^3.6.2",
8994
"react": "^19.2.0",
9095
"react-dom": "^19.2.0",

0 commit comments

Comments
 (0)