Skip to content

Commit 55226a9

Browse files
authored
Merge pull request #96 from impresscms-dev/update-to-latest-npm-packages
Update @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 7.4
2 parents e511436 + 9a117aa commit 55226a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flattern-markdown-folder-structure-action",
3-
"version": "0.0.0",
3+
"version": "1.1.0",
44
"description": "GitHub action to flatten file structure with markdown data",
55
"main": "src/index.ts",
66
"repository": {
@@ -34,8 +34,8 @@
3434
"devDependencies": {
3535
"@types/jest": "^29.4.0",
3636
"@types/node": "^20.2.5",
37-
"@typescript-eslint/eslint-plugin": "^6.7.4",
38-
"@typescript-eslint/parser": "^6.7.4",
37+
"@typescript-eslint/eslint-plugin": "^7.4",
38+
"@typescript-eslint/parser": "^7.4",
3939
"@vercel/ncc": "^0.38.0",
4040
"eslint": "^8.33.0",
4141
"eslint-plugin-github": "^4.6.0",

0 commit comments

Comments
 (0)