Skip to content

Commit

Permalink
Vite 6 transition
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Jan 21, 2025
1 parent e9bb9f1 commit ac02818
Show file tree
Hide file tree
Showing 5 changed files with 1,060 additions and 995 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start": "NODE_ENV=production node ./build/server/index.js",
"test": "vitest run --browser.headless",
"test:ui": "vitest",
"test:cov": "vitest run --coverage",
"test:cov": "vitest run --coverage --browser.headless",
"typecheck": "tsc",
"validate": "pnpm run check && pnpm run typecheck && pnpm run test && pnpm run check:unused",
"check": "biome check .",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@forge42/seo-tools": "1.3.0",
"@react-router/node": "7.1.0",
"@react-router/node": "7.1.2",
"clsx": "2.1.1",
"hono": "4.6.12",
"i18next": "23.15.2",
Expand All @@ -39,7 +39,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "15.1.1",
"react-router": "7.1.0",
"react-router": "7.1.2",
"react-router-hono-server": "2.6.2",
"remix-hono": "0.0.16",
"remix-i18next": "7.0.0",
Expand All @@ -50,16 +50,16 @@
"@babel/preset-typescript": "7.26.0",
"@biomejs/biome": "1.9.4",
"@dotenvx/dotenvx": "1.24.5",
"@react-router/dev": "7.1.0",
"@react-router/fs-routes": "7.1.0",
"@react-router/dev": "7.1.2",
"@react-router/fs-routes": "7.1.2",
"@testing-library/react": "16.0.1",
"@types/node": "22.9.1",
"@types/prompt": "1.1.9",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.1",
"@vitest/browser": "2.1.8",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"@vitest/browser": "3.0.2",
"@vitest/coverage-v8": "3.0.2",
"@vitest/ui": "3.0.2",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"chalk": "5.3.0",
Expand All @@ -73,19 +73,19 @@
"tailwindcss": "3.4.15",
"tsx": "4.19.2",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite": "6.0.11",
"vite-plugin-babel": "1.3.0",
"vite-plugin-icons-spritesheet": "2.2.1",
"vite-tsconfig-paths": "5.1.3",
"vitest": "2.1.8",
"vitest": "https://pkg.pr.new/vitest@e43a8f5666b65c945a7e5d7acbc2af5ae1d40fcb",
"vitest-browser-react": "0.0.4"
},
"packageManager": "[email protected]",
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.24.0"
"@rollup/rollup-linux-x64-gnu": "^4.31.0"
},
"engines": {
"node": ">=22.11.0",
"pnpm": ">=9.14.2"
}
}
}
Loading

0 comments on commit ac02818

Please sign in to comment.