|
3 | 3 | "version": "0.0.1",
|
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
6 |
| - "dev": "vite dev", |
| 6 | + "dev": "vite dev --port 3100", |
7 | 7 | "build": "vite build",
|
8 | 8 | "preview": "vite preview",
|
9 | 9 | "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
13 | 13 | },
|
14 | 14 | "devDependencies": {
|
15 | 15 | "@sveltejs/adapter-auto": "next",
|
16 |
| - "@sveltejs/kit": "next", |
17 |
| - "@types/react": "^18.0.24", |
18 |
| - "@types/react-dom": "^18.0.8", |
19 |
| - "@typescript-eslint/eslint-plugin": "^5.41.0", |
20 |
| - "@typescript-eslint/parser": "^5.41.0", |
21 |
| - "eslint": "^8.26.0", |
| 16 | + "@sveltejs/kit": "^1.0.1", |
| 17 | + "@types/react": "^18.0.26", |
| 18 | + "@types/react-dom": "^18.0.10", |
| 19 | + "@typescript-eslint/eslint-plugin": "^5.47.1", |
| 20 | + "@typescript-eslint/parser": "^5.47.1", |
| 21 | + "eslint": "^8.30.0", |
22 | 22 | "eslint-config-prettier": "^8.5.0",
|
23 | 23 | "eslint-plugin-svelte3": "^4.0.0",
|
24 |
| - "prettier": "^2.7.1", |
25 |
| - "prettier-plugin-svelte": "^2.8.0", |
26 |
| - "svelte": "^3.52.0", |
27 |
| - "svelte-check": "^2.9.2", |
| 24 | + "prettier": "^2.8.1", |
| 25 | + "prettier-plugin-svelte": "^2.9.0", |
| 26 | + "svelte": "^3.55.0", |
| 27 | + "svelte-check": "^2.10.3", |
28 | 28 | "svelte-preprocess": "^4.10.7",
|
29 |
| - "svelte2tsx": "^0.5.20", |
| 29 | + "svelte2tsx": "^0.5.23", |
30 | 30 | "ts-node": "^10.9.1",
|
31 |
| - "tslib": "^2.4.0", |
32 |
| - "typescript": "^4.8.4", |
33 |
| - "vite": "^3.2.2", |
34 |
| - "vite-plugin-windicss": "^1.8.8", |
| 31 | + "tslib": "^2.4.1", |
| 32 | + "typescript": "^4.9.4", |
| 33 | + "vite": "^4.0.3", |
| 34 | + "vite-plugin-windicss": "^1.8.10", |
35 | 35 | "windicss": "^3.5.6"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 | 38 | "@sanity/client": "^3.4.1",
|
39 |
| - "@sanity/groq-store": "^1.0.3", |
40 |
| - "@sanity/icons": "^1.3.6", |
| 39 | + "@sanity/groq-store": "^1.1.4", |
| 40 | + "@sanity/icons": "^1.3.10", |
41 | 41 | "@sanity/image-url": "^1.0.1",
|
42 | 42 | "@sanity/ui": "^0.37.22",
|
43 | 43 | "@sanity/vision": "3.0.0-dev-preview.22",
|
44 | 44 | "@sanity/webhook": "^2.0.0",
|
45 | 45 | "groq": "^2.33.2",
|
46 | 46 | "react": "^18.2.0",
|
47 | 47 | "react-dom": "^18.2.0",
|
48 |
| - "sanity": "3.0.0-dev-preview.22", |
49 |
| - "sanity-plugin-asset-source-unsplash": "3.0.0-v3-studio.10" |
| 48 | + "sanity": "^3.1.2", |
| 49 | + "sanity-plugin-asset-source-unsplash": "^1.0.1" |
50 | 50 | },
|
51 | 51 | "type": "module"
|
52 | 52 | }
|
0 commit comments