|
5 | 5 | "dev": "pnpm --dir packages/vite-plugin-svelte dev",
|
6 | 6 | "build:ci": "pnpm --dir packages/vite-plugin-svelte build:ci",
|
7 | 7 | "build": "pnpm --dir packages/vite-plugin-svelte build",
|
8 |
| - "test": "run-s -c test:unit test:build test:serve", |
9 |
| - "test:unit": "vitest run", |
10 |
| - "test:serve": "vitest run -c vitest.config.e2e.ts", |
11 |
| - "test:build": "cross-env TEST_BUILD=1 vitest run -c vitest.config.e2e.ts", |
| 8 | + "test": "run-s -c test:unit test:build test:serve", |
| 9 | + "test:unit": "vitest run", |
| 10 | + "test:serve": "vitest run -c vitest.config.e2e.ts", |
| 11 | + "test:build": "cross-env TEST_BUILD=1 vitest run -c vitest.config.e2e.ts", |
12 | 12 | "lint": "eslint --ignore-path .gitignore '**/*.{js,ts,svelte,html,svx,md}'",
|
13 | 13 | "lint:fix": "pnpm lint --fix",
|
14 | 14 | "format": "prettier --ignore-path .gitignore '**/*.{css,scss,svelte,html,js,ts,svx,md}' --check",
|
|
21 | 21 | "@changesets/cli": "^2.22.0",
|
22 | 22 | "@svitejs/changesets-changelog-github-compact": "^0.1.1",
|
23 | 23 | "@types/fs-extra": "^9.0.13",
|
24 |
| - "@types/node": "^17.0.21", |
| 24 | + "@types/node": "^17.0.36", |
25 | 25 | "@types/semver": "^7.3.9",
|
26 |
| - "@typescript-eslint/eslint-plugin": "^5.25.0", |
27 |
| - "@typescript-eslint/parser": "^5.25.0", |
| 26 | + "@typescript-eslint/eslint-plugin": "^5.27.0", |
| 27 | + "@typescript-eslint/parser": "^5.27.0", |
28 | 28 | "cross-env": "^7.0.3",
|
29 |
| - "esbuild": "^0.14.39", |
| 29 | + "esbuild": "^0.14.42", |
30 | 30 | "eslint": "^8.16.0",
|
31 | 31 | "eslint-config-prettier": "^8.5.0",
|
32 | 32 | "eslint-plugin-html": "^6.2.0",
|
|
37 | 37 | "execa": "^6.1.0",
|
38 | 38 | "fs-extra": "^10.1.0",
|
39 | 39 | "husky": "^8.0.1",
|
40 |
| - "lint-staged": "^12.4.1", |
| 40 | + "lint-staged": "^12.4.3", |
41 | 41 | "node-fetch": "^3.2.4",
|
42 | 42 | "npm-run-all": "^4.1.5",
|
43 | 43 | "playwright-core": "^1.22.2",
|
44 | 44 | "prettier": "^2.6.2",
|
45 | 45 | "prettier-plugin-svelte": "^2.7.0",
|
46 | 46 | "rimraf": "^3.0.2",
|
47 | 47 | "svelte": "^3.48.0",
|
48 |
| - "typescript": "^4.6.4", |
| 48 | + "typescript": "^4.7.2", |
49 | 49 | "vite": "^2.9.9",
|
50 |
| - "vitest": "^0.12.9" |
| 50 | + "vitest": "^0.13.0" |
51 | 51 | },
|
52 | 52 | "lint-staged": {
|
53 | 53 | "*.{js,ts,svelte,html,md,svx}": "eslint --fix",
|
54 | 54 | "*.{css,scss,svelte,html,js,ts,svx,md}": [
|
55 | 55 | "prettier --write"
|
56 | 56 | ]
|
57 | 57 | },
|
58 |
| - "packageManager": "[email protected].3", |
| 58 | + "packageManager": "[email protected].7", |
59 | 59 | "engines": {
|
60 |
| - "pnpm": "^7.1.3", |
| 60 | + "pnpm": "^7.1.7", |
61 | 61 | "yarn": "forbidden, use pnpm",
|
62 | 62 | "npm": "forbidden, use pnpm",
|
63 | 63 | "node": "^14.13.1 || >= 16"
|
64 | 64 | },
|
65 | 65 | "pnpm": {
|
66 | 66 | "overrides": {
|
67 |
| - "@sveltejs/vite-plugin-svelte": "workspace:*", |
68 |
| - "glob@^7": "^7.2.3" |
| 67 | + "@sveltejs/vite-plugin-svelte": "workspace:*" |
| 68 | + }, |
| 69 | + "peerDependencyRules": { |
| 70 | + "allowedVersions": { |
| 71 | + "stylus": "^0.58.0", |
| 72 | + "postcss-load-config": "^4.0.0" |
| 73 | + } |
69 | 74 | }
|
70 | 75 | }
|
71 | 76 | }
|
0 commit comments