Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 4.9.5 to 5.0.4 in /frontend (#66)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump typescript from 4.9.5 to 5.0.2 in /frontend

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.9.5...v5.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump typescript to 5.0.4

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NoahK <30934296+stnokott@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and stnokott authored Apr 9, 2023
1 parent 75f7fba commit 7d2f97a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
31 changes: 22 additions & 9 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.4",
"@tsconfig/svelte": "^3.0.0",
"@tsconfig/svelte": "^4.0.1",
"@types/marked": "^4.0.8",
"carbon-components-svelte": "^0.73.5",
"carbon-icons-svelte": "^11.4.0",
Expand All @@ -26,7 +26,7 @@
"svelte-check": "^3.2.0",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vite-plugin-warmup": "^0.0.2"
},
Expand Down
1 change: 0 additions & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
"allowJs": true,
"checkJs": true,
"isolatedModules": true,
"strictNullChecks": true,
},
"include": [
Expand Down

0 comments on commit 7d2f97a

Please sign in to comment.