Skip to content

Commit da2d9ed

Browse files
authored
Merge branch 'main' into main
2 parents 3a69fc1 + b03fb88 commit da2d9ed

4 files changed

Lines changed: 442 additions & 286 deletions

File tree

.github/workflows/welcome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: 🎉 Welcome new contributor
1717
steps:
1818
- name: 🎉 Welcome new contributor
19-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
19+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2020
with:
2121
script: |
2222
const pr = context.payload.pull_request;

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"@iconify-json/vscode-icons": "1.2.40",
6161
"@intlify/shared": "11.2.8",
6262
"@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@f07e1a3",
63+
"@napi-rs/canvas": "0.1.92",
6364
"@nuxt/a11y": "1.0.0-alpha.1",
6465
"@nuxt/fonts": "0.13.0",
6566
"@nuxt/scripts": "0.13.2",
@@ -107,7 +108,7 @@
107108
"virtua": "0.48.5",
108109
"vite-plugin-pwa": "1.2.0",
109110
"vite-plus": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
110-
"vue": "3.5.27",
111+
"vue": "3.5.28",
111112
"vue-data-ui": "3.15.0"
112113
},
113114
"devDependencies": {

0 commit comments

Comments
 (0)