|
55 | 55 | "prepare": "husky install"
|
56 | 56 | },
|
57 | 57 | "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", |
64 | 64 | "@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", |
73 | 73 | "@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", |
77 | 77 | "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", |
81 | 81 | "eslint-kit": "^6.12.0",
|
82 | 82 | "fs-extra": "^9.1.0",
|
83 | 83 | "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", |
87 | 87 | "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", |
92 | 92 | "rollup-plugin-typescript2": "^0.34.1",
|
93 |
| - "svelte": "^3.55.1", |
| 93 | + "svelte": "^3.59.2", |
94 | 94 | "tsd": "^0.19.1",
|
95 | 95 | "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", |
99 | 99 | "zx": "^7.2.3"
|
100 | 100 | },
|
101 | 101 | "peerDependencies": {
|
102 | 102 | "effector": "^23.1.0",
|
103 | 103 | "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" |
105 | 108 | }
|
106 | 109 | }
|
0 commit comments