Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Oct 12, 2023
1 parent f46fe2c commit a2d5968
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "specut",
"description": "Cut massive test suites into equal chunks",
"version": "2.1.1",
"version": "2.2.0",
"license": "MIT",
"type": "module",
"keywords":
Expand Down Expand Up @@ -30,25 +30,25 @@
},
"dependencies":
{
"commander": "10.0.1",
"fast-glob": "3.2.12"
"commander": "11.0.0",
"fast-glob": "3.3.1"
},
"devDependencies":
{
"@isnotdefined/eslint-config": "9.5.0",
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "18.16.3",
"chai": "4.3.7",
"eslint": "8.39.0",
"@isnotdefined/eslint-config": "9.7.1",
"@types/chai": "4.3.7",
"@types/mocha": "10.0.2",
"@types/node": "20.8.4",
"chai": "4.3.10",
"eslint": "8.51.0",
"mocha": "10.2.0",
"rollup": "3.21.1",
"rollup": "4.0.2",
"rollup-plugin-add-shebang": "0.3.1",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-ts": "3.2.0",
"rollup-plugin-ts": "3.4.5",
"ts-node": "10.9.1",
"typescript": "5.0.4"
"typescript": "5.2.2"
},
"scripts":
{
Expand Down
2 changes: 1 addition & 1 deletion src/assets/metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "specut",
"version": "2.1.1"
"version": "2.2.0"
}

0 comments on commit a2d5968

Please sign in to comment.