Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 19, 2024
1 parent ad41906 commit ce54c43
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/markdown-remark": "^6.0.0-beta.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/starlight": "0.29.0",
"@lorenzo_lewis/starlight-utils": "^0.2.0",
"@types/json-schema": "^7.0.15",
"astro": "^4.15.7",
"astro": "^5.0.0-beta.8",
"astro-d2": "^0.6.0",
"astro-feelback": "^0.3.4",
"astrojs-service-worker": "^2.0.0",
"jsdom": "^25.0.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"rehype-autolink-headings": "^7.1.0",
"sass": "^1.77.2",
"sharp": "^0.33.2",
"shiki": "^1.1.7",
"starlight-blog": "^0.14.0",
"starlight-links-validator": "^0.13.0"
"sass": "^1.81.0",
"sharp": "^0.33.5",
"shiki": "^1.23.1",
"starlight-blog": "^0.14.1",
"starlight-links-validator": "^0.13.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"license": "MIT",
"dependencies": {
"@tauri-apps/cli": "2.1.0",
"@types/node": "^22.0.0",
"@types/node": "^22.9.0",
"github-slugger": "^2.0.0",
"tsm": "^2.3.0",
"typescript": "^5.3.3"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/compatibility-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@types/node": "^22.0.0",
"@types/node": "^22.9.0",
"tsm": "^2.3.0",
"typescript": "^5.3.3"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/config-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"license": "MIT",
"dependencies": {
"@types/json-schema": "^7.0.15",
"@types/node": "^22.0.0",
"@types/node": "^22.9.0",
"github-slugger": "^2.0.0",
"tsm": "^2.3.0",
"typescript": "^5.3.3"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/i18n-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"html-escaper": "^3.0.3",
"kleur": "^4.1.5",
"node-fetch": "^3.3.2",
"p-retry": "^6.2.0",
"simple-git": "^3.22.0",
"p-retry": "^6.2.1",
"simple-git": "^3.27.0",
"tsm": "^2.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/js-api-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"github-slugger": "^2.0.0",
"tsm": "^2.3.0",
"typedoc": "^0.26.6",
"typedoc-plugin-markdown": "^4.2.6",
"typedoc-plugin-mdn-links": "^3.2.11"
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.2.10",
"typedoc-plugin-mdn-links": "^3.3.8"
}
}
2 changes: 1 addition & 1 deletion packages/releases-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@types/semver": "^7.5.8",
"semver": "^7.6.0",
"semver": "^7.6.3",
"tsm": "^2.3.0"
}
}

0 comments on commit ce54c43

Please sign in to comment.