Skip to content

Commit 8b21505

Browse files
committed
chore: update deps
1 parent 8b3ab5f commit 8b21505

31 files changed

+5329
-7595
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

biome.json

Lines changed: 59 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,61 @@
11
{
2-
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3-
"vcs": {
4-
"enabled": true,
5-
"clientKind": "git"
6-
},
7-
"organizeImports": {
8-
"enabled": true
9-
},
10-
"linter": {
11-
"enabled": true,
12-
"rules": {
13-
"recommended": true
14-
}
15-
},
16-
"formatter": {
17-
"enabled": true,
18-
"lineWidth": 180,
19-
"indentStyle": "space",
20-
"indentWidth": 4,
21-
"lineEnding": "lf"
22-
},
23-
"javascript": {
24-
"formatter": {
25-
"enabled": true,
26-
"arrowParentheses": "always",
27-
"quoteStyle": "single",
28-
"jsxQuoteStyle": "double",
29-
"semicolons": "always",
30-
"trailingComma": "all",
31-
"quoteProperties": "asNeeded",
32-
"bracketSpacing": true,
33-
"bracketSameLine": false
34-
}
35-
}
2+
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
3+
"vcs": {
4+
"enabled": true,
5+
"clientKind": "git",
6+
"useIgnoreFile": true
7+
},
8+
"files": {
9+
"ignoreUnknown": false
10+
},
11+
"formatter": {
12+
"enabled": true,
13+
"formatWithErrors": false,
14+
"includes": ["**"],
15+
"attributePosition": "auto",
16+
"indentStyle": "tab",
17+
"indentWidth": 4,
18+
"lineWidth": 140,
19+
"lineEnding": "lf"
20+
},
21+
"assist": {
22+
"actions": {
23+
"source": {
24+
"organizeImports": "on"
25+
}
26+
}
27+
},
28+
"linter": {
29+
"enabled": true,
30+
"rules": {
31+
"recommended": true
32+
}
33+
},
34+
"javascript": {
35+
"formatter": {
36+
"quoteStyle": "double",
37+
"attributePosition": "auto",
38+
"indentStyle": "tab",
39+
"indentWidth": 4,
40+
"lineWidth": 140,
41+
"lineEnding": "lf"
42+
},
43+
"parser": {
44+
"unsafeParameterDecoratorsEnabled": true
45+
}
46+
},
47+
"json": {
48+
"formatter": {
49+
"enabled": true,
50+
"indentStyle": "tab",
51+
"indentWidth": 4,
52+
"trailingCommas": "none",
53+
"lineEnding": "lf"
54+
}
55+
},
56+
"css": {
57+
"parser": {
58+
"tailwindDirectives": true
59+
}
60+
}
3661
}

package.json

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
{
2-
"name": "frontify-app-preview",
3-
"private": true,
4-
"type": "module",
5-
"license": "MIT",
6-
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0",
7-
8-
"scripts": {
9-
"dev": "vite",
10-
"build": "tsc && vite build",
11-
"format": "biome ci .",
12-
"typecheck": "tsc --noEmit"
13-
},
14-
"dependencies": {
15-
"@frontify/app-bridge": "^3.9.1",
16-
"@frontify/fondue": "^12.1.2",
17-
"@frontify/fondue-tokens": "^3.5.1",
18-
"@radix-ui/react-tabs": "^1.0.4",
19-
"brotli-wasm": "^3.0.0",
20-
"byte-base64": "^1.1.0",
21-
"framer-motion": "^11.2.10",
22-
"react": "^18.3.1",
23-
"react-dom": "^18.3.1",
24-
"react-router-dom": "^6.23.1",
25-
"react-textarea-autosize": "^8.5.3",
26-
"use-error-boundary": "^2.0.6",
27-
"zustand": "^4.5.2"
28-
},
29-
"devDependencies": {
30-
"@biomejs/biome": "^1.7.3",
31-
"@iconify-json/octicon": "^1.1.54",
32-
"@types/react": "^18.3.3",
33-
"@types/react-dom": "^18.3.0",
34-
"@unocss/preset-icons": "^0.60.4",
35-
"@unocss/preset-uno": "^0.60.4",
36-
"@unocss/reset": "^0.60.4",
37-
"@vitejs/plugin-react": "^4.3.0",
38-
"typescript": "^5.4.5",
39-
"unocss": "^0.60.4",
40-
"vite": "^5.2.12"
41-
}
2+
"name": "frontify-app-preview",
3+
"private": true,
4+
"version": "0.0.0",
5+
"type": "module",
6+
"license": "MIT",
7+
"packageManager": "[email protected]+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
8+
"scripts": {
9+
"dev": "vite",
10+
"build": "tsc && vite build",
11+
"format": "biome ci ."
12+
},
13+
"dependencies": {
14+
"@frontify/app-bridge": "^3.12.0",
15+
"@frontify/fondue-components": "^24.0.0-rc.3",
16+
"@frontify/fondue": "^13.0.0-rc.7",
17+
"@radix-ui/react-tabs": "^1.1.13",
18+
"brotli-wasm": "^3.0.1",
19+
"byte-base64": "^1.1.0",
20+
"motion": "^12.23.24",
21+
"react": "^18.3.1",
22+
"react-dom": "^18.3.1",
23+
"react-router-dom": "^7.9.6",
24+
"react-textarea-autosize": "^8.5.9",
25+
"use-error-boundary": "^2.0.6",
26+
"zustand": "^5.0.9"
27+
},
28+
"devDependencies": {
29+
"@biomejs/biome": "^2.3.8",
30+
"@iconify-json/octicon": "^1.2.19",
31+
"@types/react": "^18.3.27",
32+
"@types/react-dom": "^18.3.7",
33+
"@unocss/preset-icons": "^66.5.9",
34+
"@unocss/preset-wind4": "^66.5.9",
35+
"@unocss/reset": "^66.5.9",
36+
"@vitejs/plugin-react": "^5.1.1",
37+
"typescript": "^5.9.3",
38+
"unocss": "^66.5.9",
39+
"vite": "^7.2.4"
40+
}
4241
}

0 commit comments

Comments
 (0)