File tree Expand file tree Collapse file tree 11 files changed +1420
-507
lines changed Expand file tree Collapse file tree 11 files changed +1420
-507
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.78 " ,
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.18 " ,
59
+ "@types/bun" : " ^1.2.21 " ,
60
60
"@types/clean-css" : " ^4.2.11" ,
61
61
"buddy-bot" : " ^0.9.4" ,
62
62
"bun-git-hooks" : " ^0.2.19" ,
Original file line number Diff line number Diff line change 33
33
"prepublishOnly" : " npm run build"
34
34
},
35
35
"dependencies" : {
36
- "@nuxt/kit" : " ^4.0.3 " ,
36
+ "@nuxt/kit" : " ^4.1.0 " ,
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
- "@nuxt/schema" : " ^4.0.3 " ,
44
- "nuxt" : " ^4.0.3 " ,
43
+ "@nuxt/schema" : " ^4.1.0 " ,
44
+ "nuxt" : " ^4.1.0 " ,
45
45
"typescript" : " ~5.9.2"
46
46
}
47
47
}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 8
8
"generate" : " nuxi generate"
9
9
},
10
10
"dependencies" : {
11
- "nuxt" : " ^4.0.3 " ,
11
+ "nuxt" : " ^4.1.0 " ,
12
12
"ts-maps-nuxt" : " workspace:*"
13
13
},
14
14
"workspaces" : [
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 99
99
"devDependencies" : {
100
100
"bun-plugin-dtsx" : " ^0.21.12" ,
101
101
"bunfig" : " ^0.15.0" ,
102
- "lint-staged" : " ^16.1.5 " ,
102
+ "lint-staged" : " ^16.1.6 " ,
103
103
"simple-git-hooks" : " ^2.13.1" ,
104
104
"typescript" : " ^5.9.0"
105
105
},
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.21 " ,
62
62
"vue-tsc" : " ^2.2.12"
63
63
}
64
64
}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments