|
13 | 13 | },
|
14 | 14 | "license": "MIT",
|
15 | 15 | "type": "module",
|
16 |
| - "imports": { |
17 |
| - "#tests/*": { |
18 |
| - "development": "./tests/*.ts" |
19 |
| - }, |
20 |
| - "#*": { |
21 |
| - "development": "./src/*.ts", |
22 |
| - "default": "./dist/*.js" |
23 |
| - } |
24 |
| - }, |
25 | 16 | "exports": {
|
26 | 17 | ".": {
|
27 | 18 | "types": "./dist/index.d.ts",
|
|
44 | 35 | "README.md"
|
45 | 36 | ],
|
46 | 37 | "scripts": {
|
47 |
| - "build": "svelte-package --input ./src --types", |
| 38 | + "build": "svelte-package --types", |
48 | 39 | "build-storybook": "storybook build",
|
49 | 40 | "check": "svelte-check",
|
50 | 41 | "chromatic": "chromatic --exit-zero-on-changes",
|
|
54 | 45 | "lint": "eslint --cache --cache-location=.cache/eslint --ext .js,.json,.html,.svelte,.ts --report-unused-disable-directives",
|
55 | 46 | "prepublish": "pnpm run clean && pnpm run build",
|
56 | 47 | "release": "pnpm run build && auto shipit",
|
57 |
| - "start": "concurrently \"pnpm run storybook --quiet\" \"pnpm run build --watch\"", |
| 48 | + "start": "pnpm run build && concurrently \"pnpm run build --watch\" \"pnpm run storybook --quiet\"", |
58 | 49 | "storybook": "storybook dev --port 6006 --no-open",
|
59 | 50 | "test": "vitest run",
|
60 | 51 | "test:watch": "vitest watch"
|
|
87 | 78 | "@tsconfig/svelte": "^5.0.4",
|
88 | 79 | "@types/estree": "^1.0.6",
|
89 | 80 | "@types/node": "^20.14.9",
|
90 |
| - "@vitest/ui": "^1.6.0", |
| 81 | + "@vitest/ui": "^2.1.4", |
91 | 82 | "auto": "^11.1.6",
|
92 | 83 | "chromatic": "^11.16.1",
|
93 | 84 | "concurrently": "^8.2.2",
|
94 | 85 | "eslint": "^7.32.0",
|
95 | 86 | "eslint-plugin-storybook": "^0.8.0",
|
96 |
| - "jsdom": "^24.1.0", |
| 87 | + "happy-dom": "^15.11.4", |
97 | 88 | "prettier": "^3.3.2",
|
98 | 89 | "prettier-plugin-svelte": "^3.2.5",
|
99 | 90 | "rimraf": "^5.0.7",
|
100 |
| - "rollup": "^4.18.0", |
| 91 | + "rollup": "^4.25.0", |
101 | 92 | "storybook": "^8.0.0",
|
102 | 93 | "svelte": "^5.0.0",
|
103 | 94 | "svelte-check": "^4.0.5",
|
104 | 95 | "tslib": "^2.6.3",
|
105 | 96 | "type-fest": "^4.20.1",
|
106 | 97 | "typescript": "^5.5.2",
|
107 | 98 | "typescript-svelte-plugin": "^0.3.42",
|
108 |
| - "vite": "^5.3.2", |
109 |
| - "vite-plugin-inspect": "^0.8.4", |
| 99 | + "vite": "^5.4.11", |
| 100 | + "vite-plugin-inspect": "^0.8.7", |
110 | 101 | "vite-plugin-virtual": "^0.3.0",
|
111 |
| - "vitest": "^1.6.0" |
| 102 | + "vitest": "^2.1.4" |
112 | 103 | },
|
113 | 104 | "peerDependencies": {
|
114 | 105 | "@storybook/svelte": "^8.0.0",
|
|
0 commit comments