diff --git a/package.json b/package.json index 9c4af9a..a4bd4b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flattern-markdown-folder-structure-action", - "version": "0.0.0", + "version": "1.1.0", "description": "GitHub action to flatten file structure with markdown data", "main": "src/index.ts", "repository": { @@ -34,8 +34,8 @@ "devDependencies": { "@types/jest": "^29.4.0", "@types/node": "^20.2.5", - "@typescript-eslint/eslint-plugin": "^6.7.4", - "@typescript-eslint/parser": "^6.7.4", + "@typescript-eslint/eslint-plugin": "^7.4", + "@typescript-eslint/parser": "^7.4", "@vercel/ncc": "^0.38.0", "eslint": "^8.33.0", "eslint-plugin-github": "^4.6.0",