Commit b10978f 1 parent 6e996e0 commit b10978f Copy full SHA for b10978f
File tree 3 files changed +3
-4
lines changed
dev-packages/e2e-tests/test-applications/vue-3
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
},
17
17
"dependencies" : {
18
18
"@sentry/vue" : " latest || *" ,
19
- "pinia" : " ^2.2.3 " ,
19
+ "pinia" : " ^3.0.0 " ,
20
20
"vue" : " ^3.4.15" ,
21
21
"vue-router" : " ^4.2.5"
22
22
},
Original file line number Diff line number Diff line change 1
1
import { acceptHMRUpdate , defineStore } from 'pinia' ;
2
2
3
- export const useCartStore = defineStore ( {
4
- id : 'cart' ,
3
+ export const useCartStore = defineStore ( 'cart' , {
5
4
state : ( ) => ( {
6
5
rawItems : [ ] as string [ ] ,
7
6
} ) ,
Original file line number Diff line number Diff line change 44
44
"@sentry/core" : " 8.54.0"
45
45
},
46
46
"peerDependencies" : {
47
- "pinia" : " 2.x" ,
47
+ "pinia" : " 2.x || 3.x " ,
48
48
"vue" : " 2.x || 3.x"
49
49
},
50
50
"peerDependenciesMeta" : {
You can’t perform that action at this time.
0 commit comments