File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inertiajs/core" ,
3
- "version" : " 1.0.0-beta.1 " ,
3
+ "version" : " 1.0.0-beta.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " A framework for creating server-driven single page apps." ,
6
6
"contributors" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inertiajs/react" ,
3
- "version" : " 1.0.0-beta.1 " ,
3
+ "version" : " 1.0.0-beta.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " The React adapter for Inertia.js" ,
6
6
"contributors" : [
41
41
"react" : " ^16.9.0 || ^17.0.0 || ^18.0.0"
42
42
},
43
43
"dependencies" : {
44
- "@inertiajs/core" : " 1.0.0-beta.1 " ,
44
+ "@inertiajs/core" : " 1.0.0-beta.2 " ,
45
45
"lodash.isequal" : " ^4.5.0"
46
46
}
47
47
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inertiajs/svelte" ,
3
- "version" : " 1.0.0-beta.1 " ,
3
+ "version" : " 1.0.0-beta.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " The Svelte adapter for Inertia.js" ,
6
6
"contributors" : [
24
24
"svelte" : " ^3.20.0"
25
25
},
26
26
"dependencies" : {
27
- "@inertiajs/core" : " 1.0.0-beta.1 " ,
27
+ "@inertiajs/core" : " 1.0.0-beta.2 " ,
28
28
"lodash.isequal" : " ^4.5.0"
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inertiajs/vue2" ,
3
- "version" : " 1.0.0-beta.1 " ,
3
+ "version" : " 1.0.0-beta.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " The Vue adapter for Inertia.js" ,
6
6
"contributors" : [
40
40
"vue" : " ^2.6.0"
41
41
},
42
42
"dependencies" : {
43
- "@inertiajs/core" : " 1.0.0-beta.1 " ,
43
+ "@inertiajs/core" : " 1.0.0-beta.2 " ,
44
44
"lodash.clonedeep" : " ^4.5.0" ,
45
45
"lodash.isequal" : " ^4.5.0"
46
46
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inertiajs/vue3" ,
3
- "version" : " 1.0.0-beta.1 " ,
3
+ "version" : " 1.0.0-beta.2 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " The Vue 3 adapter for Inertia.js" ,
6
6
"contributors" : [
38
38
"vue" : " ^3.0.0"
39
39
},
40
40
"dependencies" : {
41
- "@inertiajs/core" : " 1.0.0-beta.1 " ,
41
+ "@inertiajs/core" : " 1.0.0-beta.2 " ,
42
42
"lodash.clonedeep" : " ^4.5.0" ,
43
43
"lodash.isequal" : " ^4.5.0"
44
44
}
You can’t perform that action at this time.
0 commit comments