Merge pull request 'Update dependency typescript to v7' (#2) from renovate/typescript-7.x into main
All checks were successful
Build and Deploy / deploy (push) Successful in 53s
All checks were successful
Build and Deploy / deploy (push) Successful in 53s
Reviewed-on: #2
This commit is contained in:
commit
51648a33c7
2 changed files with 2 additions and 2 deletions
2
bun.lock
2
bun.lock
|
|
@ -12,7 +12,7 @@
|
||||||
"@types/bun": "latest",
|
"@types/bun": "latest",
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"typescript": "^5",
|
"typescript": "^5 || ^7.0.0",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"@types/bun": "latest"
|
"@types/bun": "latest"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"typescript": "^5"
|
"typescript": "^5 || ^7.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@catppuccin/tailwindcss": "^1.0.0",
|
"@catppuccin/tailwindcss": "^1.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue