Skip to content

Commit 4ffd82b

Browse files
authored
Merge branch 'next' into docs/features-autostart
2 parents a09ebd5 + b28b02d commit 4ffd82b

File tree

19 files changed

+2016
-155
lines changed

19 files changed

+2016
-155
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Order is important; the last matching pattern takes the most precedence.
2+
* @tauri-apps/wg-doc
3+
4+
# Disabled until wg-devops has active members
5+
# .github @tauri-apps/wg-devops

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
},
2222
"dependencies": {
2323
"@astrojs/markdown-remark": "^4.2.1",
24-
"@astrojs/starlight": "^0.19.0",
24+
"@astrojs/starlight": "^0.20.1",
2525
"@types/json-schema": "^7.0.15",
26-
"astro": "^4.4.0",
26+
"astro": "^4.4.4",
2727
"astro-feelback": "^0.3.4",
2828
"prettier": "^3.2.5",
2929
"prettier-plugin-astro": "^0.13.0",
3030
"rehype-autolink-headings": "^7.1.0",
3131
"sharp": "^0.33.2",
32-
"shiki": "^1.1.1",
32+
"shiki": "^1.1.7",
3333
"starlight-blog": "^0.5.0",
3434
"starlight-links-validator": "^0.5.3"
3535
},

packages/config-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"@types/json-schema": "^7.0.15",
16-
"@types/node": "^20.11.19",
16+
"@types/node": "^20.11.20",
1717
"github-slugger": "^2.0.0",
1818
"tsm": "^2.3.0",
1919
"typescript": "^5.3.3"

packages/js-api-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"github-slugger": "^2.0.0",
1515
"tsm": "^2.3.0",
16-
"typedoc": "^0.25.8",
16+
"typedoc": "^0.25.9",
1717
"typedoc-plugin-markdown": "4.0.0-next.17",
18-
"typedoc-plugin-mdn-links": "^3.1.16"
18+
"typedoc-plugin-mdn-links": "^3.1.17"
1919
}
2020
}

0 commit comments

Comments
 (0)