Skip to content

Commit

Permalink
deps: upgrade typescript (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Osbourne <[email protected]>
  • Loading branch information
shakyShane and Shane Osbourne authored Oct 10, 2024
1 parent 337de15 commit 739c577
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"devDependencies": {
"@formatjs/intl-locale": "^3.0.7",
"@material/ripple": "^14.0.0",
"@material/web": "^2.1.0",
"@playwright/test": "^1.45.3",
"@types/chrome": "^0.0.203",
"@types/node": "18.16.16",
Expand All @@ -46,16 +47,15 @@
"duckduckgo-colors": "0.0.1",
"esbuild": "^0.20.1",
"eslint": "^8.41.0",
"lit": "^3.2.0",
"eslint-config-standard": "^17.1.0",
"@material/web": "^2.1.0",
"eventemitter2": "4.1.0",
"http-server": "^13.0.2",
"i18next": "^21.6.14",
"i18next-icu": "^2.0.3",
"is-plain-object": "5.0.0",
"jquery": "^3.7.1",
"json-schema-to-typescript": "^11.0.2",
"lit": "^3.2.0",
"nanohtml": "^1.10.0",
"normalize.scss": "0.1.0",
"preact": "^10.18.0",
Expand All @@ -65,7 +65,7 @@
"tiny-invariant": "^1.3.1",
"ts-to-zod": "^1.13.1",
"typedoc": "^0.26.8",
"typescript": "^5.3.3",
"typescript": "5.6",
"zod": "^3.22.4"
},
"prettier": {
Expand Down

0 comments on commit 739c577

Please sign in to comment.