Skip to content

Commit

Permalink
fix: lack the @rsdoctor/types error (#75)
Browse files Browse the repository at this point in the history
fix: lack the @rsdoctor/types error

fix: lack the @rsdoctor/types error
  • Loading branch information
easy1090 authored Dec 27, 2023
1 parent ca92633 commit 918ee1f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 16 deletions.
8 changes: 8 additions & 0 deletions .changeset/nervous-ducks-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@rsdoctor/graph': patch
'@rsdoctor/utils': patch
'@rsdoctor/core': patch
'@rsdoctor/sdk': patch
---

fix: lack @rsdoctor/types dependency
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"dependencies": {
"@rsdoctor/graph": "workspace:*",
"@rsdoctor/types": "workspace:*",
"@rsdoctor/sdk": "workspace:*",
"@rsdoctor/utils": "workspace:*",
"@rspack/core": "0.3.14",
Expand All @@ -62,7 +63,6 @@
},
"devDependencies": {
"@rsdoctor/test-helper": "workspace:*",
"@rsdoctor/types": "workspace:*",
"@types/bytes": "3.1.1",
"@types/loader-utils": "^2.0.5",
"@types/lodash": "^4.14.200",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"test": "vitest run"
},
"dependencies": {
"@rsdoctor/types": "workspace:*",
"@rsdoctor/utils": "workspace:*",
"lodash": "^4.17.21",
"socket.io": "4.7.2",
"source-map": "^0.7.4"
},
"devDependencies": {
"@rsdoctor/types": "workspace:*",
"@types/body-parser": "1.19.2",
"@types/estree": "1.0.0",
"@types/lodash": "^4.14.200",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@rsdoctor/utils": "workspace:*",
"@rsdoctor/graph": "workspace:*",
"@rsdoctor/client": "workspace:*",
"@rsdoctor/types": "workspace:*",
"body-parser": "1.20.1",
"cors": "2.8.5",
"dayjs": "1.11.6",
Expand All @@ -34,7 +35,6 @@
"tapable": "2.2.1"
},
"devDependencies": {
"@rsdoctor/types": "workspace:*",
"@types/body-parser": "1.19.2",
"@types/cors": "2.8.13",
"@types/ip": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
},
"dependencies": {
"@babel/code-frame": "7.18.6",
"@rsdoctor/types": "workspace:*",
"@types/estree": "1.0.0",
"acorn": "^8.10.0",
"acorn-import-assertions": "1.8.0",
Expand All @@ -70,7 +71,6 @@
},
"devDependencies": {
"@types/deep-eql": "4.0.0",
"@rsdoctor/types": "workspace:*",
"@types/babel__code-frame": "7.0.3",
"@types/bytes": "3.1.1",
"@types/connect": "3.4.35",
Expand Down
24 changes: 12 additions & 12 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 918ee1f

Please sign in to comment.