|
6 | 6 | "type": "module",
|
7 | 7 | "scripts": {
|
8 | 8 | "build:markdown": "pnpm --filter @sveltek/markdown build",
|
9 |
| - "lint:markdown": "pnpm --filter @sveltek/markdown lint", |
10 |
| - "format:markdown": "pnpm --filter @sveltek/markdown format", |
| 9 | + "lint:markdown": "eslint packages/markdown", |
| 10 | + "format:markdown": "prettier --write packages/markdown", |
11 | 11 | "publish:markdown": "pnpm --filter @sveltek/markdown publish:markdown",
|
12 | 12 | "build:unplugins": "pnpm --filter @sveltek/unplugins build",
|
13 |
| - "lint:unplugins": "pnpm --filter @sveltek/unplugins lint", |
14 |
| - "format:unplugins": "pnpm --filter @sveltek/unplugins format", |
| 13 | + "lint:unplugins": "eslint packages/unplugins", |
| 14 | + "format:unplugins": "prettier --write packages/unplugins", |
15 | 15 | "publish:unplugins": "pnpm --filter @sveltek/unplugins publish:unplugins",
|
16 | 16 | "dev:play": "pnpm --filter playground-sveltekit dev",
|
17 | 17 | "build:play": "pnpm --filter playground-sveltekit build",
|
18 | 18 | "preview:play": "pnpm --filter playground-sveltekit preview",
|
19 | 19 | "sync:play": "pnpm --filter playground-sveltekit sync",
|
20 |
| - "lint:play": "pnpm --filter playground-sveltekit lint", |
21 |
| - "format:play": "pnpm --filter playground-sveltekit format", |
| 20 | + "lint:play": "eslint playgrounds/sveltekit", |
| 21 | + "format:play": "prettier --write playgrounds/sveltekit", |
22 | 22 | "format:root": "prettier --write . '!playgrounds' '!packages'",
|
23 | 23 | "create:release": "sh -c 'gh workflow run release --ref main --field package_name=$1' --",
|
24 | 24 | "update:all": "taze -r --interactive"
|
25 | 25 | },
|
26 |
| - "packageManager": "pnpm@10.8.1", |
27 |
| - "engines": { |
28 |
| - "node": ">=20.0.0", |
29 |
| - "pnpm": ">=10.0.0" |
30 |
| - }, |
31 | 26 | "devDependencies": {
|
32 | 27 | "@hypernym/bundler": "^0.14.3",
|
33 | 28 | "@hypernym/utils": "^3.4.3",
|
34 |
| - "@sveltejs/kit": "^2.20.7", |
35 |
| - "@sveltek/eslint-config": "^1.0.0", |
36 |
| - "@sveltek/prettier-config": "^1.0.2", |
37 |
| - "@sveltek/tsconfig": "^1.0.0", |
38 |
| - "@types/node": "^22.14.1", |
39 |
| - "eslint": "^9.24.0", |
| 29 | + "@sveltejs/kit": "^2.20.8", |
| 30 | + "@sveltek/eslint-config": "^1.1.0", |
| 31 | + "@sveltek/prettier-config": "^1.0.3", |
| 32 | + "@sveltek/tsconfig": "^1.0.1", |
| 33 | + "@types/node": "^22.15.13", |
| 34 | + "eslint": "^9.26.0", |
40 | 35 | "prettier": "^3.5.3",
|
41 |
| - "svelte": "^5.27.1", |
| 36 | + "svelte": "^5.28.2", |
42 | 37 | "typescript": "^5.8.3"
|
43 | 38 | }
|
44 | 39 | }
|
0 commit comments