Skip to content

Commit

Permalink
bump packages (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
choeqq committed Jan 29, 2024
1 parent 9502944 commit 60313af
Show file tree
Hide file tree
Showing 3 changed files with 1,101 additions and 1,084 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,21 @@
"url": "https://github.com/emilkowalski/vaul/issues"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@radix-ui/react-dialog": "^1.0.4",
"eslint": "^7.32.0",
"prettier": "^2.5.1",
"typescript": "5.2.2",
"tsup": "^6.4.0",
"turbo": "1.6"
"@playwright/test": "^1.41.1",
"@radix-ui/react-dialog": "^1.0.5",
"@types/react": "18.2.21",
"eslint": "^8.56.0",
"prettier": "^3.2.4",
"tsup": "^8.0.1",
"turbo": "1.11",
"typescript": "5.3.3"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0"
},
"packageManager": "pnpm@6.32.11",
"dependencies": {
"@radix-ui/react-dialog": "^1.0.4"
"@radix-ui/react-dialog": "^1.0.5"
}
}
Loading

0 comments on commit 60313af

Please sign in to comment.