Skip to content

Commit a11342b

Browse files
committed
fix: 💫 update for SvelteKit changes
1 parent 1bf9880 commit a11342b

File tree

6 files changed

+746
-719
lines changed

6 files changed

+746
-719
lines changed

package.json

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,50 +15,50 @@
1515
"generate:images": "node ./generate-responsive-image-data.js",
1616
"prettier:check": "prettier --check --plugin-search-dir=. .",
1717
"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'",
1919
"test": "playwright test"
2020
},
2121
"devDependencies": {
22-
"@commitlint/config-conventional": "^17.1.0",
22+
"@commitlint/config-conventional": "^17.4.2",
2323
"@fontsource/lato": "^4.5.10",
24-
"@fontsource/lora": "^4.5.12",
24+
"@fontsource/lora": "^4.5.13",
2525
"@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",
3434
"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",
3737
"eslint-plugin-svelte3": "link:latest@commitlint/config-conventional@latest",
3838
"front-matter": "^4.0.2",
39-
"husky": "^8.0.1",
40-
"leaflet": "^1.9.2",
39+
"husky": "^8.0.3",
4140
"mdsvex": "^0.10.6",
4241
"object-hash": "^3.0.0",
4342
"pa11y": "^6.2.3",
4443
"pa11y-ci": "^3.0.1",
45-
"postcss": "^8.4.18",
44+
"postcss": "^8.4.21",
4645
"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",
4949
"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",
5454
"stylelint-config-standard": "^29.0.0",
5555
"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",
5959
"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"
6262
},
6363
"repository": {
6464
"type": "git",
@@ -69,7 +69,6 @@
6969
},
7070
"type": "module",
7171
"peerDependencies": {
72-
"leaflet": "^1.8.0",
73-
"vite": "^3.0.9"
72+
"puppeteer": "9"
7473
}
7574
}

playwright.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const config = {
2222
},
2323
],
2424
// webServer: {
25-
// command: 'npm run build && npm run preview',
26-
// port: 5173,
25+
// command: 'npm run build && npm run preview',
26+
// port: 5173,
2727
// },
2828
};
2929
export default config;

0 commit comments

Comments
 (0)