diff --git a/playground/package-lock.json b/playground/package-lock.json index 9487ea1b..f0a385fe 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@syuilo/aiscript": "file:..", "prismjs": "^1.29.0", - "vite": "^5.4.8", + "vite": "^5.4.19", "vue": "^3.5.11", "vue-prism-editor": "^2.0.0-alpha.2" }, @@ -26,23 +26,22 @@ "dependencies": { "seedrandom": "3.0.5", "stringz": "2.1.0", - "uuid": "11.0.3" + "uuid": "11.1.0" }, "devDependencies": { - "@eslint/js": "9.17.0", - "@microsoft/api-extractor": "7.48.1", - "@types/eslint__js": "8.42.3", - "@types/node": "22.10.2", + "@eslint/js": "9.32.0", + "@microsoft/api-extractor": "7.52.10", + "@types/node": "24.2.0", "@types/seedrandom": "3.0.8", - "@vitest/coverage-v8": "2.1.8", - "chalk": "5.4.1", - "eslint": "9.17.0", - "eslint-plugin-import": "2.31.0", - "semver": "7.6.3", + "@vitest/coverage-v8": "3.2.4", + "chalk": "5.5.0", + "eslint": "9.32.0", + "eslint-plugin-import": "2.32.0", + "semver": "7.7.2", "ts-node": "10.9.2", - "typescript": "5.7.2", - "typescript-eslint": "8.18.2", - "vitest": "2.1.8" + "typescript": "5.9.2", + "typescript-eslint": "8.39.0", + "vitest": "3.2.4" } }, "node_modules/@babel/helper-string-parser": { @@ -947,9 +946,10 @@ } }, "node_modules/vite": { - "version": "5.4.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", - "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", + "version": "5.4.19", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.19.tgz", + "integrity": "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==", + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/playground/package.json b/playground/package.json index 0912dde6..4ac804f7 100644 --- a/playground/package.json +++ b/playground/package.json @@ -10,7 +10,7 @@ "dependencies": { "@syuilo/aiscript": "file:..", "prismjs": "^1.29.0", - "vite": "^5.4.8", + "vite": "^5.4.19", "vue": "^3.5.11", "vue-prism-editor": "^2.0.0-alpha.2" },