From 3f9e89c7ca1e16cc14410df439a6f35ca6b5618e Mon Sep 17 00:00:00 2001 From: Daniel Jonathan Date: Sat, 28 Sep 2024 14:29:00 -0400 Subject: [PATCH] updated packages --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 9acbfa5..f3256a4 100644 --- a/package.json +++ b/package.json @@ -46,13 +46,13 @@ "dependencies": { "@cosmicmind/foundationjs": "^0.0.1-rc-072224-1", "@cosmicmind/patternjs": "^0.0.1-rc-072224-3", - "lib0": "^0.2.94", + "lib0": "^0.2.98", "npm-run-all": "^4.1.5", - "terser": "^5.31.3", + "terser": "^5.34.1", "ts-node": "^10.9.2", - "tslib": "^2.6.3", - "typescript": "^5.5.3", - "vite": "^5.3.4", + "tslib": "^2.7.0", + "typescript": "^5.6.2", + "vite": "^5.4.8", "vite-plugin-dts": "^1.7.3", "vitest": "^1.6.0", "yup": "^1.4.0" @@ -60,10 +60,10 @@ "devDependencies": { "@microsoft/eslint-formatter-sarif": "^3.1.0", "@types/node": "^20.14.11", - "@typescript-eslint/eslint-plugin": "^7.16.1", - "@typescript-eslint/parser": "^7.16.1", + "@typescript-eslint/eslint-plugin": "^7.18.0", + "@typescript-eslint/parser": "^7.18.0", "@vitest/coverage-v8": "^1.6.0", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "eslint-plugin-yml": "^1.14.0" } }