Skip to content

Commit 54f1103

Browse files
authored
feat: vite 5 support, bump all dependencies (#43)
1 parent 63c46b3 commit 54f1103

File tree

14 files changed

+309
-350
lines changed

14 files changed

+309
-350
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"release": "standard-version --sign",
2525
"run:playground": "node scripts/run-playground.mjs",
2626
"test:playground": "playwright test",
27-
"test:playground:ui": "pnpm run test:playground --ui"
27+
"test:playground:ui": "pnpm run test:playground --ui",
28+
"build-and-test-playground": "pnpm build:playground && pnpm run:playground install && pnpm run:playground build && pnpm test:playground"
2829
},
2930
"standard-version": {
3031
"scripts": {
@@ -66,11 +67,11 @@
6667
"prompts": "^2.4.2"
6768
},
6869
"devDependencies": {
69-
"@playwright/test": "^1.33.0",
70-
"@types/node": "^18.16.3",
71-
"esbuild": "^0.17.18",
70+
"@playwright/test": "^1.40.1",
71+
"@types/node": "^20.10.4",
72+
"esbuild": "^0.19.9",
7273
"husky": "^8.0.3",
73-
"lint-staged": "^13.2.2",
74+
"lint-staged": "^15.2.0",
7475
"prettier": "2.8.8",
7576
"standard-version": "^9.5.0"
7677
},

0 commit comments

Comments
 (0)