Skip to content

Commit 3e9f575

Browse files
authored
Organize as peer deps (#42001)
1 parent 22ecd45 commit 3e9f575

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@
103103
"astro-preview": "astro preview --root site --port 9001"
104104
},
105105
"peerDependencies": {
106-
"@floating-ui/dom": "^1.7.0"
106+
"@floating-ui/dom": "^1.7.0",
107+
"postcss-prefix-custom-properties": "^0.1.0",
108+
"vanilla-calendar-pro": "^3.0.5"
107109
},
108110
"devDependencies": {
109111
"@astrojs/check": "^0.9.6",
@@ -209,9 +211,5 @@
209211
},
210212
"overrides": {
211213
"volar-service-emmet": "0.0.63"
212-
},
213-
"dependencies": {
214-
"postcss-prefix-custom-properties": "^0.1.0",
215-
"vanilla-calendar-pro": "^3.0.5"
216214
}
217215
}

0 commit comments

Comments
 (0)