Skip to content

Commit

Permalink
update dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jun 20, 2024
1 parent 6bfb6d3 commit ec1c4db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ const coverageOptions = {
sourceFilter: "**/src/**"
};
```
Supports multiple patterns:
Support multiple patterns:
```js
const coverageOptions = {
entryFilter: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"monocart-code-viewer": "^1.1.4",
"monocart-formatter": "^3.0.0",
"monocart-locator": "^1.0.0",
"turbogrid": "^3.1.0"
"turbogrid": "^3.2.0"
},
"devDependencies": {
"commander": "^12.1.0",
Expand All @@ -97,7 +97,7 @@
"stylelint": "^16.6.1",
"stylelint-config-plus": "^1.1.2",
"supports-color": "^9.4.0",
"tsx": "^4.15.5",
"ws": "^8.17.0"
"tsx": "^4.15.6",
"ws": "^8.17.1"
}
}
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"dependencies": {
"monocart-code-viewer": "^1.1.4",
"monocart-formatter": "^3.0.0",
"turbogrid": "^3.1.0"
"turbogrid": "^3.2.0"
},
"devDependencies": {
"async-tick": "^1.0.0",
"vine-ui": "^3.1.13"
"vine-ui": "^3.1.15"
}
}
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"mocha": "^10.4.0",
"open": "^10.1.0",
"playwright": "^1.44.1",
"puppeteer": "^22.11.0",
"puppeteer": "^22.11.2",
"rollup": "^4.18.0",
"swc-loader": "^0.2.6",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.92.0"
"webpack": "^5.92.1"
}
}

0 comments on commit ec1c4db

Please sign in to comment.