Skip to content

Commit

Permalink
Published v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Mar 19, 2024
1 parent 91e8434 commit 8cdbec8
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 149 deletions.
195 changes: 60 additions & 135 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-remote-cli",
"version": "1.8.0",
"version": "1.9.0",
"description": "Run Mocha tests somewhere - get reporting elsewhere",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"chalk": "^5.3.0",
"debug": "^4.3.1",
"mocha-remote-server": "1.8.0",
"mocha-remote-server": "1.9.0",
"yargs": "^17.7.2"
},
"engines": {
Expand All @@ -55,7 +55,7 @@
"@types/commander": "^2.12.2",
"@types/debug": "^4.1.5",
"@types/yargs": "^17.0.32",
"mocha-remote-client": "1.8.0"
"mocha-remote-client": "1.9.0"
},
"eslintConfig": {
"parserOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-remote-client",
"version": "1.8.0",
"version": "1.9.0",
"description": "Run Mocha tests somewhere - get reporting elsewhere",
"scripts": {
"build": "rollup -c",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"debug": "^4.3.4",
"fast-equals": "^5.0.1",
"mocha-remote-common": "1.8.0",
"mocha-remote-common": "1.9.0",
"mocha": "10.3.0",
"ws": "^8.4.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/combined/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-remote",
"version": "1.8.0",
"version": "1.9.0",
"description": "Run Mocha tests somewhere - get reporting elsewhere",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -25,9 +25,9 @@
"bugs": "https://github.com/kraenhansen/mocha-remote/issues",
"license": "ISC",
"dependencies": {
"mocha-remote-cli": "1.8.0",
"mocha-remote-client": "1.8.0",
"mocha-remote-server": "1.8.0"
"mocha-remote-cli": "1.9.0",
"mocha-remote-client": "1.9.0",
"mocha-remote-server": "1.9.0"
},
"eslintConfig": {
"env": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-remote-common",
"version": "1.8.0",
"version": "1.9.0",
"description": "All common code and types shared between the Mocha Remote server and client",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-remote-react-native",
"version": "1.8.0",
"version": "1.9.0",
"description": "React Native components providing a UI for the Mocha Remote Client",
"type": "module",
"main": "dist/index.js",
Expand All @@ -18,4 +18,4 @@
"devDependencies": {
"@react-native/typescript-config": "^0.74.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-remote-server",
"version": "1.8.0",
"version": "1.9.0",
"description": "Run Mocha tests somewhere - get reporting elsewhere",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"debug": "^4.3.4",
"flatted": "^3.3.1",
"mocha-remote-common": "1.8.0",
"mocha-remote-common": "1.9.0",
"ws": "^8.16.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 8cdbec8

Please sign in to comment.