Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment #898

Merged
merged 16 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
36bd128
chore(deps-dev): bump eslint-plugin-react from 7.36.1 to 7.37.1
dependabot[bot] Oct 7, 2024
3bdfdb2
chore(deps-dev): bump @typescript-eslint/parser from 8.7.0 to 8.8.1
dependabot[bot] Oct 7, 2024
29992a2
chore(deps-dev): bump wrangler from 3.78.2 to 3.80.1
dependabot[bot] Oct 7, 2024
5ac4987
Merge pull request #892 from serlo/dependabot/npm_and_yarn/wrangler-3…
hugotiburtino Oct 14, 2024
e1bebec
Merge pull request #891 from serlo/dependabot/npm_and_yarn/typescript…
hugotiburtino Oct 14, 2024
6b3f869
Merge pull request #890 from serlo/dependabot/npm_and_yarn/eslint-plu…
hugotiburtino Oct 14, 2024
ee9b4d0
chore(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0
dependabot[bot] Oct 14, 2024
e29bef0
Merge pull request #889 from serlo/dependabot/npm_and_yarn/eslint-plu…
hugotiburtino Oct 14, 2024
eb64b30
chore(deps-dev): bump @sentry/types from 8.32.0 to 8.34.0
dependabot[bot] Oct 14, 2024
af0d145
chore(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] Oct 14, 2024
ab8b54a
chore(deps): bump jose from 5.8.0 to 5.9.4
dependabot[bot] Oct 14, 2024
ef0583c
Merge pull request #896 from serlo/dependabot/npm_and_yarn/typescript…
hugotiburtino Oct 15, 2024
551402c
Merge pull request #894 from serlo/dependabot/npm_and_yarn/sentry/typ…
hugotiburtino Oct 15, 2024
91d78f2
Merge pull request #897 from serlo/dependabot/npm_and_yarn/jose-5.9.4
hugotiburtino Oct 15, 2024
2bcb6c3
chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13
dependabot[bot] Oct 15, 2024
50c8703
Merge pull request #895 from serlo/dependabot/npm_and_yarn/types/jest…
hugotiburtino Oct 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
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.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@
"dependencies": {
"fp-ts": "^2.16.9",
"io-ts": "^2.2.21",
"jose": "^5.8.0",
"jose": "^5.9.4",
"toucan-js": "^4.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"@iarna/toml": "^2.2.5",
"@jest/globals": "^29.7.0",
"@sentry/types": "^8.32.0",
"@sentry/types": "^8.34.0",
"@testing-library/jest-dom": "^6.5.0",
"@types/iarna__toml": "^2.0.5",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.8.1",
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.1",
"jest": "^29.7.0",
"msw": "^2.4.3",
"npm-run-all": "^4.1.5",
Expand All @@ -61,7 +61,7 @@
"ts-jest": "^29.2.5",
"ts-unused-exports": "^10.1.0",
"typescript": "^5.6.2",
"wrangler": "^3.76.0"
"wrangler": "^3.80.1"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading