From b3eacf5ea1e48d76aaec92e9ed219cf47e345407 Mon Sep 17 00:00:00 2001 From: Daniel Jonathan Date: Fri, 19 Jan 2024 22:07:40 -0600 Subject: [PATCH] rewrite the stars hackathon --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e5f4e3c..3cfd7a7 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@cosmicmind/foundationjs": "^0.0.1-rc-010224-1", "@microsoft/eslint-formatter-sarif": "^3.0.0", - "@types/node": "^18.19.4", + "@types/node": "^18.19.8", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vitejs/plugin-vue": "^4.6.2", @@ -58,12 +58,12 @@ "@vue/compiler-sfc": "^3.2.38", "@vue/eslint-config-typescript": "^11.0.3", "eslint": "^8.56.0", - "eslint-plugin-yml": "^1.11.0", + "eslint-plugin-yml": "^1.12.2", "npm-run-all": "^4.1.5", "ts-node": "^10.9.2", "tslib": "^2.6.2", "typescript": "^4.9.5", - "vite": "^4.5.1", + "vite": "^4.5.2", "vite-plugin-dts": "^1.7.3", "vitest": "^0.34.6" }