|
15 | 15 | "generate:images": "node ./generate-responsive-image-data.js",
|
16 | 16 | "prettier:check": "prettier --check --plugin-search-dir=. .",
|
17 | 17 | "prepare": "husky install",
|
18 |
| - "test:a11y": "pa11y-ci --sitemap 'http://localhost:3000/sitemap.xml' --sitemap-find 'https://example.com' --sitemap-replace 'http://localhost:3000'", |
| 18 | + "test:a11y": "pa11y-ci --sitemap 'http://localhost:5173/sitemap.xml' --sitemap-find 'https://example.com' --sitemap-replace 'http://localhost:5173'", |
19 | 19 | "test": "playwright test"
|
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 |
| - "@commitlint/config-conventional": "^17.1.0", |
| 22 | + "@commitlint/config-conventional": "^17.4.2", |
23 | 23 | "@fontsource/lato": "^4.5.10",
|
24 |
| - "@fontsource/lora": "^4.5.12", |
| 24 | + "@fontsource/lora": "^4.5.13", |
25 | 25 | "@fontsource/source-sans-pro": "^4.5.11",
|
26 |
| - "@iconify/svelte": "^2.2.1", |
27 |
| - "@playwright/test": "^1.27.1", |
28 |
| - "@rodneylab/sveltekit-components": "^1.0.2", |
29 |
| - "@sveltejs/adapter-static": "^1.0.0-next.44", |
30 |
| - "@sveltejs/kit": "^1.0.0-next.516", |
31 |
| - "@types/object-hash": "^2.2.1", |
32 |
| - "commitlint": "^17.1.2", |
33 |
| - "dayjs": "^1.11.5", |
| 26 | + "@iconify/svelte": "^3.1.0", |
| 27 | + "@playwright/test": "^1.30.0", |
| 28 | + "@rodneylab/sveltekit-components": "^2.0.0", |
| 29 | + "@sveltejs/adapter-static": "^1.0.5", |
| 30 | + "@sveltejs/kit": "^1.3.7", |
| 31 | + "@types/object-hash": "^3.0.2", |
| 32 | + "commitlint": "^17.4.2", |
| 33 | + "dayjs": "^1.11.7", |
34 | 34 | "dotenv": "^16.0.3",
|
35 |
| - "eslint": "^8.25.0", |
36 |
| - "eslint-config-prettier": "^8.5.0", |
| 35 | + "eslint": "^8.33.0", |
| 36 | + "eslint-config-prettier": "^8.6.0", |
37 | 37 | "eslint-plugin-svelte3": "link:latest@commitlint/config-conventional@latest",
|
38 | 38 | "front-matter": "^4.0.2",
|
39 |
| - "husky": "^8.0.1", |
40 |
| - "leaflet": "^1.9.2", |
| 39 | + "husky": "^8.0.3", |
41 | 40 | "mdsvex": "^0.10.6",
|
42 | 41 | "object-hash": "^3.0.0",
|
43 | 42 | "pa11y": "^6.2.3",
|
44 | 43 | "pa11y-ci": "^3.0.1",
|
45 |
| - "postcss": "^8.4.18", |
| 44 | + "postcss": "^8.4.21", |
46 | 45 | "postcss-html": "^1.5.0",
|
47 |
| - "prettier": "~2.7.1", |
48 |
| - "prettier-plugin-svelte": "^2.8.0", |
| 46 | + "prettier": "~2.8.3", |
| 47 | + "prettier-plugin-svelte": "^2.9.0", |
| 48 | + "puppeteer": "9", |
49 | 49 | "reading-time": "1.4.0",
|
50 |
| - "sass": "^1.55.0", |
51 |
| - "sharp": "~0.31.1", |
52 |
| - "stylelint": "^14.14.0", |
53 |
| - "stylelint-config-recommended-scss": "^7.0.0", |
| 50 | + "sass": "^1.58.0", |
| 51 | + "sharp": "~0.31.3", |
| 52 | + "stylelint": "^14.16.1", |
| 53 | + "stylelint-config-recommended-scss": "^8.0.0", |
54 | 54 | "stylelint-config-standard": "^29.0.0",
|
55 | 55 | "stylelint-scss": "^4.3.0",
|
56 |
| - "svelte": "^3.52.0", |
57 |
| - "svelte-check": "^2.9.2", |
58 |
| - "svelte-preprocess": "^4.10.7", |
| 56 | + "svelte": "^3.55.1", |
| 57 | + "svelte-check": "^3.0.3", |
| 58 | + "svelte-preprocess": "^5.0.1", |
59 | 59 | "vanilla-lazyload": "^17.8.3",
|
60 |
| - "vite": "^3.1.8", |
61 |
| - "vite-imagetools": "^4.0.11" |
| 60 | + "vite": "^4.0.4", |
| 61 | + "vite-imagetools": "^4.0.18" |
62 | 62 | },
|
63 | 63 | "repository": {
|
64 | 64 | "type": "git",
|
|
69 | 69 | },
|
70 | 70 | "type": "module",
|
71 | 71 | "peerDependencies": {
|
72 |
| - "leaflet": "^1.8.0", |
73 |
| - "vite": "^3.0.9" |
| 72 | + "puppeteer": "9" |
74 | 73 | }
|
75 | 74 | }
|
0 commit comments