Skip to content

Commit

Permalink
Merge branch 'next' into feat/releases
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Nov 27, 2023
2 parents 3d51cea + 807c34c commit 40f6e92
Show file tree
Hide file tree
Showing 9 changed files with 239 additions and 200 deletions.
31 changes: 31 additions & 0 deletions .github/sponsors/crabnebula.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ This repo is used to build the docs for the **prerelease** version of Tauri 2.0
- Check out the [Tauri 2.0 Documentation Roadmap](https://github.com/tauri-apps/tauri-docs/issues/1344) and see if there's anything you'd like to get involved in
- Read the [contributing guidelines](.github/CONTRIBUTING.md) to learn how to get up and running

## Partners

<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://crabnebula.dev" target="_blank">
<img src=".github/sponsors/crabnebula.svg" alt="CrabNebula" width="283">
</a>
</td>
</tr>
</tbody>
</table>

For the complete list of sponsors please visit our [website](https://tauri.app#sponsors) and [Open Collective](https://opencollective.com/tauri).

## License

MIT License
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/markdown-remark": "^3.4.0",
"@astrojs/markdown-remark": "^3.5.0",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/starlight": "^0.12.0",
"@astrojs/starlight": "^0.13.0",
"@types/json-schema": "^7.0.15",
"astro": "^3.5.3",
"astro": "^3.6.0",
"astro-feelback": "^0.3.4",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"rehype-autolink-headings": "^7.1.0",
"sharp": "^0.32.6",
"shiki": "^0.14.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/i18n-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"build": "tsm ./build.ts"
},
"devDependencies": {
"@types/html-escaper": "^3.0.1",
"@types/html-escaper": "^3.0.2",
"dedent-js": "^1.0.1",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"html-escaper": "^3.0.3",
"kleur": "^4.1.5",
"node-fetch": "^3.3.2",
"p-retry": "^6.1.0",
"simple-git": "^3.20.0",
"simple-git": "^3.21.0",
"tsm": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/js-api-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"github-slugger": "^2.0.0",
"tsm": "^2.3.0",
"typedoc": "^0.25.3",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "4.0.0-next.17",
"typedoc-plugin-mdn-links": "^3.1.0"
"typedoc-plugin-mdn-links": "^3.1.5"
}
}
Loading

0 comments on commit 40f6e92

Please sign in to comment.