Skip to content

Commit

Permalink
Merge pull request #50 from molikk/eslint-upgrade
Browse files Browse the repository at this point in the history
eslint upgrade
  • Loading branch information
molikk authored Aug 6, 2024
2 parents 462c31a + 495bda4 commit d6ef283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"babel-preset-minify": "^0.5.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -57,6 +57,6 @@
"rollup-plugin-serve": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1"
"typescript-eslint": "^8.0.1"
}
}

0 comments on commit d6ef283

Please sign in to comment.