chore(web): update web dependencies
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
+12
-13
@@ -6,16 +6,16 @@
|
||||
"prepare": "node ./scripts/generate-docs-content.mjs",
|
||||
"prebuild": "node ./scripts/prepare-build.mjs",
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build": "bun --bun next build",
|
||||
"start": "next start",
|
||||
"lint": "biome lint app components lib e2e && eslint \"app/**/*.{ts,tsx}\" \"components/**/*.{ts,tsx}\" \"lib/**/*.{ts,tsx}\" \"e2e/**/*.{ts,tsx}\"",
|
||||
"lint:fix": "biome lint --write app components lib e2e && eslint --fix \"app/**/*.{ts,tsx}\" \"components/**/*.{ts,tsx}\" \"lib/**/*.{ts,tsx}\" \"e2e/**/*.{ts,tsx}\"",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,md}\"",
|
||||
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,css,md}\"",
|
||||
"type-check": "tsgo --noEmit",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e:ui": "playwright test --ui",
|
||||
"test:e2e:headed": "playwright test --headed",
|
||||
"type-check": "node ./scripts/generate-docs-content.mjs && tsgo --noEmit",
|
||||
"test:e2e": "bun --bun playwright test",
|
||||
"test:e2e:ui": "bun --bun playwright test --ui",
|
||||
"test:e2e:headed": "bun --bun playwright test --headed",
|
||||
"preview": "node ./scripts/prepare-build.mjs && opennextjs-cloudflare build && opennextjs-cloudflare preview",
|
||||
"deploy": "node ./scripts/prepare-build.mjs && opennextjs-cloudflare build && opennextjs-cloudflare deploy",
|
||||
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
|
||||
@@ -27,7 +27,7 @@
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"geist": "^1.7.0",
|
||||
"lucide-react": "0.577.0",
|
||||
"lucide-react": "1.16.0",
|
||||
"marked": "^18.0.3",
|
||||
"motion": "^12.38.0",
|
||||
"next": "15.5.18",
|
||||
@@ -56,15 +56,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.4.15",
|
||||
"@opennextjs/cloudflare": "^1.19.9",
|
||||
"@playwright/test": "1.59.1",
|
||||
"@opennextjs/cloudflare": "^1.19.10",
|
||||
"@playwright/test": "1.60.0",
|
||||
"@tailwindcss/postcss": "4.3.0",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260513.1",
|
||||
"@types/node": "^25.7.0",
|
||||
"@types/node": "^25.8.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"critters": "^0.0.25",
|
||||
"eslint": "^10.3.0",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
||||
"eslint": "^9.0.0",
|
||||
"eslint-config-next": "15.5.18",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-plugin-prettier": "5.5.5",
|
||||
@@ -75,6 +74,6 @@
|
||||
"tailwindcss": "4.3.0",
|
||||
"typescript": "6.0.3",
|
||||
"typescript-eslint": "^8.59.3",
|
||||
"wrangler": "^4.90.1"
|
||||
"wrangler": "^4.92.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user