Skip to content

Commit

Permalink
Merge pull request #473 from nblackburn/fix-missing-types
Browse files Browse the repository at this point in the history
Add missing node types
  • Loading branch information
nblackburn authored Mar 14, 2024
2 parents 450c2db + a3ac905 commit 66b6b85
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nblackburn/website",
"private": true,
"version": "1.39.0",
"version": "1.39.1",
"type": "module",
"scripts": {
"start": "astro dev",
Expand All @@ -19,6 +19,7 @@
"@commitlint/config-conventional": "^19.0.3",
"@playwright/test": "^1.42.1",
"@types/eslint": "^8",
"@types/node": "^20.11.27",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"checkly": "^4.6.1",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,7 @@ __metadata:
"@fontsource/nunito-sans": "npm:^5.0.12"
"@playwright/test": "npm:^1.42.1"
"@types/eslint": "npm:^8"
"@types/node": "npm:^20.11.27"
"@typescript-eslint/eslint-plugin": "npm:^7.2.0"
"@typescript-eslint/parser": "npm:^7.2.0"
astro: "npm:^4.5.2"
Expand Down Expand Up @@ -2152,6 +2153,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.11.27":
version: 20.11.27
resolution: "@types/node@npm:20.11.27"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 4be53485d499dd7c7896190e76a0ce1f6c6917d1f4d0b4b240b3670160fcbc548daed32beaac0fc92429b37dbeaa2496fc56f460acaab969bddb77394318a89b
languageName: node
linkType: hard

"@types/sax@npm:^1.2.1":
version: 1.2.7
resolution: "@types/sax@npm:1.2.7"
Expand Down

1 comment on commit 66b6b85

@vercel
Copy link

@vercel vercel bot commented on 66b6b85 Mar 14, 2024

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:

website – ./

website-nblackburn.vercel.app
www.nblackburn.uk
nblackburn.uk
website-git-main-nblackburn.vercel.app

Please sign in to comment.