File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Setup PHP and Composer (if needed)
132132 if : ${{ hashFiles('composer.json') != '' }}
133- uses : shivammathur/setup-php@2.35.3
133+ uses : shivammathur/setup-php@2.35.4
134134 with :
135135 php-version : ' 8.4'
136136 tools : composer
@@ -248,7 +248,7 @@ jobs:
248248
249249 - name : Setup PHP and Composer (if needed)
250250 if : ${{ hashFiles('composer.json') != '' }}
251- uses : shivammathur/setup-php@2.35.3
251+ uses : shivammathur/setup-php@2.35.4
252252 with :
253253 php-version : ' 8.4'
254254 tools : composer
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222
2323 - name : Install Bun
24- uses : oven-sh/setup-bun@v2
24+ uses : oven-sh/setup-bun@v2.0.2
2525
2626 - name : Use cached node_modules
2727 uses : actions/cache@v4.2.4
4444 - uses : actions/checkout@v4
4545
4646 - name : Install Bun
47- uses : oven-sh/setup-bun@v2
47+ uses : oven-sh/setup-bun@v2.0.2
4848
4949 - name : Use cached node_modules
5050 uses : actions/cache@v4.2.4
6767 - uses : actions/checkout@v4
6868
6969 - name : Install Bun
70- uses : oven-sh/setup-bun@v2
70+ uses : oven-sh/setup-bun@v2.0.2
7171
7272 - name : Use cached node_modules
7373 uses : actions/cache@v4.2.4
9090 - uses : actions/checkout@v4
9191
9292 - name : Install Bun
93- uses : oven-sh/setup-bun@v2
93+ uses : oven-sh/setup-bun@v2.0.2
9494
9595 - name : Use cached node_modules
9696 uses : actions/cache@v4.2.4
Original file line number Diff line number Diff line change 5353 "@stacksjs/eslint-config" : " ^4.14.0-beta.3" ,
5454 "@types/bun" : " ^1.2.20" ,
5555 "@types/clean-css" : " ^4.2.11" ,
56- "buddy-bot" : " ^0.8.6 " ,
56+ "buddy-bot" : " ^0.8.9 " ,
5757 "bumpp" : " ^10.2.3" ,
5858 "bun-plugin-dtsx" : " 0.9.5" ,
5959 "cac" : " ^6.7.14" ,
Original file line number Diff line number Diff line change 3737 "ts-maps" : " workspace:*"
3838 },
3939 "devDependencies" : {
40- "@nuxt/devtools" : " ^2.6.2 " ,
40+ "@nuxt/devtools" : " ^2.6.3 " ,
4141 "@nuxt/eslint-config" : " ^1.9.0" ,
4242 "@nuxt/module-builder" : " ^1.0.2" ,
4343 "@nuxt/schema" : " ^4.0.3" ,
Original file line number Diff line number Diff line change 3131 "ts-maps" : " workspace:*"
3232 },
3333 "devDependencies" : {
34- "@types/react" : " ^19.1.10 " ,
35- "@types/react-dom" : " ^19.1.7 " ,
34+ "@types/react" : " ^19.1.11 " ,
35+ "@types/react-dom" : " ^19.1.8 " ,
3636 "@vitejs/plugin-react" : " ^5.0.1" ,
3737 "react" : " ^19.1.1" ,
3838 "react-dom" : " ^19.1.1" ,
Original file line number Diff line number Diff line change 3939 "test" : " bun test"
4040 },
4141 "dependencies" : {
42- "bun-types" : " ^1.2.20 "
42+ "bun-types" : " ^1.2.21 "
4343 },
4444 "devDependencies" : {
4545 "@happy-dom/global-registrator" : " ^18.0.1" ,
4646 "@microsoft/api-extractor" : " ^7.52.11" ,
4747 "@stacksjs/docs" : " ^0.70.23" ,
4848 "@stacksjs/eslint-config" : " ^4.14.0-beta.3" ,
4949 "@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 " ,
5252 "@types/google.maps" : " ^3.58.1" ,
5353 "@types/vue" : " ^2.0.0" ,
5454 "@vue/tsconfig" : " ^0.8.1" ,
Original file line number Diff line number Diff line change 1111 "dependencies" : {
1212 "@types/google.maps" : " ^3.58.1" ,
1313 "ts-maps-vue" : " ../../packages/vue" ,
14- "vue" : " ^3.5.18 " ,
14+ "vue" : " ^3.5.20 " ,
1515 "vue-router" : " 4"
1616 },
1717 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments