Skip to content

Commit 190a49f

Browse files
committed
Add devup-ui
1 parent 31cdecb commit 190a49f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/configs/__tests__/__snapshots__/recommended.test.ts.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15887,7 +15887,8 @@ See https://tkdodo.eu/blog/react-query-fa-qs#2-the-queryclient-is-not-stable",
1588715887
},
1588815888
"settings": {
1588915889
"react": {
15890-
"version": "latest",
15890+
"defaultVersion": "19",
15891+
"version": "detect",
1589115892
},
1589215893
},
1589315894
},

src/configs/recommended.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ export default [
4444
{
4545
settings: {
4646
react: {
47-
version: 'latest',
47+
version: 'detect',
48+
defaultVersion: '19',
4849
},
4950
},
5051
plugins: {

0 commit comments

Comments
 (0)