Restore missing stylis peer in package-lock after merge.
Unit Tests / test (pull_request) Successful in 11s

npm ci failed on PR #101 because the lockfile dropped the top-level
stylis peer required by stylis-plugin-rtl during the master merge.
This commit is contained in:
2026-08-04 05:15:27 -05:00
parent 6c1c52bca5
commit 49397f33f3
+6
View File
@@ -24106,6 +24106,12 @@
"name": "brace-expansion",
"version": "5.0.8",
"license": "MIT"
},
"node_modules/stylis": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz",
"integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
"peer": true
}
}
}