mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-29 06:07:25 +02:00
➕ Add node types
This commit is contained in:
parent
5d0f3f1a82
commit
b9b92bf0af
2 changed files with 5 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@rallly/tsconfig": "workspace:*",
|
||||
"@types/js-cookie": "^3.0.1"
|
||||
"@types/js-cookie": "^3.0.1",
|
||||
"@types/node": "^20.11.1"
|
||||
}
|
||||
}
|
||||
|
|
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
@ -607,6 +607,9 @@ importers:
|
|||
'@types/js-cookie':
|
||||
specifier: ^3.0.1
|
||||
version: 3.0.6
|
||||
'@types/node':
|
||||
specifier: ^20.11.1
|
||||
version: 20.17.50
|
||||
|
||||
packages/tailwind-config:
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue