Skip to content

Commit

Permalink
Merge pull request #753 from elliottsj/next-13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottsj authored May 6, 2023
2 parents 2411eec + 1fbdbc1 commit 8a0970e
Show file tree
Hide file tree
Showing 4 changed files with 1,481 additions and 1,471 deletions.
25 changes: 0 additions & 25 deletions .devcontainer/devcontainer.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install --global pnpm@7.19.0
- run: npm install --global pnpm@8.4.0
- run: pnpm install
- run: pnpm test
env:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"homepage": "https://github.com/elliottsj/elliott.dev#readme",
"engines": {
"node": "18.12.1",
"pnpm": "7.19.0"
"node": "^18",
"pnpm": "^8"
},
"dependencies": {
"@babel/core": "7.16.12",
Expand Down Expand Up @@ -80,7 +80,7 @@
"katex": "0.15.6",
"lodash": "4.17.21",
"luxon": "2.2.0",
"next": "13.1.0",
"next": "13.4.1",
"normalize.css": "8.0.1",
"npm-run-all": "4.1.5",
"npm-scripts-info": "0.3.9",
Expand Down
Loading

1 comment on commit 8a0970e

@vercel
Copy link

@vercel vercel bot commented on 8a0970e May 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elliott-dev – ./

elliott.dev
elliott.lol
elliott-dev-git-master-elliottsj1.vercel.app
elliott-dev-elliottsj1.vercel.app

Please sign in to comment.