mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(react): add postcss-prefix-selector types
This commit is contained in:
@@ -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",
|
||||
|
||||
Generated
+10
@@ -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
@@ -29,5 +29,5 @@
|
||||
"verbatimModuleSyntax": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": ["node_modules", "dist", "build", "coverage"]
|
||||
"exclude": ["node_modules", "dist", "coverage"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user