Skip to content

Commit 9497155

Browse files
Bump react (#96)
* Bump react * fix runtime tests * Fix fromTag types * Fix types-reflect VFC usage * Fix types-variant tests
1 parent 882c9e5 commit 9497155

File tree

6 files changed

+275
-201
lines changed

6 files changed

+275
-201
lines changed

package.json

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -55,52 +55,55 @@
5555
"prepare": "husky install"
5656
},
5757
"devDependencies": {
58-
"@arethetypeswrong/cli": "^0.13.3",
59-
"@babel/core": "^7.21.0",
60-
"@babel/plugin-transform-runtime": "^7.21.0",
61-
"@babel/preset-env": "^7.20.2",
62-
"@babel/preset-react": "^7.18.6",
63-
"@babel/preset-typescript": "^7.21.0",
58+
"@arethetypeswrong/cli": "^0.13.10",
59+
"@babel/core": "^7.26.10",
60+
"@babel/plugin-transform-runtime": "^7.26.10",
61+
"@babel/preset-env": "^7.26.9",
62+
"@babel/preset-react": "^7.26.3",
63+
"@babel/preset-typescript": "^7.26.0",
6464
"@mantine/core": "^7.17.2",
65-
"@rollup/plugin-babel": "^6.0.3",
66-
"@rollup/plugin-commonjs": "^24.0.1",
67-
"@rollup/plugin-node-resolve": "^15.0.1",
68-
"@rollup/plugin-terser": "^0.4.0",
69-
"@testing-library/dom": "^7.31.2",
70-
"@testing-library/react": "^11.2.7",
71-
"@testing-library/user-event": "^12.8.3",
72-
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
65+
"@rollup/plugin-babel": "^6.0.4",
66+
"@rollup/plugin-commonjs": "^24.1.0",
67+
"@rollup/plugin-node-resolve": "^15.3.1",
68+
"@rollup/plugin-terser": "^0.4.4",
69+
"@testing-library/dom": "^10.4.0",
70+
"@testing-library/react": "^16.2.0",
71+
"@testing-library/user-event": "^14.6.1",
72+
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
7373
"@types/jest": "^26.0.24",
74-
"@types/react": "^18.2.45",
75-
"@types/react-dom": "^18.2.18",
76-
"babel-jest": "^29.4.3",
74+
"@types/react": "^19.0.12",
75+
"@types/react-dom": "^19.0.4",
76+
"babel-jest": "^29.7.0",
7777
"babel-plugin-module-resolver": "^4.1.0",
78-
"effector": "^23.1.0",
79-
"effector-react": "^23.1.0",
80-
"eslint": "^8.56.0",
78+
"effector": "^23.3.0",
79+
"effector-react": "^23.3.0",
80+
"eslint": "^8.57.1",
8181
"eslint-kit": "^6.12.0",
8282
"fs-extra": "^9.1.0",
8383
"husky": "^8.0.3",
84-
"jsdom": "^23.0.1",
85-
"lint-staged": "^13.1.2",
86-
"prettier": "^2.8.4",
84+
"jsdom": "^23.2.0",
85+
"lint-staged": "^13.3.0",
86+
"prettier": "^2.8.8",
8787
"pretty-ms": "^8.0.0",
88-
"publint": "^0.2.6",
89-
"react": "^18.2.0",
90-
"react-dom": "^18.2.0",
91-
"rollup": "^3.18.0",
88+
"publint": "^0.2.12",
89+
"react": "^19.0.0",
90+
"react-dom": "^19.0.0",
91+
"rollup": "^3.29.5",
9292
"rollup-plugin-typescript2": "^0.34.1",
93-
"svelte": "^3.55.1",
93+
"svelte": "^3.59.2",
9494
"tsd": "^0.19.1",
9595
"typescript": "^5.8.2",
96-
"uglify-js": "^3.17.4",
97-
"vite-tsconfig-paths": "^4.2.2",
98-
"vitest": "^1.0.4",
96+
"uglify-js": "^3.19.3",
97+
"vite-tsconfig-paths": "^4.3.2",
98+
"vitest": "^1.6.1",
9999
"zx": "^7.2.3"
100100
},
101101
"peerDependencies": {
102102
"effector": "^23.1.0",
103103
"effector-react": "^23.1.0",
104-
"react": ">=16.8.0 <19.0.0"
104+
"react": ">=16.8.0 <20.0.0"
105+
},
106+
"dependencies": {
107+
"@vitejs/plugin-react": "^4.3.4"
105108
}
106109
}

0 commit comments

Comments
 (0)