Skip to content

Commit

Permalink
Merge pull request #94 from yowainwright/update-pkg-json
Browse files Browse the repository at this point in the history
feat: fixes a few more things
  • Loading branch information
yowainwright authored Jan 1, 2024
2 parents 21c979a + 957b486 commit 62834f2
Show file tree
Hide file tree
Showing 4 changed files with 865 additions and 1,170 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Node.js",
"build": {
"dockerfile": "Dockerfile",
"args": { "VARIANT": "18-bullseye" }
"args": { "VARIANT": "20-bullseye" }
},
"extensions": ["dbaeumer.vscode-eslint"],
"postCreateCommand": "pnpm install",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG VARIANT="18-bullseye"
ARG VARIANT="20-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
RUN su node -c "npm install -g pnpm"
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"prettier": "^3.1.1",
"release-it": "^17.0.1",
"stdouttojson": "^0.7.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"tsutils": "^3.21.0",
Expand Down Expand Up @@ -125,7 +124,7 @@
}
},
"engines": {
"node": ">=18",
"node": ">=20",
"pnpm": ">=8"
}
}
Loading

0 comments on commit 62834f2

Please sign in to comment.