]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Organize as peer deps (#42001)
authorMark Otto <markd.otto@gmail.com>
Fri, 9 Jan 2026 04:48:11 +0000 (20:48 -0800)
committerGitHub <noreply@github.com>
Fri, 9 Jan 2026 04:48:11 +0000 (20:48 -0800)
package-lock.json
package.json

index 00e7e04ba6b4f4454fb4ca797f0128ba0728d931..9051eae0953e29daabe0f67a6fa7af387c44718d 100644 (file)
         }
       ],
       "license": "MIT",
-      "dependencies": {
-        "postcss-prefix-custom-properties": "^0.1.0",
-        "vanilla-calendar-pro": "^3.0.5"
-      },
       "devDependencies": {
         "@astrojs/check": "^0.9.6",
         "@astrojs/markdown-remark": "^6.3.10",
         "zod": "^4.1.12"
       },
       "peerDependencies": {
-        "@floating-ui/dom": "^1.7.0"
+        "@floating-ui/dom": "^1.7.0",
+        "postcss-prefix-custom-properties": "^0.1.0",
+        "vanilla-calendar-pro": "^3.0.5"
       }
     },
     "node_modules/@algolia/abtesting": {
       "resolved": "https://registry.npmjs.org/postcss-prefix-custom-properties/-/postcss-prefix-custom-properties-0.1.0.tgz",
       "integrity": "sha512-sAKQSRw+KTl9G549Q9awV/ra06fOZNEIVIIRTwiSTbvkV1t8z7WPqNQ5XBbxF1fV2mp0yQFObavc5J/GxP0a6g==",
       "license": "MIT",
+      "peer": true,
       "dependencies": {
         "postcss-value-parser": "^4.2.0"
       },
       "resolved": "https://registry.npmjs.org/vanilla-calendar-pro/-/vanilla-calendar-pro-3.0.5.tgz",
       "integrity": "sha512-4X9bmTo1/KzbZrB7B6mZXtvVXIhcKxaVSnFZuaVtps7tshKJDxgaIElkgdia6IjB5qWetWuu7kZ+ZaV1sPxy6w==",
       "license": "MIT",
+      "peer": true,
       "funding": {
         "type": "individual",
         "url": "https://buymeacoffee.com/uvarov"
index 9344303712fdac5f42f5b68316baab49bf88ee93..e9df48086f61a135faa85d93f82b87cba5c6c47c 100644 (file)
     "astro-preview": "astro preview --root site --port 9001"
   },
   "peerDependencies": {
-    "@floating-ui/dom": "^1.7.0"
+    "@floating-ui/dom": "^1.7.0",
+    "postcss-prefix-custom-properties": "^0.1.0",
+    "vanilla-calendar-pro": "^3.0.5"
   },
   "devDependencies": {
     "@astrojs/check": "^0.9.6",
   },
   "overrides": {
     "volar-service-emmet": "0.0.63"
-  },
-  "dependencies": {
-    "postcss-prefix-custom-properties": "^0.1.0",
-    "vanilla-calendar-pro": "^3.0.5"
   }
 }