|
@@ -264,6 +264,9 @@ devDependencies:
|
|
|
vite-plugin-svg-icons:
|
|
|
specifier: ^2.0.1
|
|
|
version: 2.0.1(vite@4.3.8)
|
|
|
+ vite-plugin-top-level-await:
|
|
|
+ specifier: ^1.3.1
|
|
|
+ version: 1.3.1(rollup@2.79.1)(vite@4.3.8)
|
|
|
vue-tsc:
|
|
|
specifier: 1.6.5
|
|
|
version: 1.6.5(typescript@5.0.4)
|
|
@@ -1806,6 +1809,7 @@ packages:
|
|
|
/@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.8):
|
|
|
resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==}
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
+ deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
|
|
|
peerDependencies:
|
|
|
'@babel/core': ^7.0.0-0
|
|
|
dependencies:
|
|
@@ -1835,6 +1839,7 @@ packages:
|
|
|
/@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.8):
|
|
|
resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==}
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
+ deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.
|
|
|
peerDependencies:
|
|
|
'@babel/core': ^7.12.0
|
|
|
dependencies:
|
|
@@ -1935,6 +1940,7 @@ packages:
|
|
|
/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.8):
|
|
|
resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
|
|
|
engines: {node: '>=6.9.0'}
|
|
|
+ deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
|
|
|
peerDependencies:
|
|
|
'@babel/core': ^7.0.0-0
|
|
|
dependencies:
|
|
@@ -3427,6 +3433,18 @@ packages:
|
|
|
rollup: 2.79.1
|
|
|
dev: true
|
|
|
|
|
|
+ /@rollup/plugin-virtual@3.0.1(rollup@2.79.1):
|
|
|
+ resolution: {integrity: sha512-fK8O0IL5+q+GrsMLuACVNk2x21g3yaw+sG2qn16SnUd3IlBsQyvWxLMGHmCmXRMecPjGRSZ/1LmZB4rjQm68og==}
|
|
|
+ engines: {node: '>=14.0.0'}
|
|
|
+ peerDependencies:
|
|
|
+ rollup: ^1.20.0||^2.0.0||^3.0.0
|
|
|
+ peerDependenciesMeta:
|
|
|
+ rollup:
|
|
|
+ optional: true
|
|
|
+ dependencies:
|
|
|
+ rollup: 2.79.1
|
|
|
+ dev: true
|
|
|
+
|
|
|
/@rollup/pluginutils@3.1.0(rollup@2.79.1):
|
|
|
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
|
|
|
engines: {node: '>= 8.0.0'}
|
|
@@ -12804,6 +12822,11 @@ packages:
|
|
|
hasBin: true
|
|
|
dev: false
|
|
|
|
|
|
+ /uuid@9.0.0:
|
|
|
+ resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==}
|
|
|
+ hasBin: true
|
|
|
+ dev: true
|
|
|
+
|
|
|
/validate-npm-package-license@3.0.4:
|
|
|
resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
|
|
|
dependencies:
|
|
@@ -12944,6 +12967,20 @@ packages:
|
|
|
- supports-color
|
|
|
dev: true
|
|
|
|
|
|
+ /vite-plugin-top-level-await@1.3.1(rollup@2.79.1)(vite@4.3.8):
|
|
|
+ resolution: {integrity: sha512-55M1h4NAwkrpxPNOJIBzKZFihqLUzIgnElLSmPNPMR2Fn9+JHKaNg3sVX1Fq+VgvuBksQYxiD3OnwQAUu7kaPQ==}
|
|
|
+ peerDependencies:
|
|
|
+ vite: '>=2.8'
|
|
|
+ dependencies:
|
|
|
+ '@rollup/plugin-virtual': 3.0.1(rollup@2.79.1)
|
|
|
+ '@swc/core': 1.3.56
|
|
|
+ uuid: 9.0.0
|
|
|
+ vite: 4.3.8(@types/node@20.2.1)(sass@1.62.1)
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - '@swc/helpers'
|
|
|
+ - rollup
|
|
|
+ dev: true
|
|
|
+
|
|
|
/vite@4.3.8(@types/node@20.2.1)(sass@1.62.1):
|
|
|
resolution: {integrity: sha512-uYB8PwN7hbMrf4j1xzGDk/lqjsZvCDbt/JC5dyfxc19Pg8kRm14LinK/uq+HSLNswZEoKmweGdtpbnxRtrAXiQ==}
|
|
|
engines: {node: ^14.18.0 || >=16.0.0}
|