File tree Expand file tree Collapse file tree 4 files changed +222
-442
lines changed
Expand file tree Collapse file tree 4 files changed +222
-442
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import tailwindcss from '@tailwindcss/vite';
55import react from '@vitejs/plugin-react-swc' ;
66import { defineConfig } from 'vite' ;
77
8- // @ts -expect-error - conflict with vite version of subdependency, but works with v6
98export default defineConfig ( ( { mode } ) => ( {
109 build : {
1110 chunkSizeWarningLimit : 1000 ,
@@ -23,7 +22,7 @@ export default defineConfig(({ mode }) => ({
2322 react ( ) ,
2423 runtime ( {
2524 disabled : mode === 'test'
26- } ) ,
25+ } ) as any ,
2726 tailwindcss ( )
2827 ] ,
2928 resolve : {
Original file line number Diff line number Diff line change @@ -33,10 +33,9 @@ export default defineConfig({
3333 } ) ,
3434 react ( ) ,
3535 viteCompression ( ) ,
36- // @ts -expect-error - conflict with vite version of subdependency, but works with v6
3736 importMetaEnv . vite ( {
3837 example : path . resolve ( import . meta. dirname , '.env.public' )
39- } ) ,
38+ } ) as any ,
4039 runtime ( ) ,
4140 tailwindcss ( )
4241 ] ,
Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "version" : " 1.11.0" ,
55 "private" : true ,
6- "packageManager" : " pnpm@9.15.4 " ,
6+ "packageManager" : " pnpm@10.7.0 " ,
77 "license" : " Apache-2.0" ,
88 "engines" : {
99 "node" : " >=v22.11.0"
4747 "@types/github-script" : " https://github.com/actions/github-script/archive/refs/tags/v7.0.1.tar.gz" ,
4848 "@types/js-yaml" : " ^4.0.9" ,
4949 "@types/node" : " 22.x" ,
50- "@vitest/browser" : " ^2.1.9 " ,
51- "@vitest/coverage-v8" : " ^2.0.5 " ,
50+ "@vitest/browser" : " ^3.2.4 " ,
51+ "@vitest/coverage-v8" : " ^3.2.4 " ,
5252 "dotenv" : " ^16.4.7" ,
5353 "env-cmd" : " ^10.1.0" ,
5454 "eslint" : " 9.23.x" ,
6565 "turbo" : " ^2.3.3" ,
6666 "typescript" : " 5.6.x" ,
6767 "unplugin-swc" : " ^1.5.1" ,
68- "vitest" : " ^2.1.9 "
68+ "vitest" : " ^3.2.4 "
6969 },
7070 "os" : [
7171 " darwin" ,
8686 "@types/react-dom" : " -" ,
8787 "framer-motion" : " 11.15.0" ,
8888 "typescript" : " 5.6.x"
89- }
89+ },
90+ "onlyBuiltDependencies" : [
91+ " @nestjs/core"
92+ ]
9093 },
9194 "__isODCRepo" : true
9295}
You can’t perform that action at this time.
0 commit comments