Skip to content

Commit

Permalink
test: fix dependencies of test tools
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed May 20, 2024
1 parent f257a46 commit fb4c8bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@babel/template": "7.22.15",
"@babel/traverse": "7.23.2",
"@babel/types": "7.23.0",
"@rspack/core": "workspace:*",
"csv-to-markdown-table": "^1.3.0",
"deepmerge": "^4.3.1",
"filenamify": "4.3.0",
Expand All @@ -71,6 +70,7 @@
"@monaco-editor/react": "^4.6.0",
"@rspack/cli": "workspace:*",
"@rspack/plugin-minify": "workspace:*",
"@rspack/core": "workspace:*",
"@swc/jest": "^0.2.29",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.48",
Expand All @@ -85,5 +85,8 @@
"react": "18.0.0",
"react-dom": "18.0.0",
"react-refresh": "0.14.0"
},
"peerDependencies": {
"@rspack/core": ">=0.7.0"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit fb4c8bc

Please sign in to comment.