Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Jun 25, 2023
1 parent 4737cd4 commit 8729f97
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 162 deletions.
4 changes: 2 additions & 2 deletions fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"license": "MIT",
"dependencies": {
"eslint-plugin-vitest": "^0.2.6",
"vitest": "^0.32.0"
"vitest": "^0.32.2"
},
"devDependencies": {
"eslint": "^8.42.0"
"eslint": "^8.43.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"@babel/types": "^7.22.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@veritem/eslint-config": "^0.0.11",
"bumpp": "^9.1.1",
"concurrently": "^8.2.0",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-doc-generator": "^1.4.3",
"eslint-plugin-eslint-plugin": "^5.1.0",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -54,7 +54,7 @@
"jiti": "^1.18.2",
"ts-node": "^10.9.1",
"unbuild": "^1.2.1",
"vitest": "^0.32.0"
"vitest": "^0.32.2"
},
"engines": {
"node": "14.x || >= 16"
Expand All @@ -63,6 +63,6 @@
"eslint": ">=8.0.0"
},
"dependencies": {
"@typescript-eslint/utils": "^5.59.11"
"@typescript-eslint/utils": "^5.60.0"
}
}
Loading

0 comments on commit 8729f97

Please sign in to comment.