deps: remove postcss-import
Michael Smith committed
Feb 24, 2026 at 13:20 UTC
8842c8a349c9bf51cb4a76724624217eb2fd6984
2 files changed
-36
package-lock.json
-35
@@ -36,7 +36,6 @@
36
"github-slugger": "^2.0.0",
37
"lodash.debounce": "4.0.8",
38
"postcss": "^8.4.49",
39
- "postcss-import": "^16.1.0",
39
"postcss-preset-env": "^11.1.1",
40
"prism-react-renderer": "^2.3.1",
41
"prismjs": "^1.30.0",
@@ -36660,15 +36659,6 @@
36659
"url": "https://github.com/sponsors/jonschlinkert"
36660
}
36661
},
36663
- "node_modules/pify": {
36664
- "version": "2.3.0",
36665
- "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
36666
- "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
36667
- "license": "MIT",
36668
- "engines": {
36669
- "node": ">=0.10.0"
36670
- }
36671
- },
36662
"node_modules/pirates": {
36663
"version": "4.0.7",
36664
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
@@ -37648,22 +37638,6 @@
37638
"postcss": "^8.4"
37639
}
37640
},
37651
- "node_modules/postcss-import": {
37652
- "version": "16.1.1",
37653
- "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-16.1.1.tgz",
37654
- "integrity": "sha512-2xVS1NCZAfjtVdvXiyegxzJ447GyqCeEI5V7ApgQVOWnros1p5lGNovJNapwPpMombyFBfqDwt7AD3n2l0KOfQ==",
37655
- "dependencies": {
37656
- "postcss-value-parser": "^4.0.0",
37657
- "read-cache": "^1.0.0",
37658
- "resolve": "^1.1.7"
37659
- },
37660
- "engines": {
37661
- "node": ">=18.0.0"
37662
- },
37663
- "peerDependencies": {
37664
- "postcss": "^8.0.0"
37665
- }
37666
- },
37641
"node_modules/postcss-lab-function": {
37642
"version": "8.0.1",
37643
"resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-8.0.1.tgz",
@@ -39684,15 +39658,6 @@
39658
"node": ">=0.8"
39659
}
39660
},
39687
- "node_modules/read-cache": {
39688
- "version": "1.0.0",
39689
- "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
39690
- "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
39691
- "license": "MIT",
39692
- "dependencies": {
39693
- "pify": "^2.3.0"
39694
- }
39695
- },
39661
"node_modules/read-cmd-shim": {
39662
"version": "5.0.0",
39663
"resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-5.0.0.tgz",
package.json
-1
@@ -55,7 +55,6 @@
55
"github-slugger": "^2.0.0",
56
"lodash.debounce": "4.0.8",
57
"postcss": "^8.4.49",
58
- "postcss-import": "^16.1.0",
58
"postcss-preset-env": "^11.1.1",
59
"prism-react-renderer": "^2.3.1",
60
"prismjs": "^1.30.0",