We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a304c6e commit de8c844Copy full SHA for de8c844
1 file changed
packages/create-react-admin/src/generateProject.ts
@@ -192,14 +192,14 @@ const BasePackageJson = {
192
'@types/node': '^18.16.1',
193
'@types/react': '^18.0.22',
194
'@types/react-dom': '^18.0.7',
195
- '@vitejs/plugin-react': '^2.2.0',
+ '@vitejs/plugin-react': '^4.0.1',
196
eslint: '^8.43.0',
197
'eslint-config-prettier': '^8.8.0',
198
'eslint-plugin-react': '^7.32.2',
199
'eslint-plugin-react-hooks': '^4.6.0',
200
prettier: '^2.8.8',
201
- typescript: '^4.6.4',
202
- vite: '^3.2.0',
+ typescript: '^5.1.6',
+ vite: '^4.3.9',
203
},
204
};
205
0 commit comments