File tree Expand file tree Collapse file tree 8 files changed +30
-179
lines changed
Expand file tree Collapse file tree 8 files changed +30
-179
lines changed Original file line number Diff line number Diff line change 3434 "dependencies" : {
3535 "expo" : " ~50.0.13" ,
3636 "expo-status-bar" : " ~1.11.1" ,
37- "mocha-remote-react-native" : " 1.9 .0" ,
37+ "mocha-remote-react-native" : " 1.10 .0" ,
3838 "react" : " 18.2.0" ,
3939 "react-native" : " 0.73.5"
4040 },
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote-cli" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "description" : " Run Mocha tests somewhere - get reporting elsewhere" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
4545 "dependencies" : {
4646 "chalk" : " ^5.3.0" ,
4747 "debug" : " ^4.3.1" ,
48- "mocha-remote-server" : " 1.9 .0" ,
48+ "mocha-remote-server" : " 1.10 .0" ,
4949 "yargs" : " ^17.7.2"
5050 },
5151 "engines" : {
5555 "@types/commander" : " ^2.12.2" ,
5656 "@types/debug" : " ^4.1.5" ,
5757 "@types/yargs" : " ^17.0.32" ,
58- "mocha-remote-client" : " 1.9 .0"
58+ "mocha-remote-client" : " 1.10 .0"
5959 },
6060 "eslintConfig" : {
6161 "parserOptions" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote-client" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "description" : " Run Mocha tests somewhere - get reporting elsewhere" ,
55 "scripts" : {
66 "build" : " rollup -c" ,
3333 "dependencies" : {
3434 "debug" : " ^4.3.4" ,
3535 "fast-equals" : " ^5.0.1" ,
36- "mocha-remote-common" : " 1.9 .0" ,
36+ "mocha-remote-common" : " 1.10 .0" ,
3737 "mocha" : " 10.3.0" ,
3838 "ws" : " ^8.4.2"
3939 },
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "description" : " Run Mocha tests somewhere - get reporting elsewhere" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
2525 "bugs" : " https://github.com/kraenhansen/mocha-remote/issues" ,
2626 "license" : " ISC" ,
2727 "dependencies" : {
28- "mocha-remote-cli" : " 1.9 .0" ,
29- "mocha-remote-client" : " 1.9 .0" ,
30- "mocha-remote-server" : " 1.9 .0"
28+ "mocha-remote-cli" : " 1.10 .0" ,
29+ "mocha-remote-client" : " 1.10 .0" ,
30+ "mocha-remote-server" : " 1.10 .0"
3131 },
3232 "eslintConfig" : {
3333 "env" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote-common" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "description" : " All common code and types shared between the Mocha Remote server and client" ,
55 "scripts" : {
66 "build" : " tsc -p tsconfig.build.json" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote-react-native" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "description" : " React Native components providing a UI for the Mocha Remote Client" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
1212 "build" : " tsc"
1313 },
1414 "dependencies" : {
15- "mocha-remote-client" : " 1.9 .0"
15+ "mocha-remote-client" : " 1.10 .0"
1616 },
1717 "peerDependencies" : {
1818 "react-native" : " *" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " mocha-remote-server" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "description" : " Run Mocha tests somewhere - get reporting elsewhere" ,
55 "scripts" : {
66 "build" : " tsc -p tsconfig.build.json" ,
3434 "dependencies" : {
3535 "debug" : " ^4.3.4" ,
3636 "flatted" : " ^3.3.1" ,
37- "mocha-remote-common" : " 1.9 .0" ,
37+ "mocha-remote-common" : " 1.10 .0" ,
3838 "ws" : " ^8.16.0"
3939 },
4040 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments