]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Move `postcss-prefix-custom-properties` from `peerDependencies` to `devDependencies...
authorJulien Déramond <juderamond@gmail.com>
Sun, 28 Jun 2026 15:33:52 +0000 (17:33 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2026 15:33:52 +0000 (08:33 -0700)
package-lock.json
package.json

index c9752d79770662f6487c021d103ad545840ad17c..e194392389aaa295fda4ae1cf700fb81db4a3fef 100644 (file)
@@ -79,6 +79,7 @@
         "playwright": "^1.61.0",
         "postcss": "^8.5.12",
         "postcss-cli": "^11.0.1",
+        "postcss-prefix-custom-properties": "^0.1.0",
         "prettier": "^3.8.4",
         "prettier-plugin-astro": "^0.14.1",
         "rehype-autolink-headings": "^7.1.0",
       },
       "peerDependencies": {
         "@floating-ui/dom": "^1.7.6",
-        "postcss-prefix-custom-properties": "^0.1.0",
         "vanilla-calendar-pro": "^3.1.0"
       }
     },
       "version": "3.3.15",
       "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.15.tgz",
       "integrity": "sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==",
+      "dev": true,
       "funding": [
         {
           "type": "github",
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
       "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
+      "dev": true,
       "license": "ISC"
     },
     "node_modules/picomatch": {
       "version": "8.5.15",
       "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
       "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
+      "dev": true,
       "funding": [
         {
           "type": "opencollective",
       "version": "0.1.0",
       "resolved": "https://registry.npmjs.org/postcss-prefix-custom-properties/-/postcss-prefix-custom-properties-0.1.0.tgz",
       "integrity": "sha512-sAKQSRw+KTl9G549Q9awV/ra06fOZNEIVIIRTwiSTbvkV1t8z7WPqNQ5XBbxF1fV2mp0yQFObavc5J/GxP0a6g==",
+      "dev": true,
       "license": "MIT",
-      "peer": true,
       "dependencies": {
         "postcss-value-parser": "^4.2.0"
       },
       "version": "4.2.0",
       "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
       "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
+      "dev": true,
       "license": "MIT"
     },
     "node_modules/prelude-ls": {
       "version": "1.2.1",
       "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
       "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
+      "dev": true,
       "license": "BSD-3-Clause",
       "engines": {
         "node": ">=0.10.0"
index 2fc1a6068c34d4e9f5a1e19ab0bbb7611a3af475..d4f601e464063a9f09166dba6f1dc82bc77169d5 100644 (file)
   },
   "peerDependencies": {
     "@floating-ui/dom": "^1.7.6",
-    "postcss-prefix-custom-properties": "^0.1.0",
     "vanilla-calendar-pro": "^3.1.0"
   },
   "devDependencies": {
     "playwright": "^1.61.0",
     "postcss": "^8.5.12",
     "postcss-cli": "^11.0.1",
+    "postcss-prefix-custom-properties": "^0.1.0",
     "prettier": "^3.8.4",
     "prettier-plugin-astro": "^0.14.1",
     "rehype-autolink-headings": "^7.1.0",