diff --git a/.pnp.cjs b/.pnp.cjs old mode 100755 new mode 100644 index 486cb93..6dc1f0c --- a/.pnp.cjs +++ b/.pnp.cjs @@ -1309,7 +1309,7 @@ const RAW_RUNTIME_STATE = "packageDependencies": [\ ["@example/cjs", "workspace:examples/cjs"],\ ["@csstools/postcss-sass", "virtual:72faf23a703cf0c7693820cc5ae961ac2a27f9647e5c2771017b1a3a2766c29586ed219703ef00482894baa74a05c3acdce5ad7b6d8e54c710919ec92664c79c#npm:5.1.1"],\ - ["@types/react", "npm:18.3.10"],\ + ["@types/react", "npm:18.3.11"],\ ["@types/react-dom", "npm:18.3.0"],\ ["chokidar-cli", "npm:3.0.0"],\ ["npm-run-all", "npm:4.1.5"],\ @@ -1332,7 +1332,7 @@ const RAW_RUNTIME_STATE = "packageDependencies": [\ ["@example/esm", "workspace:examples/esm"],\ ["@csstools/postcss-sass", "virtual:72faf23a703cf0c7693820cc5ae961ac2a27f9647e5c2771017b1a3a2766c29586ed219703ef00482894baa74a05c3acdce5ad7b6d8e54c710919ec92664c79c#npm:5.1.1"],\ - ["@types/react", "npm:18.3.10"],\ + ["@types/react", "npm:18.3.11"],\ ["@types/react-dom", "npm:18.3.0"],\ ["chokidar-cli", "npm:3.0.0"],\ ["npm-run-all", "npm:4.1.5"],\ @@ -1356,7 +1356,7 @@ const RAW_RUNTIME_STATE = ["@example/esm-config", "workspace:examples/esm-config"],\ ["@csstools/postcss-sass", "virtual:72faf23a703cf0c7693820cc5ae961ac2a27f9647e5c2771017b1a3a2766c29586ed219703ef00482894baa74a05c3acdce5ad7b6d8e54c710919ec92664c79c#npm:5.1.1"],\ ["@example/postcss-config-mts", "workspace:examples/postcss-config-mts"],\ - ["@types/react", "npm:18.3.10"],\ + ["@types/react", "npm:18.3.11"],\ ["@types/react-dom", "npm:18.3.0"],\ ["chokidar-cli", "npm:3.0.0"],\ ["npm-run-all", "npm:4.1.5"],\ @@ -1576,6 +1576,15 @@ const RAW_RUNTIME_STATE = ["csstype", "npm:3.1.3"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:18.3.11", {\ + "packageLocation": "./.yarn/cache/@types-react-npm-18.3.11-2511e601ef-ce80512246.zip/node_modules/@types/react/",\ + "packageDependencies": [\ + ["@types/react", "npm:18.3.11"],\ + ["@types/prop-types", "npm:15.7.13"],\ + ["csstype", "npm:3.1.3"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["@types/react-dom", [\ @@ -5192,7 +5201,7 @@ const RAW_RUNTIME_STATE = "packageLocation": "./.yarn/__virtual__/react-dom-virtual-d4d1b70492/0/cache/react-dom-npm-18.3.1-a805663f38-a752496c19.zip/node_modules/react-dom/",\ "packageDependencies": [\ ["react-dom", "virtual:72faf23a703cf0c7693820cc5ae961ac2a27f9647e5c2771017b1a3a2766c29586ed219703ef00482894baa74a05c3acdce5ad7b6d8e54c710919ec92664c79c#npm:18.3.1"],\ - ["@types/react", "npm:18.3.10"],\ + ["@types/react", "npm:18.3.11"],\ ["loose-envify", "npm:1.4.0"],\ ["react", "npm:18.3.1"],\ ["scheduler", "npm:0.23.2"]\ diff --git a/.yarn/cache/@types-react-npm-18.3.11-2511e601ef-ce80512246.zip b/.yarn/cache/@types-react-npm-18.3.11-2511e601ef-ce80512246.zip new file mode 100644 index 0000000..3376bd7 Binary files /dev/null and b/.yarn/cache/@types-react-npm-18.3.11-2511e601ef-ce80512246.zip differ diff --git a/examples/cjs/package.json b/examples/cjs/package.json index ed8aa62..4a6be15 100644 --- a/examples/cjs/package.json +++ b/examples/cjs/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@csstools/postcss-sass": "^5.1.1", - "@types/react": "^18.2.61", + "@types/react": "^18.3.11", "@types/react-dom": "^18.2.18", "chokidar-cli": "^3.0.0", "npm-run-all": "^4.1.5", diff --git a/examples/esm-config/package.json b/examples/esm-config/package.json index 8afa5d4..a0f6005 100644 --- a/examples/esm-config/package.json +++ b/examples/esm-config/package.json @@ -24,7 +24,7 @@ "devDependencies": { "@csstools/postcss-sass": "^5.1.1", "@example/postcss-config-mts": "workspace:*", - "@types/react": "^18.2.61", + "@types/react": "^18.3.11", "@types/react-dom": "^18.2.18", "chokidar-cli": "^3.0.0", "npm-run-all": "^4.1.5", diff --git a/examples/esm/package.json b/examples/esm/package.json index c9f8edd..4191928 100644 --- a/examples/esm/package.json +++ b/examples/esm/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@csstools/postcss-sass": "^5.1.1", - "@types/react": "^18.2.61", + "@types/react": "^18.3.11", "@types/react-dom": "^18.2.18", "chokidar-cli": "^3.0.0", "npm-run-all": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index 71259b0..ae67c1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -737,7 +737,7 @@ __metadata: resolution: "@example/cjs@workspace:examples/cjs" dependencies: "@csstools/postcss-sass": "npm:^5.1.1" - "@types/react": "npm:^18.2.61" + "@types/react": "npm:^18.3.11" "@types/react-dom": "npm:^18.2.18" chokidar-cli: "npm:^3.0.0" npm-run-all: "npm:^4.1.5" @@ -759,7 +759,7 @@ __metadata: dependencies: "@csstools/postcss-sass": "npm:^5.1.1" "@example/postcss-config-mts": "workspace:*" - "@types/react": "npm:^18.2.61" + "@types/react": "npm:^18.3.11" "@types/react-dom": "npm:^18.2.18" chokidar-cli: "npm:^3.0.0" npm-run-all: "npm:^4.1.5" @@ -780,7 +780,7 @@ __metadata: resolution: "@example/esm@workspace:examples/esm" dependencies: "@csstools/postcss-sass": "npm:^5.1.1" - "@types/react": "npm:^18.2.61" + "@types/react": "npm:^18.3.11" "@types/react-dom": "npm:^18.2.18" chokidar-cli: "npm:^3.0.0" npm-run-all: "npm:^4.1.5" @@ -971,7 +971,7 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:^18.2.61": +"@types/react@npm:*": version: 18.3.10 resolution: "@types/react@npm:18.3.10" dependencies: @@ -981,6 +981,16 @@ __metadata: languageName: node linkType: hard +"@types/react@npm:^18.3.11": + version: 18.3.11 + resolution: "@types/react@npm:18.3.11" + dependencies: + "@types/prop-types": "npm:*" + csstype: "npm:^3.0.2" + checksum: 10c0/ce80512246ca5bda69db85b9f4f1835189334acfb6b2c4f3eda8cabff1ff1a3ea9ce4f3b895bdbc18c94140aa45592331aa3fdeb557f525c1b048de7ce84fc0e + languageName: node + linkType: hard + "abbrev@npm:^2.0.0": version: 2.0.0 resolution: "abbrev@npm:2.0.0"