fix(ci): Update pnpm-lock.yaml
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
6b97fc47a3
commit
5076ec8c7d
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,7 @@ specifiers:
|
|||
'@types/react': ^18.0.0
|
||||
'@types/react-dom': ^18.0.0
|
||||
'@vitejs/plugin-react': ^1.3.0
|
||||
prettier: ^2.7.1
|
||||
react: ^18.0.0
|
||||
react-dom: ^18.0.0
|
||||
react-draggable: ^4.4.5
|
||||
|
@ -22,6 +23,7 @@ devDependencies:
|
|||
'@types/react': 18.0.14
|
||||
'@types/react-dom': 18.0.5
|
||||
'@vitejs/plugin-react': 1.3.2
|
||||
prettier: 2.7.1
|
||||
ts-node: 10.8.2_typescript@4.7.4
|
||||
typescript: 4.7.4
|
||||
vite: 2.9.13
|
||||
|
@ -830,6 +832,12 @@ packages:
|
|||
source-map-js: 1.0.2
|
||||
dev: true
|
||||
|
||||
/prettier/2.7.1:
|
||||
resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/prop-types/15.8.1:
|
||||
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue