-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #561 from serlo/updates
chore: Update dependencies
- Loading branch information
Showing
35 changed files
with
113 additions
and
174 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+23.2 MB
...rwin-64-npm-1.20231016.0-0acfbe5264-8.zip → ...rwin-64-npm-1.20231025.0-836fb143a8-8.zip
Binary file not shown.
Binary file renamed
BIN
+21.8 MB
...n-arm64-npm-1.20231016.0-353983d408-8.zip → ...n-arm64-npm-1.20231025.0-377dae872a-8.zip
Binary file not shown.
Binary file renamed
BIN
+25.1 MB
...inux-64-npm-1.20231016.0-493558f19e-8.zip → ...inux-64-npm-1.20231025.0-ef8830d731-8.zip
Binary file not shown.
Binary file renamed
BIN
+25.9 MB
...x-arm64-npm-1.20231016.0-012d207a5a-8.zip → ...x-arm64-npm-1.20231025.0-59ce92cd12-8.zip
Binary file not shown.
Binary file removed
BIN
-601 KB
.yarn/cache/@cloudflare-workers-types-npm-4.20231016.0-2af554e269-b18387fffd.zip
Binary file not shown.
Binary file added
BIN
+617 KB
.yarn/cache/@cloudflare-workers-types-npm-4.20231025.0-70f373f930-74aa5c62f7.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-99.7 KB
.yarn/cache/@sentry-integrations-npm-7.70.0-8de5408553-4cd1343e4c.zip
Binary file not shown.
Binary file added
BIN
+98.8 KB
.yarn/cache/@sentry-integrations-npm-7.76.0-11d0aa01f3-4099ce3ea3.zip
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+101 KB
...ypes-npm-7.74.1-5666bc4a23-10a13ea8aa.zip → ...ypes-npm-7.76.0-ae77ee2baa-8978b0b1e6.zip
Binary file not shown.
Binary file renamed
BIN
+420 KB
...tils-npm-7.70.0-19ce5a446c-a1590f5e75.zip → ...tils-npm-7.76.0-4236be845f-6a9e796835.zip
Binary file not shown.
Binary file renamed
BIN
+727 KB
...ode-npm-18.18.6-67880ca2e3-a847639b84.zip → ...ode-npm-18.18.7-c7916bed57-972f8b214f.zip
Binary file not shown.
Binary file removed
BIN
-327 KB
.yarn/cache/@typescript-eslint-scope-manager-npm-6.8.0-152705b93d-b6cf280353.zip
Binary file not shown.
Binary file removed
BIN
-30.2 KB
.yarn/cache/@typescript-eslint-types-npm-6.8.0-5ce871780b-1fcd85f6d5.zip
Binary file not shown.
Binary file removed
BIN
-169 KB
.yarn/cache/@typescript-eslint-typescript-estree-npm-6.8.0-bcf7db6c6c-388db7f33e.zip
Binary file not shown.
Binary file removed
BIN
-101 KB
.yarn/cache/@typescript-eslint-utils-npm-6.8.0-89c44a6a2b-6d9f90db50.zip
Binary file not shown.
Binary file removed
BIN
-9.82 KB
.yarn/cache/@typescript-eslint-visitor-keys-npm-6.8.0-10ac2dfcbb-710d9067b8.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+196 KB
...e/msw-npm-2.0.0-aacce195a2-b8de495c82.zip → ...e/msw-npm-2.0.1-d572bf0571-cc976865f2.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -32,23 +32,23 @@ | |
"dependencies": { | ||
"fp-ts": "^2.16.1", | ||
"io-ts": "^2.2.20", | ||
"jose": "^4.15.4", | ||
"marked": "^9.1.2", | ||
"jose": "^5.0.1", | ||
"marked": "^9.1.3", | ||
"preact": "^10.18.1", | ||
"preact-render-to-string": "^6.2.2", | ||
"sanitize-html": "^2.11.0", | ||
"toucan-js": "^3.3.0" | ||
"toucan-js": "^3.3.1" | ||
}, | ||
"devDependencies": { | ||
"@cloudflare/workers-types": "^4.20231016.0", | ||
"@cloudflare/workers-types": "^4.20231025.0", | ||
"@iarna/toml": "^2.2.5", | ||
"@jest/globals": "^29.7.0", | ||
"@sentry/types": "^7.74.1", | ||
"@sentry/types": "^7.76.0", | ||
"@testing-library/jest-dom": "^6.1.4", | ||
"@types/iarna__toml": "^2.0.4", | ||
"@types/jest": "^29.5.6", | ||
"@types/marked": "^6.0.0", | ||
"@types/node": "^18.18.6", | ||
"@types/node": "^18.18.7", | ||
"@types/sanitize-html": "^2.9.3", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
|
@@ -60,15 +60,15 @@ | |
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"jest": "^29.7.0", | ||
"msw": "^2.0.0", | ||
"msw": "^2.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-packagejson": "^2.4.6", | ||
"prettier-plugin-sh": "^0.13.1", | ||
"ts-jest": "^29.1.1", | ||
"ts-unused-exports": "^10.0.1", | ||
"typescript": "^5.2.2", | ||
"wrangler": "^3.14.0" | ||
"wrangler": "^3.15.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
Oops, something went wrong.