Skip to content

Bump @types/react from 18.3.10 to 18.3.11 #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions .pnp.cjs
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion examples/cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/esm-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 14 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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:
Expand All @@ -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"
Expand Down
Loading