Skip to content

Commit af9139f

Browse files
authored
chore(deps): update @types/react-dom to fix formState (#782)
1 parent c719e5d commit af9139f

File tree

34 files changed

+99
-103
lines changed

34 files changed

+99
-103
lines changed

packages/plugin-react-swc/playground/base-path/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@types/react": "^19.1.11",
16-
"@types/react-dom": "^19.1.7",
16+
"@types/react-dom": "^19.1.8",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react-swc/playground/class-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@types/react": "^19.1.11",
16-
"@types/react-dom": "^19.1.7",
16+
"@types/react-dom": "^19.1.8",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react-swc/playground/decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@types/react": "^19.1.11",
16-
"@types/react-dom": "^19.1.7",
16+
"@types/react-dom": "^19.1.8",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react-swc/playground/emotion-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
17+
"@swc/plugin-emotion": "^11.0.2",
1718
"@types/react": "^19.1.11",
18-
"@types/react-dom": "^19.1.7",
19-
"@vitejs/plugin-react-swc": "../../dist",
20-
"@swc/plugin-emotion": "^11.0.2"
19+
"@types/react-dom": "^19.1.8",
20+
"@vitejs/plugin-react-swc": "../../dist"
2121
}
2222
}

packages/plugin-react-swc/playground/emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@types/react": "^19.1.11",
18-
"@types/react-dom": "^19.1.7",
18+
"@types/react-dom": "^19.1.8",
1919
"@vitejs/plugin-react-swc": "../../dist"
2020
}
2121
}

packages/plugin-react-swc/playground/hmr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@types/react": "^19.1.11",
16-
"@types/react-dom": "^19.1.7",
16+
"@types/react-dom": "^19.1.8",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react-swc/playground/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^3.1.0",
1616
"@types/react": "^19.1.11",
17-
"@types/react-dom": "^19.1.7",
17+
"@types/react-dom": "^19.1.8",
1818
"@vitejs/plugin-react-swc": "../../dist"
1919
}
2020
}

packages/plugin-react-swc/playground/react-18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@types/react": "^18.3.18",
16-
"@types/react-dom": "^18.3.5",
16+
"@types/react-dom": "^18.3.7",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react-swc/playground/shadow-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@types/react": "^19.1.11",
16-
"@types/react-dom": "^19.1.7",
16+
"@types/react-dom": "^19.1.8",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react-swc/playground/styled-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@swc/plugin-styled-components": "^9.0.3",
1818
"@types/react": "^19.1.11",
19-
"@types/react-dom": "^19.1.7",
19+
"@types/react-dom": "^19.1.8",
2020
"@types/styled-components": "^5.1.34",
2121
"@vitejs/plugin-react-swc": "../../dist"
2222
}

0 commit comments

Comments
 (0)