File tree Expand file tree Collapse file tree 8 files changed +509
-85
lines changed Expand file tree Collapse file tree 8 files changed +509
-85
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
131
131
- name : Setup PHP and Composer (if needed)
132
132
if : ${{ hashFiles('composer.json') != '' }}
133
- uses :
shivammathur/[email protected] .3
133
+ uses :
shivammathur/[email protected] .4
134
134
with :
135
135
php-version : ' 8.4'
136
136
tools : composer
@@ -248,7 +248,7 @@ jobs:
248
248
249
249
- name : Setup PHP and Composer (if needed)
250
250
if : ${{ hashFiles('composer.json') != '' }}
251
- uses :
shivammathur/[email protected] .3
251
+ uses :
shivammathur/[email protected] .4
252
252
with :
253
253
php-version : ' 8.4'
254
254
tools : composer
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 51
51
"preview:docs" : " bun --bun vitepress preview docs"
52
52
},
53
53
"devDependencies" : {
54
- "@stacksjs/bumpx" : " ^0.1.17 " ,
54
+ "@stacksjs/bumpx" : " ^0.1.59 " ,
55
55
"@stacksjs/docs" : " ^0.70.23" ,
56
56
"@stacksjs/eslint-config" : " ^4.14.0-beta.3" ,
57
57
"@stacksjs/gitlint" : " ^0.1.5" ,
58
- "@stacksjs/logsmith" : " ^0.1.8 " ,
59
- "@types/bun" : " ^1.2.20 " ,
58
+ "@stacksjs/logsmith" : " ^0.1.15 " ,
59
+ "@types/bun" : " ^1.2.21 " ,
60
60
"@types/clean-css" : " ^4.2.11" ,
61
- "buddy-bot" : " ^0.8.9 " ,
61
+ "buddy-bot" : " ^0.8.10 " ,
62
62
"bun-git-hooks" : " ^0.2.19" ,
63
63
"bun-plugin-dtsx" : " 0.9.5" ,
64
64
"cac" : " ^6.7.14" ,
Original file line number Diff line number Diff line change 37
37
"ts-maps" : " workspace:*"
38
38
},
39
39
"devDependencies" : {
40
- "@nuxt/devtools" : " ^2.6.2 " ,
40
+ "@nuxt/devtools" : " ^2.6.3 " ,
41
41
"@nuxt/eslint-config" : " ^1.9.0" ,
42
42
"@nuxt/module-builder" : " ^1.0.2" ,
43
43
"@nuxt/schema" : " ^4.0.3" ,
Original file line number Diff line number Diff line change 31
31
"ts-maps" : " workspace:*"
32
32
},
33
33
"devDependencies" : {
34
- "@types/react" : " ^19.1.10 " ,
35
- "@types/react-dom" : " ^19.1.7 " ,
36
- "@vitejs/plugin-react" : " ^5.0.1 " ,
34
+ "@types/react" : " ^19.1.12 " ,
35
+ "@types/react-dom" : " ^19.1.9 " ,
36
+ "@vitejs/plugin-react" : " ^5.0.2 " ,
37
37
"react" : " ^19.1.1" ,
38
38
"react-dom" : " ^19.1.1" ,
39
39
"typescript" : " ^5.9.0" ,
Original file line number Diff line number Diff line change 39
39
"test" : " bun test"
40
40
},
41
41
"dependencies" : {
42
- "bun-types" : " ^1.2.20 "
42
+ "bun-types" : " ^1.2.21 "
43
43
},
44
44
"devDependencies" : {
45
45
"@happy-dom/global-registrator" : " ^18.0.1" ,
46
46
"@microsoft/api-extractor" : " ^7.52.11" ,
47
47
"@stacksjs/docs" : " ^0.70.23" ,
48
48
"@stacksjs/eslint-config" : " ^4.14.0-beta.3" ,
49
49
"@testing-library/dom" : " ^10.4.1" ,
50
- "@testing-library/jest-dom" : " ^6.7 .0" ,
51
- "@types/bun" : " ^1.2.20 " ,
50
+ "@testing-library/jest-dom" : " ^6.8 .0" ,
51
+ "@types/bun" : " ^1.2.21 " ,
52
52
"@types/google.maps" : " ^3.58.1" ,
53
53
"@types/vue" : " ^2.0.0" ,
54
54
"@vue/tsconfig" : " ^0.8.1" ,
58
58
"changelogen" : " ^0.6.2" ,
59
59
"happy-dom" : " ^18.0.1" ,
60
60
"typescript" : " ^5.9.0" ,
61
- "vue" : " ^3.5.18 " ,
61
+ "vue" : " ^3.5.20 " ,
62
62
"vue-tsc" : " ^2.2.12"
63
63
}
64
64
}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"@types/google.maps" : " ^3.58.1" ,
13
13
"ts-maps-vue" : " ../../packages/vue" ,
14
- "vue" : " ^3.5.18 " ,
15
- "vue-router" : " 4"
14
+ "vue" : " ^3.5.20 " ,
15
+ "vue-router" : " 4.5.1 "
16
16
},
17
17
"devDependencies" : {
18
18
"@vitejs/plugin-vue" : " ^6.0.1" ,
You can’t perform that action at this time.
0 commit comments