| 
7 | 7 | "dev": "vite dev",  | 
8 | 8 | "build": "vite build",  | 
9 | 9 | "preview": "vite preview",  | 
10 |  | -"check": "svelte-check --fail-on-hints",  | 
 | 10 | +"check": "svelte-check",  | 
11 | 11 | "lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",  | 
12 | 12 | "lint:scss": "stylelint 'src/**/*.{css,scss,svelte}'",  | 
13 | 13 | "format": "prettier --write --plugin-search-dir=. .",  | 
14 | 14 | "prettier:check": "prettier --check --plugin-search-dir=. ."  | 
15 | 15 | },  | 
16 | 16 | "devDependencies": {  | 
17 |  | -"@commitlint/config-conventional": "^17.4.2",  | 
18 |  | -"@fontsource/source-sans-pro": "^4.5.11",  | 
19 |  | -"@sveltejs/kit": "^1.5.2",  | 
20 |  | -"commitlint": "^17.4.2",  | 
21 |  | -"eslint": "^8.33.0",  | 
22 |  | -"eslint-config-prettier": "^8.6.0",  | 
 | 17 | +"@commitlint/config-conventional": "^17.6.5",  | 
 | 18 | +"@fontsource/source-sans-pro": "^5.0.2",  | 
 | 19 | +"@sveltejs/kit": "^1.20.2",  | 
 | 20 | +"commitlint": "^17.6.5",  | 
 | 21 | +"eslint": "^8.42.0",  | 
 | 22 | +"eslint-config-prettier": "^8.8.0",  | 
23 | 23 | "eslint-plugin-svelte3": "^4.0.0",  | 
24 | 24 | "husky": "^8.0.3",  | 
25 |  | -"postcss": "^8.4.21",  | 
 | 25 | +"postcss": "^8.4.24",  | 
26 | 26 | "postcss-html": "^1.5.0",  | 
27 |  | -"prettier": "~2.8.4",  | 
28 |  | -"prettier-plugin-svelte": "^2.9.0",  | 
29 |  | -"sass": "^1.58.0",  | 
30 |  | -"stylelint": "^14.16.1",  | 
31 |  | -"stylelint-config-recommended-scss": "^8.0.0",  | 
32 |  | -"stylelint-config-standard": "^29.0.0",  | 
33 |  | -"stylelint-scss": "^4.3.0",  | 
34 |  | -"svelte": "^3.55.1",  | 
35 |  | -"svelte-check": "^3.0.3",  | 
36 |  | -"svelte-preprocess": "^5.0.1",  | 
 | 27 | +"prettier": "~2.8.8",  | 
 | 28 | +"prettier-plugin-svelte": "^2.10.1",  | 
 | 29 | +"sass": "^1.62.1",  | 
 | 30 | +"stylelint": "^15.7.0",  | 
 | 31 | +"stylelint-config-recommended-scss": "^12.0.0",  | 
 | 32 | +"stylelint-config-standard": "^33.0.0",  | 
 | 33 | +"stylelint-scss": "^5.0.0",  | 
 | 34 | +"svelte": "^3.59.1",  | 
 | 35 | +"svelte-check": "^3.4.3",  | 
 | 36 | +"svelte-preprocess": "^5.0.4",  | 
37 | 37 | "vanilla-lazyload": "^17.8.3",  | 
38 |  | -"vite": "^4.1.1"  | 
 | 38 | +"vite": "^4.3.9"  | 
39 | 39 | },  | 
40 | 40 | "repository": {  | 
41 | 41 | "type": "git",  | 
 | 
0 commit comments