Skip to content

Commit

Permalink
renovate: update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2023
1 parent 8001c53 commit 7966410
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 65 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rcva",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"description": "React Class Variance Authority 🧬",
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/react-dom": "18.0.11",
"rimraf": "^4.4.1",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"peerDependencies": {
"class-variance-authority": "^0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcva/example",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.11.0",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.0",
Expand Down
Loading

0 comments on commit 7966410

Please sign in to comment.