Skip to content

Commit a035f13

Browse files
committed
feat: upgrade dependencies
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent ad8e0e4 commit a035f13

File tree

4 files changed

+147
-17
lines changed

4 files changed

+147
-17
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"features": {
3838
"ghcr.io/devcontainers/features/github-cli:1": {},
39-
"ghcr.io/devcontainers-contrib/features/prettier:1": {},
39+
"ghcr.io/devcontainers-community/npm-features/prettier:1": {},
4040
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
4141
}
4242
}

.github/ghadocs/branding.svg

Lines changed: 136 additions & 6 deletions
Loading

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@
7373
},
7474
"dependencies": {
7575
"@actions/core": "^1.11.1",
76-
"@actions/github": "^6.0.0",
76+
"@actions/github": "^6.0.1",
7777
"@actions/tool-cache": "^2.0.2",
78-
"@octokit/action": "^8.0.1",
78+
"@octokit/action": "^8.0.2",
7979
"docker-compose": "^1.2.0"
8080
},
8181
"devDependencies": {
8282
"@ts-dev-tools/core": "^1.6.2",
8383
"@vercel/ncc": "^0.38.3",
8484
"eslint-plugin-github": "^6.0.0",
85-
"eslint-plugin-jsonc": "^2.20.0"
85+
"eslint-plugin-jsonc": "^2.20.1"
8686
},
8787
"eslintConfig": {
8888
"root": true,

0 commit comments

Comments
 (0)