Skip to content

Commit

Permalink
feat(deps): updated dependancies (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Mar 8, 2024
1 parent fb4cc67 commit 8550a90
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 165 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -40,24 +40,24 @@
"tsc": "tsc --noEmit"
},
"devDependencies": {
"@babel/types": "^7.23.9",
"@babel/types": "^7.24.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/rule-tester": "^7.0.2",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/rule-tester": "^7.1.1",
"@veritem/eslint-config": "^0.0.11",
"bumpp": "^9.3.0",
"bumpp": "^9.4.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-doc-generator": "^1.6.2",
"eslint-plugin-eslint-plugin": "^5.3.0",
"eslint-doc-generator": "^1.7.0",
"eslint-plugin-eslint-plugin": "^5.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-vitest": "^0.3.22",
"eslint-remote-tester": "^3.0.1",
"eslint-remote-tester-repositories": "^1.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"unbuild": "^2.0.0",
"vitest": "^1.3.1"
},
Expand All @@ -77,6 +77,6 @@
}
},
"dependencies": {
"@typescript-eslint/utils": "^7.0.2"
"@typescript-eslint/utils": "^7.1.1"
}
}

0 comments on commit 8550a90

Please sign in to comment.