Skip to content

Commit

Permalink
dep: update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
gvergnaud committed Feb 8, 2023
1 parent 295e8f3 commit 3d5f8cd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"microbundle": "^0.15.0",
"prettier": "^2.5.1",
"ts-jest": "^27.1.2",
"typescript": "^5.0.0-dev.20230121"
"typescript": "^5.0.0-beta"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4753,10 +4753,10 @@ typescript@^4.1.3, typescript@>=2.4.0:
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz"
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==

"typescript@>=3.8 <5.0", typescript@5.0.0-dev.20230121:
version "5.0.0-dev.20230121"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.0-dev.20230121.tgz"
integrity sha512-AsGkpoEtz1Be/9Vf4sbv+RLEzQz8YouoWcgnjENM78aVxO6IH1GPeLa4qBjCrVAqOi1zNIdrhVJsb81noKALPQ==
"typescript@>=3.8 <5.0", typescript@5.0.0-beta:
version "5.0.0-beta"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.0-beta.tgz"
integrity sha512-+SSabbSXG5mtF+QGdV9uXXt9Saq1cSyI6hSG7znhaLoquleJpnmfkwSxFngK9c2fWWi1W/263TuzXQOsIcdjjA==

unbox-primitive@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 3d5f8cd

Please sign in to comment.