build(deps):增加全局事件总线功能。
This commit is contained in:
parent
a77d051b8d
commit
7aca83b203
|
@ -21,8 +21,9 @@
|
|||
"@mantine/notifications": "^6.0.0",
|
||||
"@mantine/nprogress": "^6.0.0",
|
||||
"@tabler/icons-react": "^2.8.0",
|
||||
"@tauri-apps/api": "^1.2.0",
|
||||
"@tanstack/react-virtual": "3.0.0-beta.35",
|
||||
"@tauri-apps/api": "^1.2.0",
|
||||
"events": "^3.3.0",
|
||||
"framer-motion": "^8.1.1",
|
||||
"immer": "^9.0.17",
|
||||
"ramda": "^0.28.0",
|
||||
|
@ -35,6 +36,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"@tauri-apps/cli": "^1.2.2",
|
||||
"@types/events": "^3.0.0",
|
||||
"@types/node": "^18.7.10",
|
||||
"@types/ramda": "^0.28.20",
|
||||
"@types/react": "^18.0.15",
|
||||
|
|
|
@ -15,17 +15,18 @@ specifiers:
|
|||
'@tanstack/react-virtual': 3.0.0-beta.35
|
||||
'@tauri-apps/api': ^1.2.0
|
||||
'@tauri-apps/cli': ^1.2.2
|
||||
'@types/events': ^3.0.0
|
||||
'@types/node': ^18.7.10
|
||||
'@types/ramda': ^0.28.20
|
||||
'@types/react': ^18.0.15
|
||||
'@types/react-dom': ^18.0.6
|
||||
'@vitejs/plugin-react': ^3.0.0
|
||||
events: ^3.3.0
|
||||
framer-motion: ^8.1.1
|
||||
immer: ^9.0.17
|
||||
ramda: ^0.28.0
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
react-router-dom: ^6.8.2
|
||||
react-use: ^17.4.0
|
||||
typescript: ^4.6.4
|
||||
use-immer: ^0.8.1
|
||||
|
@ -45,12 +46,12 @@ dependencies:
|
|||
'@tabler/icons-react': 2.8.0_react@18.2.0
|
||||
'@tanstack/react-virtual': 3.0.0-beta.35_react@18.2.0
|
||||
'@tauri-apps/api': 1.2.0
|
||||
events: 3.3.0
|
||||
framer-motion: 8.5.5_biqbaboplfbrettd7655fr4n2y
|
||||
immer: 9.0.19
|
||||
ramda: 0.28.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-router-dom: 6.8.2_biqbaboplfbrettd7655fr4n2y
|
||||
react-use: 17.4.0_biqbaboplfbrettd7655fr4n2y
|
||||
use-immer: 0.8.1_immer@9.0.19+react@18.2.0
|
||||
zustand: 4.3.6_immer@9.0.19+react@18.2.0
|
||||
|
@ -58,6 +59,7 @@ dependencies:
|
|||
devDependencies:
|
||||
'@babel/core': 7.21.0
|
||||
'@tauri-apps/cli': 1.2.3
|
||||
'@types/events': 3.0.0
|
||||
'@types/node': 18.14.6
|
||||
'@types/ramda': 0.28.23
|
||||
'@types/react': 18.0.28
|
||||
|
@ -972,11 +974,6 @@ packages:
|
|||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@remix-run/router/1.3.3:
|
||||
resolution: {integrity: sha512-YRHie1yQEj0kqqCTCJEfHqYSSNlZQ696QJG+MMiW4mxSl9I0ojz/eRhJS4fs88Z5i6D1SmoF9d3K99/QOhI8/w==}
|
||||
engines: {node: '>=14'}
|
||||
dev: false
|
||||
|
||||
/@tabler/icons-react/2.8.0_react@18.2.0:
|
||||
resolution: {integrity: sha512-8d5nCsgIy6tVfu/mgwOnqgN4kgnLqj232f+VSHv/zie2PKlS6NEhkX5A3qB6/+xQ/y5Y0uiwXzjhzG+iM8whDQ==}
|
||||
peerDependencies:
|
||||
|
@ -1106,6 +1103,10 @@ packages:
|
|||
'@tauri-apps/cli-win32-x64-msvc': 1.2.3
|
||||
dev: true
|
||||
|
||||
/@types/events/3.0.0:
|
||||
resolution: {integrity: sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==}
|
||||
dev: true
|
||||
|
||||
/@types/js-cookie/2.2.7:
|
||||
resolution: {integrity: sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==}
|
||||
dev: false
|
||||
|
@ -1350,6 +1351,11 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
dev: false
|
||||
|
||||
/events/3.3.0:
|
||||
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
|
||||
engines: {node: '>=0.8.x'}
|
||||
dev: false
|
||||
|
||||
/fast-deep-equal/3.1.3:
|
||||
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
||||
dev: false
|
||||
|
@ -1666,29 +1672,6 @@ packages:
|
|||
use-sidecar: 1.1.2_pmekkgnqduwlme35zpnqhenc34
|
||||
dev: false
|
||||
|
||||
/react-router-dom/6.8.2_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-N/oAF1Shd7g4tWy+75IIufCGsHBqT74tnzHQhbiUTYILYF0Blk65cg+HPZqwC+6SqEyx033nKqU7by38v3lBZg==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
react-dom: '>=16.8'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.3.3
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-router: 6.8.2_react@18.2.0
|
||||
dev: false
|
||||
|
||||
/react-router/6.8.2_react@18.2.0:
|
||||
resolution: {integrity: sha512-lF7S0UmXI5Pd8bmHvMdPKI4u4S5McxmHnzJhrYi9ZQ6wE+DA8JN5BzVC5EEBuduWWDaiJ8u6YhVOCmThBli+rw==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.3.3
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/react-style-singleton/2.2.1_pmekkgnqduwlme35zpnqhenc34:
|
||||
resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==}
|
||||
engines: {node: '>=10'}
|
||||
|
|
Loading…
Reference in New Issue
Block a user