deps: update vite comlink and pass the project to a module type

This commit is contained in:
Julien Calixte
2025-01-03 14:46:51 +01:00
parent b590204fe5
commit 62bf7b8f84
2 changed files with 316 additions and 900 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"description": "Thinking People System", "description": "Thinking People System",
"type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
@@ -29,7 +30,7 @@
"sass": "^1.83.0", "sass": "^1.83.0",
"typescript": "^5.7.2", "typescript": "^5.7.2",
"vite": "^6.0.6", "vite": "^6.0.6",
"vite-plugin-comlink": "^4.0.2", "vite-plugin-comlink": "^5.1.0",
"vitest": "^2.1.8" "vitest": "^2.1.8"
} }
} }

993
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff