Skip to content

Commit f45f9ca

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps-dev): bump @ts-dev-tools/react
Bumps the npm-development-dependencies group with 1 update: - [@ts-dev-tools/react](https://github.com/escemi-tech/ts-dev-tools) Updates `@ts-dev-tools/react` from 1.9.15 to 1.9.17 - [Release notes](https://github.com/escemi-tech/ts-dev-tools/releases) --- updated-dependencies: - dependency-name: "@ts-dev-tools/react" dependency-version: 1.9.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 383b723 commit f45f9ca

File tree

3 files changed

+789
-366
lines changed

3 files changed

+789
-366
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
2-
"name": "Node.js & TypeScript",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
2+
"name": "docusaurus-theme",
3+
"image": "mcr.microsoft.com/devcontainers/base:debian",
44
"features": {
5-
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
6-
"ghcr.io/devcontainers/features/node:1": {}
5+
"ghcr.io/devcontainers/features/docker-in-docker:2": {
6+
"moby": false
7+
},
8+
"ghcr.io/devcontainers/features/node:1": {},
9+
"ghcr.io/devcontainers/features/github-cli:1": {}
10+
},
11+
"remoteEnv": {
12+
"GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}"
713
},
814
"forwardPorts": [3000],
915
"customizations": {

0 commit comments

Comments
 (0)