Skip to content

Commit

Permalink
fix(packages): update packages (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Nov 22, 2023
1 parent 9ff1c16 commit 4ab7238
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 178 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -40,23 +40,23 @@
"tsc": "tsc --noEmit"
},
"devDependencies": {
"@babel/types": "^7.23.3",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/rule-tester": "^6.11.0",
"@babel/types": "^7.23.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/rule-tester": "^6.12.0",
"@veritem/eslint-config": "^0.0.11",
"bumpp": "^9.2.0",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint-doc-generator": "^1.6.1",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-vitest": "^0.3.9",
"eslint-plugin-vitest": "^0.3.10",
"eslint-remote-tester": "^3.0.1",
"eslint-remote-tester-repositories": "^1.0.1",
"ts-node": "^10.9.1",
"tsx": "^4.1.4",
"tsx": "^4.3.0",
"typescript": "^5.2.0",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
Expand All @@ -77,6 +77,6 @@
}
},
"dependencies": {
"@typescript-eslint/utils": "^6.11.0"
"@typescript-eslint/utils": "^6.12.0"
}
}

0 comments on commit 4ab7238

Please sign in to comment.