Skip to content

Commit

Permalink
v6.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
helinjiang committed Jul 16, 2020
1 parent 3a9a8fd commit 371f0a1
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.0.10",
"version": "6.0.11",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
6 changes: 3 additions & 3 deletions packages/matman-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman-cli",
"version": "6.0.9",
"version": "6.0.11",
"description": "CLI for matman projects",
"bin": {
"matman": "./bin/matman.js"
Expand Down Expand Up @@ -38,8 +38,8 @@
"figlet": "^1.2.0",
"fs-extra": "^7.0.1",
"inquirer": "^7.2.0",
"matman-core": "^6.0.9",
"matman-crawler": "^6.0.9",
"matman-core": "^6.0.11",
"matman-crawler": "^6.0.11",
"semver": "^5.4.1",
"yargs": "^15.3.1",
"yeoman-environment": "^2.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/matman-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman-core",
"version": "6.0.9",
"version": "6.0.11",
"description": "Core moudles for matman",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/matman-crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman-crawler",
"version": "6.0.9",
"version": "6.0.11",
"description": "Easy to write build preload script in nightmare",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@rollup/plugin-node-resolve": "^8.1.0",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"matman-core": "^6.0.9",
"matman-core": "^6.0.11",
"rollup": "^2.18.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/matman-runner-nightmare/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/matman-runner-nightmare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman-runner-nightmare",
"version": "6.0.10",
"version": "6.0.11",
"description": "matman测试框架nightmare底层驱动",
"scripts": {
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"fs-extra": "^9.0.1",
"matman-core": "^6.0.9",
"matman-crawler": "^6.0.9",
"matman-core": "^6.0.11",
"matman-crawler": "^6.0.11",
"mockstar": "^1.1.6",
"nightmare-handler": "^1.0.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/matman-runner-puppeteer/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/matman-runner-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman-runner-puppeteer",
"version": "6.0.10",
"version": "6.0.11",
"description": "matman的puppeteer底层驱动",
"scripts": {
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"fs-extra": "^9.0.1",
"matman-core": "^6.0.9",
"matman-crawler": "^6.0.9",
"matman-core": "^6.0.11",
"matman-crawler": "^6.0.11",
"mockstar": "^1.1.6",
"puppeteer": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/matman/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/matman/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matman",
"version": "6.0.10",
"version": "6.0.11",
"description": "Easy to write e2e test",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"matman-core": "^6.0.9"
"matman-core": "^6.0.11"
},
"devDependencies": {
"@types/chai": "^4.2.11",
Expand Down

0 comments on commit 371f0a1

Please sign in to comment.