Dependency updates, clean up shared test data, create screenshot updater for README
This commit is contained in:
parent
6ae7523d63
commit
1fbddd0e8d
12 changed files with 368 additions and 55 deletions
|
@ -11,9 +11,10 @@
|
|||
"lint": "prettier --check . && eslint .",
|
||||
"format": "prettier --write .",
|
||||
"postinstall": "patch-package",
|
||||
"test": "npm run test:integration && npm run test:unit",
|
||||
"test": "prettier --write . && eslint . && npm run test:integration && npm run test:unit",
|
||||
"test:integration": "playwright test",
|
||||
"test:screenshots": "playwright test -c playwright.screenshot.config.ts",
|
||||
"doc:update-screenshots": "playwright test -c playwright.doc-screenshot.config.ts",
|
||||
"test:unit": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -35,6 +36,7 @@
|
|||
"prettier-plugin-svelte": "^3.2.6",
|
||||
"rollup-plugin-visualizer": "^5.12.0",
|
||||
"sass": "^1.79.3",
|
||||
"sharp": "^0.33.5",
|
||||
"svelte": "^4.2.19",
|
||||
"svelte-check": "^4.0.2",
|
||||
"svelte-preprocess": "^6.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue