|
47 | 47 | "prerelease": "pnpm run clean && pnpm run build", |
48 | 48 | "release": "changeset publish", |
49 | 49 | "svelte-kit": "env-cmd -e sveltekit node node_modules/vite/bin/vite.js", |
50 | | - "test": "pnpm run mocha \"tests/src/**/*.ts\" --reporter dot --timeout 60000", |
| 50 | + "test": "env-cmd -e test pnpm run mocha \"tests/src/**/*.ts\" --reporter dot --timeout 60000", |
51 | 51 | "test:debug": "env-cmd -e debug pnpm run test", |
52 | 52 | "test:update-fixtures": "env-cmd -e update-fixtures pnpm run test", |
53 | 53 | "ts": "node -r esbuild-register", |
|
73 | 73 | "esutils": "^2.0.3", |
74 | 74 | "known-css-properties": "^0.29.0", |
75 | 75 | "postcss": "^8.4.5", |
76 | | - "postcss-load-config": "^3.1.4", |
| 76 | + "postcss-load-config": "^5.0.2", |
77 | 77 | "postcss-safe-parser": "^6.0.0", |
78 | 78 | "postcss-selector-parser": "^6.0.11", |
79 | 79 | "semver": "^7.5.3", |
80 | | - "svelte-eslint-parser": ">=0.34.0-next.4 <1.0.0" |
| 80 | + "svelte-eslint-parser": ">=0.34.0-next.4 <1.0.0", |
| 81 | + "synckit": "^0.9.0" |
81 | 82 | }, |
82 | 83 | "devDependencies": { |
83 | 84 | "@1stg/browserslist-config": "^2.0.0", |
|
168 | 169 | "svelte": "^5.0.0-next.33", |
169 | 170 | "svelte-adapter-ghpages": "0.2.2", |
170 | 171 | "svelte-i18n": "^4.0.0", |
| 172 | + "ts-node": "^10.9.2", |
171 | 173 | "tslib": "^2.5.0", |
172 | 174 | "type-coverage": "^2.22.0", |
173 | 175 | "typescript": "~5.1.0", |
|
0 commit comments