Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 825045e

Browse files
committed
chore: upgrade dependencies
1 parent 639d1e6 commit 825045e

File tree

3 files changed

+816
-1042
lines changed

3 files changed

+816
-1042
lines changed

.devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Gatsby Starter Dogmatism",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-20-bullseye",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
44
"customizations": {
55
"vscode": {
66
"extensions": [

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"devDependencies": {
3232
"@babel/core": "7.23.0",
3333
"@babel/eslint-parser": "7.22.15",
34-
"@types/node": "20.8.0",
35-
"@types/react": "18.2.23",
34+
"@types/node": "20.8.2",
35+
"@types/react": "18.2.24",
3636
"@types/react-dom": "18.2.8",
37-
"@typescript-eslint/eslint-plugin": "6.7.3",
38-
"@typescript-eslint/parser": "6.7.3",
37+
"@typescript-eslint/eslint-plugin": "6.7.4",
38+
"@typescript-eslint/parser": "6.7.4",
3939
"eslint": "8.50.0",
4040
"eslint-config-airbnb": "19.0.4",
4141
"eslint-config-airbnb-typescript": "17.1.0",

0 commit comments

Comments
 (0)