File tree Expand file tree Collapse file tree 18 files changed +1189
-760
lines changed Expand file tree Collapse file tree 18 files changed +1189
-760
lines changed Original file line number Diff line number Diff line change 16
16
"@walletconnect/sign-client" : " ^2.17.3" ,
17
17
"algosdk" : " 2.9.0" ,
18
18
"lute-connect" : " ^1.4.1" ,
19
- "next" : " 14.2.18 " ,
19
+ "next" : " 14.2.22 " ,
20
20
"react" : " 18.3.1" ,
21
21
"react-dom" : " 18.3.1"
22
22
},
23
23
"devDependencies" : {
24
24
"@types/node" : " 20.11.30" ,
25
- "@types/react" : " 18.3.12 " ,
26
- "@types/react-dom" : " 18.3.1 " ,
25
+ "@types/react" : " 18.3.18 " ,
26
+ "@types/react-dom" : " 18.3.5 " ,
27
27
"eslint" : " 8.57.1" ,
28
- "eslint-config-next" : " 14.2.18 " ,
28
+ "eslint-config-next" : " 14.2.22 " ,
29
29
"typescript" : " 5.6.3"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 21
21
"@walletconnect/sign-client" : " ^2.17.3" ,
22
22
"algosdk" : " 2.9.0" ,
23
23
"lute-connect" : " ^1.4.1" ,
24
- "nuxt" : " 3.14.1592 " ,
24
+ "nuxt" : " 3.15.1 " ,
25
25
"vue" : " 3.5.13" ,
26
26
"vue-router" : " 4.5.0"
27
27
},
28
28
"devDependencies" : {
29
29
"typescript" : " 5.6.3" ,
30
- "vue-tsc" : " 2.1.10 "
30
+ "vue-tsc" : " 2.2.0 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 22
22
"react-dom" : " 18.3.1"
23
23
},
24
24
"devDependencies" : {
25
- "@types/react" : " 18.3.12 " ,
26
- "@types/react-dom" : " 18.3.1 " ,
27
- "@typescript-eslint/eslint-plugin" : " 8.16.0 " ,
28
- "@typescript-eslint/parser" : " 8.16.0 " ,
25
+ "@types/react" : " 18.3.18 " ,
26
+ "@types/react-dom" : " 18.3.5 " ,
27
+ "@typescript-eslint/eslint-plugin" : " 8.19.1 " ,
28
+ "@typescript-eslint/parser" : " 8.19.1 " ,
29
29
"@vitejs/plugin-react" : " 4.3.4" ,
30
30
"eslint" : " 8.57.1" ,
31
- "eslint-plugin-react-hooks" : " 5.0 .0" ,
32
- "eslint-plugin-react-refresh" : " 0.4.14 " ,
31
+ "eslint-plugin-react-hooks" : " 5.1 .0" ,
32
+ "eslint-plugin-react-refresh" : " 0.4.16 " ,
33
33
"typescript" : " 5.6.3" ,
34
34
"vite" : " 6.0.2"
35
35
}
Original file line number Diff line number Diff line change 24
24
"@vitejs/plugin-vue" : " 5.2.1" ,
25
25
"typescript" : " 5.6.3" ,
26
26
"vite" : " 6.0.2" ,
27
- "vue-tsc" : " 2.1.10 "
27
+ "vue-tsc" : " 2.2.0 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 27
27
"devDependencies" : {
28
28
"@playwright/test" : " 1.49.1" ,
29
29
"@testing-library/jest-dom" : " 6.6.3" ,
30
- "@testing-library/react" : " 16.0.1 " ,
30
+ "@testing-library/react" : " 16.1.0 " ,
31
31
"@types/node" : " 20.11.30" ,
32
- "@typescript-eslint/eslint-plugin" : " 8.16.0 " ,
33
- "@typescript-eslint/parser" : " 8.16.0 " ,
32
+ "@typescript-eslint/eslint-plugin" : " 8.19.1 " ,
33
+ "@typescript-eslint/parser" : " 8.19.1 " ,
34
34
"@vitejs/plugin-react" : " 4.3.4" ,
35
35
"@vitejs/plugin-vue" : " 5.2.1" ,
36
36
"@vitejs/plugin-vue-jsx" : " 4.1.1" ,
37
37
"@vue/test-utils" : " 2.4.6" ,
38
38
"eslint" : " 8.57.1" ,
39
39
"eslint-config-prettier" : " 9.1.0" ,
40
40
"eslint-plugin-prettier" : " 5.2.1" ,
41
- "prettier" : " 3.4.1 " ,
42
- "vite" : " 6.0.2 " ,
41
+ "prettier" : " 3.4.2 " ,
42
+ "vite" : " 6.0.7 " ,
43
43
"vite-plugin-solid" : " 2.11.0" ,
44
- "vitest" : " 2.1.6 " ,
44
+ "vitest" : " 2.1.8 " ,
45
45
"vue-demi" : " 0.14.10"
46
46
}
47
47
}
Original file line number Diff line number Diff line change 38
38
" dist"
39
39
],
40
40
"dependencies" : {
41
- "@tanstack/react-store" : " 0.6.1 " ,
41
+ "@tanstack/react-store" : " 0.7.0 " ,
42
42
"@txnlab/use-wallet" : " workspace:*"
43
43
},
44
44
"devDependencies" : {
45
- "@types/react" : " 18.3.12 " ,
45
+ "@types/react" : " 18.3.18 " ,
46
46
"algosdk" : " 2.9.0" ,
47
47
"jsdom" : " 25.0.1" ,
48
48
"react" : " 18.3.1" ,
Original file line number Diff line number Diff line change 1
1
import react from '@vitejs/plugin-react'
2
- import { defineConfig } from 'vitest/config '
2
+ import { defineConfig } from 'vite '
3
3
4
4
export default defineConfig ( {
5
- plugins : [ react ( ) ] ,
6
- test : {
7
- name : 'use-wallet-react' ,
8
- dir : './src' ,
9
- watch : false ,
10
- environment : 'jsdom' ,
11
- setupFiles : [ './vitest.setup.ts' ] ,
12
- globals : true
13
- }
5
+ plugins : [ react ( ) ]
14
6
} )
Original file line number Diff line number Diff line change
1
+ import { defineConfig , mergeConfig } from 'vitest/config'
2
+ import viteConfig from './vite.config'
3
+
4
+ export default mergeConfig (
5
+ viteConfig ,
6
+ defineConfig ( {
7
+ test : {
8
+ name : 'use-wallet-react' ,
9
+ dir : './src' ,
10
+ watch : false ,
11
+ environment : 'jsdom' ,
12
+ setupFiles : [ './vitest.setup.ts' ] ,
13
+ globals : true
14
+ }
15
+ } )
16
+ )
Original file line number Diff line number Diff line change 61
61
" dist"
62
62
],
63
63
"dependencies" : {
64
- "@tanstack/solid-store" : " 0.6 .0" ,
64
+ "@tanstack/solid-store" : " 0.7 .0" ,
65
65
"@txnlab/use-wallet" : " workspace:*"
66
66
},
67
67
"devDependencies" : {
Original file line number Diff line number Diff line change 1
- import { defineConfig } from 'vitest/config '
1
+ import { defineConfig } from 'vite '
2
2
import solid from 'vite-plugin-solid'
3
3
4
4
export default defineConfig ( {
5
5
plugins : [ solid ( { ssr : false } ) ] ,
6
- test : {
7
- name : 'use-wallet-solid' ,
8
- dir : './src' ,
9
- watch : false ,
10
- environment : 'jsdom' ,
11
- setupFiles : [ './vitest.setup.ts' ] ,
12
- globals : true
13
- } ,
14
6
resolve : {
15
7
conditions : [ 'development' , 'browser' ]
16
8
}
Original file line number Diff line number Diff line change
1
+ import { defineConfig , mergeConfig } from 'vitest/config'
2
+ import viteConfig from './vite.config'
3
+
4
+ export default mergeConfig (
5
+ viteConfig ,
6
+ defineConfig ( {
7
+ test : {
8
+ name : 'use-wallet-solid' ,
9
+ dir : './src' ,
10
+ watch : false ,
11
+ environment : 'jsdom' ,
12
+ setupFiles : [ './vitest.setup.ts' ] ,
13
+ globals : true
14
+ }
15
+ } )
16
+ )
Original file line number Diff line number Diff line change 38
38
" dist"
39
39
],
40
40
"dependencies" : {
41
- "@tanstack/vue-store" : " 0.6 .0" ,
41
+ "@tanstack/vue-store" : " 0.7 .0" ,
42
42
"@txnlab/use-wallet" : " workspace:*"
43
43
},
44
44
"devDependencies" : {
Original file line number Diff line number Diff line change 1
- import { defineConfig } from 'vitest/config '
1
+ import { defineConfig } from 'vite '
2
2
import vue from '@vitejs/plugin-vue'
3
3
import vueJsx from '@vitejs/plugin-vue-jsx'
4
4
5
5
export default defineConfig ( {
6
- plugins : [ vue ( ) , vueJsx ( ) ] ,
7
- test : {
8
- name : 'use-wallet-vue' ,
9
- dir : './src' ,
10
- watch : false ,
11
- environment : 'jsdom' ,
12
- setupFiles : [ './vitest.setup.ts' ] ,
13
- globals : true
14
- }
6
+ plugins : [ vue ( ) , vueJsx ( ) ]
15
7
} )
Original file line number Diff line number Diff line change
1
+ import { defineConfig , mergeConfig } from 'vitest/config'
2
+ import viteConfig from './vite.config'
3
+
4
+ export default mergeConfig (
5
+ viteConfig ,
6
+ defineConfig ( {
7
+ test : {
8
+ name : 'use-wallet-vue' ,
9
+ dir : './src' ,
10
+ watch : false ,
11
+ environment : 'jsdom' ,
12
+ setupFiles : [ './vitest.setup.ts' ] ,
13
+ globals : true
14
+ }
15
+ } )
16
+ )
Original file line number Diff line number Diff line change 37
37
" dist"
38
38
],
39
39
"dependencies" : {
40
- "@tanstack/store" : " 0.6 .0"
40
+ "@tanstack/store" : " 0.7 .0"
41
41
},
42
42
"devDependencies" : {
43
43
"@agoralabs-sh/avm-web-provider" : " 1.7.0" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ import { defineConfig } from 'vitest/config'
2
2
3
3
export default defineConfig ( {
4
4
test : {
5
+ name : 'use-wallet' ,
6
+ dir : './src' ,
7
+ watch : false ,
5
8
globals : true ,
6
9
setupFiles : './setupTests.ts'
7
10
}
You can’t perform that action at this time.
0 commit comments