Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.15.0-bookworm
FROM node:24.16.0-bookworm

ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.15.0
24.16.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"prism-react-renderer": "^2.4.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-tooltip": "^6.0.3",
"semver": "^7.8.0",
"react-tooltip": "^6.0.4",
"semver": "^7.8.1",
"sharp": "^0.34.5"
},
"devDependencies": {
Expand All @@ -55,7 +55,7 @@
"@docusaurus/types": "3.10.1",
"@slorber/remark-comment": "^1.0.0",
"@tsconfig/docusaurus": "^2.0.9",
"@types/react": "^19.2.14",
"@types/react": "^19.2.15",
"glob": "^13.0.6",
"prettier": "^3.8.3",
"remark-cli": "^12.0.1",
Expand All @@ -81,7 +81,7 @@
"remark-preset-lint-recommended": "^7.0.1",
"typescript": "^6.0.3",
"unist-util-visit": "^5.1.0",
"vitest": "^4.1.6"
"vitest": "^4.1.7"
},
"browserslist": {
"production": [
Expand Down
Loading