chore(react): add postcss-prefix-selector types

This commit is contained in:
Rahim
2025-10-27 19:42:40 +00:00
parent ea0006e75a
commit 19ca2385f5
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -65,6 +65,7 @@
"@svgr/cli": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/cli": "^4.1.0",
"@types/postcss-prefix-selector": "^1.16.3",
"@types/react": "^18.0.0",
"postcss": "^8.4.49",
"postcss-prefix-selector": "^1.16.1",
+10
View File
@@ -214,6 +214,9 @@ importers:
'@tailwindcss/cli':
specifier: ^4.1.0
version: 4.1.14
'@types/postcss-prefix-selector':
specifier: ^1.16.3
version: 1.16.3
'@types/react':
specifier: ^18.0.0
version: 18.3.24
@@ -1906,6 +1909,9 @@ packages:
'@types/node@22.18.6':
resolution: {integrity: sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==}
'@types/postcss-prefix-selector@1.16.3':
resolution: {integrity: sha512-YZLPWRkJIrYjwaqojVDXzaRCAEYslRAm8Shznwwn+ZFA4iKQR4LZlS3d+ZMVteFz4iyQnngZZG7k/GIzV1f3mQ==}
'@types/prop-types@15.7.15':
resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==}
@@ -7273,6 +7279,10 @@ snapshots:
dependencies:
undici-types: 6.21.0
'@types/postcss-prefix-selector@1.16.3':
dependencies:
postcss: 8.5.6
'@types/prop-types@15.7.15': {}
'@types/react-dom@18.3.7(@types/react@18.3.24)':
+1 -1
View File
@@ -29,5 +29,5 @@
"verbatimModuleSyntax": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "dist", "build", "coverage"]
"exclude": ["node_modules", "dist", "coverage"]
}