Skip to content

Commit

Permalink
chore: Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed Feb 2, 2025
1 parent 38de59c commit 833a8c1
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Mocha for VS Code",
"description": "Run and debug Mocha tests right within VS Code.",
"publisher": "coderline",
"version": "1.2.4",
"version": "1.2.5",
"icon": "icon.png",
"engines": {
"vscode": "^1.83.0"
Expand Down Expand Up @@ -146,64 +146,64 @@
"fix": "eslint . --fix"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.19.0",
"@jridgewell/trace-mapping": "^0.3.25",
"@types/chai": "^4.3.17",
"@types/chai": "^5.0.1",
"@types/eslint__js": "^8.42.3",
"@types/estree": "^1.0.5",
"@types/estree": "^1.0.6",
"@types/extract-zip": "^2.0.1",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.8",
"@types/mocha": "^10.0.10",
"@types/node": "22.x",
"@types/picomatch": "^3.0.1",
"@types/picomatch": "^3.0.2",
"@types/sinon": "^17.0.3",
"@types/split2": "^4.2.3",
"@types/which": "^3.0.4",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/typescript-estree": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@typescript-eslint/typescript-estree": "^8.22.0",
"@vscode/dts": "^0.4.1",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^3.2.1",
"acorn": "^8.13.0",
"@vscode/vsce": "^3.2.2",
"acorn": "^8.14.0",
"acorn-loose": "^8.4.0",
"ansi-colors": "^4.1.3",
"chai": "^4.4.1",
"chai": "^5.1.2",
"cross-env": "^7.0.3",
"data-uri-to-buffer": "^6.0.2",
"enhanced-resolve": "^5.18.0",
"error-stack-parser": "^2.1.4",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-license-header": "^0.6.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-visitor-keys": "^4.1.0",
"eslint-visitor-keys": "^4.2.0",
"extract-zip": "^2.0.1",
"glob": "^11.0.0",
"glob": "^11.0.1",
"minimatch": "^10.0.1",
"mocha": "^10.8.2",
"mocha": "^11.1.0",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
"prettier-plugin-organize-imports": "^4.1.0",
"sinon": "^19.0.2",
"split2": "^4.2.0",
"stacktrace-parser": "^0.1.10",
"supports-color": "^9.4.0",
"supports-color": "^10.0.0",
"tar": "^7.4.3",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.20.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"which": "^5.0.0"
},
"dependencies": {
"esbuild": "^0.24.2"
},
"mocha-vscode": {
"version": "v1.2.4+9a52d28",
"date": "2025-02-02T11:56:15.601Z"
"version": "v1.2.5+38de59c",
"date": "2025-02-02T12:12:09.874Z"
}
}

0 comments on commit 833a8c1

Please sign in to comment.