Skip to content

Commit

Permalink
fix: fix nohoist modules
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Nov 4, 2022
1 parent b6896b3 commit 20f5e97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,13 @@
],
"nohoist": [
"**/vue-tsc",
"**/vue-tsc/**"
"**/vue-tsc/**",
"**/@vue/*",
"**/@vue/*/**",
"**/vue",
"**/vue/**",
"**/rollup-plugin-vue",
"**/rollup-plugin-vue/**"
]
},
"resolutions": {
Expand Down
18 changes: 0 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22174,24 +22174,6 @@ react-merge-refs@^1.0.0:
resolved "https://registry.npmjs.org/react-merge-refs/-/react-merge-refs-1.1.0.tgz"
integrity sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==

react-moveable@~0.40.0:
version "0.40.0"
resolved "https://registry.npmjs.org/react-moveable/-/react-moveable-0.40.0.tgz#21b8b84edc1a76a7a05f22420368de60e8df7bc5"
integrity sha512-SUxvajNFgGq386OzsCIforoFXAoXjNQN2nvxT4/zcYBzMlkYO096G0ICPUsT8MmR6qGo2hUF5J9TkAQI+ila3A==
dependencies:
"@daybrush/utils" "^1.10.0"
"@egjs/agent" "^2.2.1"
"@egjs/children-differ" "^1.0.1"
"@egjs/list-differ" "^1.0.0"
"@scena/dragscroll" "^1.2.0"
"@scena/event-emitter" "^1.0.5"
"@scena/matrix" "^1.1.1"
css-to-mat "^1.0.3"
framework-utils "^1.1.0"
gesto "^1.13.3"
overlap-area "^1.1.0"
react-css-styled "^1.0.4"

react-refresh@^0.11.0:
version "0.11.0"
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz"
Expand Down

0 comments on commit 20f5e97

Please sign in to comment.