Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Nov 26, 2023
1 parent decad97 commit 9de12e8
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default function processScopedSheet(
sheetID: string,
content: string,
): string {
console.log(content);
const ast = csstree.parse(content);
// This selector is going to be inserted
// on every non-global selector
Expand Down
6 changes: 3 additions & 3 deletions packages/unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"solid-styled": "0.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^4.5.0"
"vite": "^5.0.2"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.5",
"unplugin": "^1.3.1"
},
"peerDependencies": {
"solid-styled": ">=0.7",
"vite": "^3 || ^4"
"solid-styled": ">=0.9",
"vite": "^3 || ^4 || ^5"
},
"peerDependenciesMeta": {
"vite": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"solid-styled": "0.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^4.5.0"
"vite": "^5.0.2"
},
"dependencies": {
"unplugin-solid-styled": "0.9.2"
},
"peerDependencies": {
"solid-styled": "^0.8",
"vite": "^3 || ^4"
"solid-styled": ">=0.9",
"vite": "^3 || ^4 || ^5"
},
"scripts": {
"prepublishOnly": "pridepack clean && pridepack build",
Expand Down
168 changes: 164 additions & 4 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 9de12e8

Please sign in to comment.