Skip to content

Commit

Permalink
chore(boilerplate): update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Aug 15, 2023
1 parent ce0eb14 commit 77a30b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@commitlint/cli": "17",
"@commitlint/config-conventional": "17",
"@midwayjs/cli": "^2.1.1",
"@midwayjs/mock": "^3.11.6",
"@midwayjs/web": "^3.11.6",
"@midwayjs/mock": "^3.11.15",
"@midwayjs/web": "^3.11.15",
"@rollup/plugin-commonjs": "25",
"@rollup/plugin-node-resolve": "15",
"@types/mocha": "10",
Expand All @@ -19,8 +19,9 @@
"@waiting/shared-types": "^21.3.0",
"autocannon": "7",
"coveralls": "3",
"cross-env": "7",
"debug": "^4.3.4",
"eslint": "^8.45.0",
"eslint": "^8.47.0",
"madge": "^6.1.0",
"mocha": "10",
"mocha-lcov-reporter": "1",
Expand Down
1 change: 0 additions & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"dependencies": {
},
"devDependencies": {
"cross-env": "7"
},
"engines": {
"node": ">=16.13.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/mw-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"@waiting/shared-core": "^21.3.0"
},
"devDependencies": {
"@mwcp/share": "6 - 8",
"cross-env": "7"
"@mwcp/share": "6 - 8"
},
"engines": {
"node": ">=16.13.0"
Expand Down

0 comments on commit 77a30b3

Please sign in to comment.