Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 9, 2024
1 parent 39d95cb commit 779b73f
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 42 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"dependencies": {
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/markdown-remark": "5.2.0",
"@astrojs/rss": "4.0.7",
"@astrojs/starlight": "0.28.3",
"@lorenzo_lewis/starlight-utils": "^0.2.0",
"@types/json-schema": "^7.0.15",
"astro": "^4.15.12",
"astro-d2": "^0.5.2",
"astro-feelback": "^0.3.4",
"astrojs-service-worker": "^2.0.0",
"jsdom": "^25.0.1",
"rehype-autolink-headings": "^7.1.0",
"sass": "^1.79.4",
"sharp": "^0.33.5",
"shiki": "^1.22.0",
"starlight-blog": "^0.13.0",
"starlight-links-validator": "^0.12.3"
"@lorenzo_lewis/starlight-utils": "0.2.0",
"@types/json-schema": "7.0.15",
"astro": "4.15.12",
"astro-d2": "0.5.2",
"astro-feelback": "0.3.4",
"astrojs-service-worker": "2.0.0",
"jsdom": "25.0.1",
"rehype-autolink-headings": "7.1.0",
"sass": "1.79.4",
"sharp": "0.33.5",
"shiki": "1.22.0",
"starlight-blog": "0.13.0",
"starlight-links-validator": "0.12.3"
},
"name": "tauri-docs",
"pnpm": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"@tauri-apps/cli": "2.0.2",
"@types/node": "^22.7.5",
"github-slugger": "^2.0.0",
"tsm": "^2.3.0"
"@types/node": "22.7.5",
"github-slugger": "2.0.0",
"tsm": "2.3.0"
},
"description": "",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/compatibility-table/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@iarna/toml": "^2.2.5",
"@types/node": "^22.7.5",
"tsm": "^2.3.0"
"@iarna/toml": "2.2.5",
"@types/node": "22.7.5",
"tsm": "2.3.0"
},
"description": "",
"main": "index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/config-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"@types/json-schema": "^7.0.15",
"@types/node": "^22.7.5",
"github-slugger": "^2.0.0",
"tsm": "^2.3.0"
"@types/json-schema": "7.0.15",
"@types/node": "22.7.5",
"github-slugger": "2.0.0",
"tsm": "2.3.0"
},
"description": "",
"main": "index.js",
Expand Down
18 changes: 9 additions & 9 deletions packages/i18n-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"description": "A single-page dashboard that tracks translation status across Starlight docs pages",
"devDependencies": {
"@types/html-escaper": "^3.0.2",
"dedent-js": "^1.0.1",
"fast-glob": "^3.3.2",
"html-escaper": "^3.0.3",
"kleur": "^4.1.5",
"node-fetch": "^3.3.2",
"p-retry": "^6.2.0",
"simple-git": "^3.27.0",
"tsm": "^2.3.0"
"@types/html-escaper": "3.0.2",
"dedent-js": "1.0.1",
"fast-glob": "3.3.2",
"html-escaper": "3.0.3",
"kleur": "4.1.5",
"node-fetch": "3.3.2",
"p-retry": "6.2.0",
"simple-git": "3.27.0",
"tsm": "2.3.0"
},
"name": "docs-i18n-tracker",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/js-api-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"github-slugger": "^2.0.0",
"tsm": "^2.3.0",
"typedoc": "^0.26.8",
"typedoc-plugin-markdown": "^4.2.9",
"typedoc-plugin-mdn-links": "^3.3.2"
"github-slugger": "2.0.0",
"tsm": "2.3.0",
"typedoc": "0.26.8",
"typedoc-plugin-markdown": "4.2.9",
"typedoc-plugin-mdn-links": "3.3.2"
},
"description": "",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/releases-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@types/semver": "^7.5.8",
"semver": "^7.6.3",
"tsm": "^2.3.0"
"@types/semver": "7.5.8",
"semver": "7.6.3",
"tsm": "2.3.0"
},
"description": "",
"main": "index.js",
Expand Down

0 comments on commit 779b73f

Please sign in to comment.