Skip to content

Commit

Permalink
refactor: Move magic-string to deps to fix yarn v1
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Dec 16, 2023
1 parent 204f633 commit d3740ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"babel-plugin-transform-hook-names": "^1.0.2",
"debug": "^4.3.4",
"kolorist": "^1.8.0",
"magic-string": "0.30.5",
"node-html-parser": "^6.1.10",
"resolve": "^1.22.8",
"rs-module-lexer": "^2.1.1"
},
"peerDependencies": {
"@babel/core": "7.x",
"magic-string": "0.x",
"vite": "2.x || 3.x || 4.x || 5.x"
},
"devDependencies": {
Expand All @@ -57,7 +57,6 @@
"@types/node": "^14.14.33",
"@types/resolve": "^1.20.1",
"lint-staged": "^10.5.4",
"magic-string": "^0.30.5",
"preact": "^10.19.2",
"preact-iso": "^2.3.2",
"preact-render-to-string": "^6.3.1",
Expand Down

0 comments on commit d3740ce

Please sign in to comment.