Skip to content

Commit

Permalink
move "vite" and "solid-js" to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed May 7, 2022
1 parent 093f738 commit dfd81c2
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 113 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
"@babel/preset-typescript": "^7.16.7",
"babel-preset-solid": "^1.3.13",
"merge-anything": "^5.0.2",
"solid-js": "^1.3.14",
"solid-refresh": "^0.4.0",
"vite": "^2.9.1"
"solid-refresh": "^0.4.0"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.16.8",
Expand All @@ -60,7 +58,13 @@
"prettier": "^2.6.2",
"rollup": "^2.70.1",
"rollup-plugin-cleaner": "^1.0.0",
"typescript": "^4.6.3"
"solid-js": "^1.3.17",
"typescript": "^4.6.3",
"vite": "^2.9.8"
},
"peerDependencies": {
"solid-js": "^1.3.17",
"vite": "^2.9.8"
},
"packageManager": "pnpm@6.24.4"
}

0 comments on commit dfd81c2

Please sign in to comment.