wip: migrate to desktop2

This commit is contained in:
2024-02-12 20:04:45 +07:00
parent 1950cb59a2
commit ed52105c02
18 changed files with 172 additions and 177 deletions

35
pnpm-lock.yaml generated
View File

@@ -259,9 +259,21 @@ importers:
'@lume/ark':
specifier: workspace:^
version: link:../../packages/ark
'@lume/icons':
specifier: workspace:^
version: link:../../packages/icons
'@lume/storage':
specifier: workspace:^
version: link:../../packages/storage
'@lume/ui':
specifier: workspace:^
version: link:../../packages/ui
'@lume/utils':
specifier: workspace:^
version: link:../../packages/utils
'@tanstack/react-query':
specifier: ^5.18.1
version: 5.18.1(react@18.2.0)
'@tanstack/react-router':
specifier: ^1.16.0
version: 1.16.0(react-dom@18.2.0)(react@18.2.0)
@@ -271,6 +283,9 @@ importers:
i18next-resources-to-backend:
specifier: ^1.2.0
version: 1.2.0
jotai:
specifier: ^2.6.4
version: 2.6.4(@types/react@18.2.55)(react@18.2.0)
react:
specifier: ^18.2.0
version: 18.2.0
@@ -1157,6 +1172,9 @@ importers:
'@tanstack/react-query':
specifier: ^5.18.1
version: 5.18.1(react@18.2.0)
'@tanstack/react-router':
specifier: ^1.16.0
version: 1.16.0(react-dom@18.2.0)(react@18.2.0)
framer-motion:
specifier: ^11.0.3
version: 11.0.3(react-dom@18.2.0)(react@18.2.0)
@@ -3616,7 +3634,6 @@ packages:
'@types/prop-types': 15.7.11
'@types/scheduler': 0.16.8
csstype: 3.1.3
dev: true
/@types/scheduler@0.16.8:
resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==}
@@ -5099,6 +5116,22 @@ packages:
react: 18.2.0
dev: false
/jotai@2.6.4(@types/react@18.2.55)(react@18.2.0):
resolution: {integrity: sha512-RniwQPX4893YlNR1muOtyUGHYaTD1fhEN4qnOuZJSrDHj6xdEMrqlRSN/hCm2fshwk78ruecB/P2l+NCVWe6TQ==}
engines: {node: '>=12.20.0'}
peerDependencies:
'@types/react': '>=17.0.0'
react: '>=17.0.0'
peerDependenciesMeta:
'@types/react':
optional: true
react:
optional: true
dependencies:
'@types/react': 18.2.55
react: 18.2.0
dev: false
/js-tokens@4.0.0:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}