Compare commits

..

3 Commits

Author SHA1 Message Date
Renovate Bot
b5021ef691 Update dependency typescript to ~5.9.0
Some checks failed
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 26s
2025-09-15 22:44:35 +00:00
5703c6ca01 Merge pull request 'Update dependency @mdx-js/react to v3.1.1' (#29) from renovate/mdx-js-react-3.x-lockfile into main
All checks were successful
Build Nginx-based docker image / build-static-assets (push) Successful in 1h4m34s
Reviewed-on: #29
2025-09-15 21:35:22 +00:00
Renovate Bot
3837bd741f Update dependency @mdx-js/react to v3.1.1
All checks were successful
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 20m44s
2025-09-11 14:18:01 +00:00

14
package-lock.json generated
View File

@ -20,7 +20,7 @@
"@docusaurus/module-type-aliases": "3.7.0", "@docusaurus/module-type-aliases": "3.7.0",
"@docusaurus/tsconfig": "3.7.0", "@docusaurus/tsconfig": "3.7.0",
"@docusaurus/types": "3.7.0", "@docusaurus/types": "3.7.0",
"typescript": "~5.7.0" "typescript": "~5.9.0"
}, },
"engines": { "engines": {
"node": ">=18.0" "node": ">=18.0"
@ -3607,9 +3607,9 @@
} }
}, },
"node_modules/@mdx-js/react": { "node_modules/@mdx-js/react": {
"version": "3.1.0", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.0.tgz", "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.1.tgz",
"integrity": "sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==", "integrity": "sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/mdx": "^2.0.0" "@types/mdx": "^2.0.0"
@ -15514,9 +15514,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.7.3", "version": "5.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",