-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove @types/cookie stub * Remove @types/cookie from lockfile * Upgrade to [email protected] * Upgrade to [email protected] - https://github.com/Automattic/node-canvas/releases/tag/v3.0.0-rc2 - Automattic/node-canvas#2377 (comment) * Upgrade to [email protected] * Install pango and cairo * Change to pull_request trigger * Switch back to only `push` trigger Revert this for now: 3d62d34#diff-def01120c202f13a2f33e11a966318cd2b5f80b66a28ea61d68001c56fd53214R4
- Loading branch information
Showing
3 changed files
with
211 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,8 @@ | |
"start": "next start" | ||
}, | ||
"dependencies": { | ||
"@types/cookie": "1.0.0", | ||
"bcrypt": "5.1.1", | ||
"canvas": "2.11.2", | ||
"canvas": "3.0.0-rc2", | ||
"cookie": "1.0.1", | ||
"dompurify": "3.1.7", | ||
"dotenv-safe": "9.1.0", | ||
|
@@ -47,5 +46,10 @@ | |
"stylelint-config-upleveled": "1.1.5", | ||
"typescript": "5.6.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee", | ||
"pnpm": { | ||
"overrides": { | ||
"node-addon-api": "7.1.0" | ||
} | ||
} | ||
} |
Oops, something went wrong.