File tree 11 files changed +28
-28
lines changed
11 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inertiajs/core" ,
3
- "version" : " 1.3.0-beta.2 " ,
3
+ "version" : " 1.3.0" ,
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.3.0-beta.2 " ,
3
+ "version" : " 1.3.0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " The React adapter for Inertia.js" ,
6
6
"contributors" : [
59
59
"react" : " ^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
60
60
},
61
61
"dependencies" : {
62
- "@inertiajs/core" : " 1.3.0-beta.2 " ,
62
+ "@inertiajs/core" : " 1.3.0" ,
63
63
"lodash.isequal" : " ^4.5.0"
64
64
}
65
65
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inertiajs/svelte" ,
3
- "version" : " 1.3.0-beta.2 " ,
3
+ "version" : " 1.3.0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " The Svelte adapter for Inertia.js" ,
6
6
"contributors" : [
43
43
"svelte" : " ^3.20.0 || ^4.0.0 || ^5.0.0 || ^5.0.0-next.244"
44
44
},
45
45
"dependencies" : {
46
- "@inertiajs/core" : " 1.3.0-beta.2 " ,
46
+ "@inertiajs/core" : " 1.3.0" ,
47
47
"html-escape" : " ^2.0.0" ,
48
48
"lodash" : " ^4.5.0"
49
49
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inertiajs/vue2" ,
3
- "version" : " 1.3.0-beta.2 " ,
3
+ "version" : " 1.3.0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " The Vue 2 adapter for Inertia.js" ,
6
6
"contributors" : [
58
58
"vue" : " ^2.7.0"
59
59
},
60
60
"dependencies" : {
61
- "@inertiajs/core" : " 1.3.0-beta.2 " ,
61
+ "@inertiajs/core" : " 1.3.0" ,
62
62
"lodash.clonedeep" : " ^4.5.0" ,
63
63
"lodash.isequal" : " ^4.5.0"
64
64
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @inertiajs/vue3" ,
3
- "version" : " 1.3.0-beta.2 " ,
3
+ "version" : " 1.3.0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " The Vue 3 adapter for Inertia.js" ,
6
6
"contributors" : [
56
56
"vue" : " ^3.0.0"
57
57
},
58
58
"dependencies" : {
59
- "@inertiajs/core" : " 1.3.0-beta.2 " ,
59
+ "@inertiajs/core" : " 1.3.0" ,
60
60
"lodash.clonedeep" : " ^4.5.0" ,
61
61
"lodash.isequal" : " ^4.5.0"
62
62
}
Original file line number Diff line number Diff line change 6
6
"build" : " tsc --noEmit && vite build && vite build --ssr"
7
7
},
8
8
"devDependencies" : {
9
- "@inertiajs/react" : " 1.3.0-beta.2 " ,
9
+ "@inertiajs/react" : " 1.3.0" ,
10
10
"@types/react" : " ^19.0.0" ,
11
11
"@types/react-dom" : " ^19.0.0" ,
12
12
"@vitejs/plugin-react" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 7
7
"build" : " vite build && vite build --ssr"
8
8
},
9
9
"devDependencies" : {
10
- "@inertiajs/svelte" : " 1.3.0-beta.2 " ,
10
+ "@inertiajs/svelte" : " 1.3.0" ,
11
11
"@sveltejs/vite-plugin-svelte" : " ^3.1.2" ,
12
12
"autoprefixer" : " ^10.4.13" ,
13
13
"axios" : " ^1.6.0" ,
Original file line number Diff line number Diff line change 7
7
"build" : " vite build && vite build --ssr"
8
8
},
9
9
"devDependencies" : {
10
- "@inertiajs/svelte" : " 1.3.0-beta.2 " ,
10
+ "@inertiajs/svelte" : " 1.3.0" ,
11
11
"@sveltejs/vite-plugin-svelte" : " ^4.0.0-next.6" ,
12
12
"autoprefixer" : " ^10.4.13" ,
13
13
"axios" : " ^1.6.0" ,
Original file line number Diff line number Diff line change 6
6
"build" : " vite build && vite build --ssr"
7
7
},
8
8
"devDependencies" : {
9
- "@inertiajs/vue2" : " 1.3.0-beta.2 " ,
9
+ "@inertiajs/vue2" : " 1.3.0" ,
10
10
"@vitejs/plugin-vue2" : " ^2.2.0" ,
11
11
"@volar/vue-typescript" : " ^1.0.22" ,
12
12
"autoprefixer" : " ^10.4.13" ,
Original file line number Diff line number Diff line change 6
6
"build" : " vue-tsc && vite build && vite build --ssr"
7
7
},
8
8
"devDependencies" : {
9
- "@inertiajs/vue3" : " 1.3.0-beta.2 " ,
9
+ "@inertiajs/vue3" : " 1.3.0" ,
10
10
"@vitejs/plugin-vue" : " ^4.0.0" ,
11
11
"@volar/vue-typescript" : " ^1.0.22" ,
12
12
"@vue/server-renderer" : " ^3.3.4" ,
You can’t perform that action at this time.
0 commit comments