diff --git a/package.json b/package.json index a0bb22c2..f75e671d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workadventure-map-starter-kit", - "version": "3.3.4", + "version": "3.3.3", "license": "MIT", "scripts": { "dev": "vite", @@ -11,11 +11,12 @@ "devDependencies": { "@types/node": "^18.15.11", "@workadventure/iframe-api-typings": "^1.15.10", - "typescript": "^4.9.5", - "vite": "^4.3.9", + "typescript": "^5.0.4", + "vite": "^4.3.2", "wa-map-optimizer-vite": "^1.1.15" }, "dependencies": { "@workadventure/scripting-api-extra": "^1.4.6" } } +