mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-06-20 18:15:18 +00:00
Compare commits
2 Commits
64a3c19c99
...
68a3ff29ea
| Author | SHA1 | Date | |
|---|---|---|---|
| 68a3ff29ea | |||
| c8239e6b8a |
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
ARG NODE_VERSION=24.14.1-slim
|
ARG NODE_VERSION=24.15.0-slim
|
||||||
|
|
||||||
# Stage 1: Build the application
|
# Stage 1: Build the application
|
||||||
FROM node:${NODE_VERSION} AS builder
|
FROM node:${NODE_VERSION} AS builder
|
||||||
|
|||||||
+3
-3
@@ -21,12 +21,12 @@
|
|||||||
"nuxt": "^4.4.2",
|
"nuxt": "^4.4.2",
|
||||||
"sass": "^1.99.0",
|
"sass": "^1.99.0",
|
||||||
"vue": "^3.5.32",
|
"vue": "^3.5.32",
|
||||||
"vue-router": "^4.6.4"
|
"vue-router": "^5.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"prettier": "^3.8.2",
|
"prettier": "^3.8.3",
|
||||||
"typescript": "^6.0.2",
|
"typescript": "^6.0.3",
|
||||||
"vue-tsc": "^3.2.6"
|
"vue-tsc": "^3.2.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+86
-151
@@ -10,29 +10,29 @@ importers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
nuxt:
|
nuxt:
|
||||||
specifier: ^4.4.2
|
specifier: ^4.4.2
|
||||||
version: 4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.2))(yaml@2.8.2)
|
version: 4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.3)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.3))(yaml@2.8.2)
|
||||||
sass:
|
sass:
|
||||||
specifier: ^1.99.0
|
specifier: ^1.99.0
|
||||||
version: 1.99.0
|
version: 1.99.0
|
||||||
vue:
|
vue:
|
||||||
specifier: ^3.5.32
|
specifier: ^3.5.32
|
||||||
version: 3.5.32(typescript@6.0.2)
|
version: 3.5.32(typescript@6.0.3)
|
||||||
vue-router:
|
vue-router:
|
||||||
specifier: ^4.6.4
|
specifier: ^5.0.4
|
||||||
version: 4.6.4(vue@3.5.32(typescript@6.0.2))
|
version: 5.0.4(@vue/compiler-sfc@3.5.32)(vue@3.5.32(typescript@6.0.3))
|
||||||
devDependencies:
|
devDependencies:
|
||||||
husky:
|
husky:
|
||||||
specifier: ^9.1.7
|
specifier: ^9.1.7
|
||||||
version: 9.1.7
|
version: 9.1.7
|
||||||
prettier:
|
prettier:
|
||||||
specifier: ^3.8.2
|
specifier: ^3.8.3
|
||||||
version: 3.8.2
|
version: 3.8.3
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^6.0.2
|
specifier: ^6.0.3
|
||||||
version: 6.0.2
|
version: 6.0.3
|
||||||
vue-tsc:
|
vue-tsc:
|
||||||
specifier: ^3.2.6
|
specifier: ^3.2.6
|
||||||
version: 3.2.6(typescript@6.0.2)
|
version: 3.2.6(typescript@6.0.3)
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@@ -118,11 +118,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
|
resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/parser@7.29.0':
|
|
||||||
resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
|
|
||||||
engines: {node: '>=6.0.0'}
|
|
||||||
hasBin: true
|
|
||||||
|
|
||||||
'@babel/parser@7.29.2':
|
'@babel/parser@7.29.2':
|
||||||
resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
|
resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
|
||||||
engines: {node: '>=6.0.0'}
|
engines: {node: '>=6.0.0'}
|
||||||
@@ -397,9 +392,6 @@ packages:
|
|||||||
'@jridgewell/sourcemap-codec@1.5.5':
|
'@jridgewell/sourcemap-codec@1.5.5':
|
||||||
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
||||||
|
|
||||||
'@jridgewell/trace-mapping@0.3.29':
|
|
||||||
resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==}
|
|
||||||
|
|
||||||
'@jridgewell/trace-mapping@0.3.31':
|
'@jridgewell/trace-mapping@0.3.31':
|
||||||
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
||||||
|
|
||||||
@@ -1333,21 +1325,12 @@ packages:
|
|||||||
'@vue/compiler-dom@3.5.32':
|
'@vue/compiler-dom@3.5.32':
|
||||||
resolution: {integrity: sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==}
|
resolution: {integrity: sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==}
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.5.29':
|
|
||||||
resolution: {integrity: sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==}
|
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.5.32':
|
'@vue/compiler-sfc@3.5.32':
|
||||||
resolution: {integrity: sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==}
|
resolution: {integrity: sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==}
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.5.29':
|
|
||||||
resolution: {integrity: sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==}
|
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.5.32':
|
'@vue/compiler-ssr@3.5.32':
|
||||||
resolution: {integrity: sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==}
|
resolution: {integrity: sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==}
|
||||||
|
|
||||||
'@vue/devtools-api@6.6.4':
|
|
||||||
resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
|
|
||||||
|
|
||||||
'@vue/devtools-api@8.1.1':
|
'@vue/devtools-api@8.1.1':
|
||||||
resolution: {integrity: sha512-bsDMJ07b3GN1puVwJb/fyFnj/U2imyswK5UQVLZwVl7O05jDrt6BHxeG5XffmOOdasOj/bOmIjxJvGPxU7pcqw==}
|
resolution: {integrity: sha512-bsDMJ07b3GN1puVwJb/fyFnj/U2imyswK5UQVLZwVl7O05jDrt6BHxeG5XffmOOdasOj/bOmIjxJvGPxU7pcqw==}
|
||||||
|
|
||||||
@@ -2844,16 +2827,12 @@ packages:
|
|||||||
postcss-value-parser@4.2.0:
|
postcss-value-parser@4.2.0:
|
||||||
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
||||||
|
|
||||||
postcss@8.5.6:
|
|
||||||
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
||||||
engines: {node: ^10 || ^12 || >=14}
|
|
||||||
|
|
||||||
postcss@8.5.9:
|
postcss@8.5.9:
|
||||||
resolution: {integrity: sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==}
|
resolution: {integrity: sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==}
|
||||||
engines: {node: ^10 || ^12 || >=14}
|
engines: {node: ^10 || ^12 || >=14}
|
||||||
|
|
||||||
prettier@3.8.2:
|
prettier@3.8.3:
|
||||||
resolution: {integrity: sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==}
|
resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@@ -3227,8 +3206,8 @@ packages:
|
|||||||
type-level-regexp@0.1.17:
|
type-level-regexp@0.1.17:
|
||||||
resolution: {integrity: sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==}
|
resolution: {integrity: sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==}
|
||||||
|
|
||||||
typescript@6.0.2:
|
typescript@6.0.3:
|
||||||
resolution: {integrity: sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==}
|
resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
|
||||||
engines: {node: '>=14.17'}
|
engines: {node: '>=14.17'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@@ -3494,11 +3473,6 @@ packages:
|
|||||||
vue-devtools-stub@0.1.0:
|
vue-devtools-stub@0.1.0:
|
||||||
resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==}
|
resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==}
|
||||||
|
|
||||||
vue-router@4.6.4:
|
|
||||||
resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==}
|
|
||||||
peerDependencies:
|
|
||||||
vue: ^3.5.0
|
|
||||||
|
|
||||||
vue-router@5.0.4:
|
vue-router@5.0.4:
|
||||||
resolution: {integrity: sha512-lCqDLCI2+fKVRl2OzXuzdSWmxXFLQRxQbmHugnRpTMyYiT+hNaycV0faqG5FBHDXoYrZ6MQcX87BvbY8mQ20Bg==}
|
resolution: {integrity: sha512-lCqDLCI2+fKVRl2OzXuzdSWmxXFLQRxQbmHugnRpTMyYiT+hNaycV0faqG5FBHDXoYrZ6MQcX87BvbY8mQ20Bg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -3637,7 +3611,7 @@ snapshots:
|
|||||||
'@babel/helper-compilation-targets': 7.28.6
|
'@babel/helper-compilation-targets': 7.28.6
|
||||||
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
|
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
|
||||||
'@babel/helpers': 7.28.6
|
'@babel/helpers': 7.28.6
|
||||||
'@babel/parser': 7.29.0
|
'@babel/parser': 7.29.2
|
||||||
'@babel/template': 7.28.6
|
'@babel/template': 7.28.6
|
||||||
'@babel/traverse': 7.29.0
|
'@babel/traverse': 7.29.0
|
||||||
'@babel/types': 7.29.0
|
'@babel/types': 7.29.0
|
||||||
@@ -3652,10 +3626,10 @@ snapshots:
|
|||||||
|
|
||||||
'@babel/generator@7.29.1':
|
'@babel/generator@7.29.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.29.0
|
'@babel/parser': 7.29.2
|
||||||
'@babel/types': 7.29.0
|
'@babel/types': 7.29.0
|
||||||
'@jridgewell/gen-mapping': 0.3.12
|
'@jridgewell/gen-mapping': 0.3.12
|
||||||
'@jridgewell/trace-mapping': 0.3.29
|
'@jridgewell/trace-mapping': 0.3.31
|
||||||
jsesc: 3.0.2
|
jsesc: 3.0.2
|
||||||
|
|
||||||
'@babel/helper-annotate-as-pure@7.27.3':
|
'@babel/helper-annotate-as-pure@7.27.3':
|
||||||
@@ -3741,10 +3715,6 @@ snapshots:
|
|||||||
'@babel/template': 7.28.6
|
'@babel/template': 7.28.6
|
||||||
'@babel/types': 7.29.0
|
'@babel/types': 7.29.0
|
||||||
|
|
||||||
'@babel/parser@7.29.0':
|
|
||||||
dependencies:
|
|
||||||
'@babel/types': 7.29.0
|
|
||||||
|
|
||||||
'@babel/parser@7.29.2':
|
'@babel/parser@7.29.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.29.0
|
'@babel/types': 7.29.0
|
||||||
@@ -3773,7 +3743,7 @@ snapshots:
|
|||||||
'@babel/template@7.28.6':
|
'@babel/template@7.28.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/code-frame': 7.29.0
|
'@babel/code-frame': 7.29.0
|
||||||
'@babel/parser': 7.29.0
|
'@babel/parser': 7.29.2
|
||||||
'@babel/types': 7.29.0
|
'@babel/types': 7.29.0
|
||||||
|
|
||||||
'@babel/traverse@7.29.0':
|
'@babel/traverse@7.29.0':
|
||||||
@@ -3781,7 +3751,7 @@ snapshots:
|
|||||||
'@babel/code-frame': 7.29.0
|
'@babel/code-frame': 7.29.0
|
||||||
'@babel/generator': 7.29.1
|
'@babel/generator': 7.29.1
|
||||||
'@babel/helper-globals': 7.28.0
|
'@babel/helper-globals': 7.28.0
|
||||||
'@babel/parser': 7.29.0
|
'@babel/parser': 7.29.2
|
||||||
'@babel/template': 7.28.6
|
'@babel/template': 7.28.6
|
||||||
'@babel/types': 7.29.0
|
'@babel/types': 7.29.0
|
||||||
debug: 4.4.3
|
debug: 4.4.3
|
||||||
@@ -3814,14 +3784,14 @@ snapshots:
|
|||||||
|
|
||||||
'@colordx/core@5.0.3': {}
|
'@colordx/core@5.0.3': {}
|
||||||
|
|
||||||
'@dxup/nuxt@0.4.0(magicast@0.5.1)(typescript@6.0.2)':
|
'@dxup/nuxt@0.4.0(magicast@0.5.1)(typescript@6.0.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@dxup/unimport': 0.1.2
|
'@dxup/unimport': 0.1.2
|
||||||
'@nuxt/kit': 4.4.2(magicast@0.5.1)
|
'@nuxt/kit': 4.4.2(magicast@0.5.1)
|
||||||
chokidar: 5.0.0
|
chokidar: 5.0.0
|
||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
tinyglobby: 0.2.15
|
tinyglobby: 0.2.15
|
||||||
typescript: 6.0.2
|
typescript: 6.0.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
|
|
||||||
@@ -3948,27 +3918,22 @@ snapshots:
|
|||||||
'@jridgewell/gen-mapping@0.3.12':
|
'@jridgewell/gen-mapping@0.3.12':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/sourcemap-codec': 1.5.5
|
'@jridgewell/sourcemap-codec': 1.5.5
|
||||||
'@jridgewell/trace-mapping': 0.3.29
|
'@jridgewell/trace-mapping': 0.3.31
|
||||||
|
|
||||||
'@jridgewell/remapping@2.3.5':
|
'@jridgewell/remapping@2.3.5':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/gen-mapping': 0.3.12
|
'@jridgewell/gen-mapping': 0.3.12
|
||||||
'@jridgewell/trace-mapping': 0.3.29
|
'@jridgewell/trace-mapping': 0.3.31
|
||||||
|
|
||||||
'@jridgewell/resolve-uri@3.1.2': {}
|
'@jridgewell/resolve-uri@3.1.2': {}
|
||||||
|
|
||||||
'@jridgewell/source-map@0.3.6':
|
'@jridgewell/source-map@0.3.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/gen-mapping': 0.3.12
|
'@jridgewell/gen-mapping': 0.3.12
|
||||||
'@jridgewell/trace-mapping': 0.3.29
|
'@jridgewell/trace-mapping': 0.3.31
|
||||||
|
|
||||||
'@jridgewell/sourcemap-codec@1.5.5': {}
|
'@jridgewell/sourcemap-codec@1.5.5': {}
|
||||||
|
|
||||||
'@jridgewell/trace-mapping@0.3.29':
|
|
||||||
dependencies:
|
|
||||||
'@jridgewell/resolve-uri': 3.1.2
|
|
||||||
'@jridgewell/sourcemap-codec': 1.5.5
|
|
||||||
|
|
||||||
'@jridgewell/trace-mapping@0.3.31':
|
'@jridgewell/trace-mapping@0.3.31':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/resolve-uri': 3.1.2
|
'@jridgewell/resolve-uri': 3.1.2
|
||||||
@@ -4100,12 +4065,12 @@ snapshots:
|
|||||||
pkg-types: 2.3.0
|
pkg-types: 2.3.0
|
||||||
semver: 7.7.4
|
semver: 7.7.4
|
||||||
|
|
||||||
'@nuxt/devtools@3.2.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.2))':
|
'@nuxt/devtools@3.2.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/devtools-kit': 3.2.4(magicast@0.5.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))
|
'@nuxt/devtools-kit': 3.2.4(magicast@0.5.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))
|
||||||
'@nuxt/devtools-wizard': 3.2.4
|
'@nuxt/devtools-wizard': 3.2.4
|
||||||
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
||||||
'@vue/devtools-core': 8.1.1(vue@3.5.32(typescript@6.0.2))
|
'@vue/devtools-core': 8.1.1(vue@3.5.32(typescript@6.0.3))
|
||||||
'@vue/devtools-kit': 8.1.1
|
'@vue/devtools-kit': 8.1.1
|
||||||
birpc: 4.0.0
|
birpc: 4.0.0
|
||||||
consola: 3.4.2
|
consola: 3.4.2
|
||||||
@@ -4132,7 +4097,7 @@ snapshots:
|
|||||||
tinyglobby: 0.2.15
|
tinyglobby: 0.2.15
|
||||||
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
||||||
vite-plugin-inspect: 11.3.3(@nuxt/kit@4.4.2(magicast@0.5.1))(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))
|
vite-plugin-inspect: 11.3.3(@nuxt/kit@4.4.2(magicast@0.5.1))(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))
|
||||||
vite-plugin-vue-tracer: 1.3.0(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.2))
|
vite-plugin-vue-tracer: 1.3.0(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.3))
|
||||||
which: 6.0.1
|
which: 6.0.1
|
||||||
ws: 8.20.0
|
ws: 8.20.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -4191,12 +4156,12 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- magicast
|
- magicast
|
||||||
|
|
||||||
'@nuxt/nitro-server@4.4.2(@babel/core@7.29.0)(@netlify/blobs@9.1.2)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(nuxt@4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.2))(yaml@2.8.2))(typescript@6.0.2)':
|
'@nuxt/nitro-server@4.4.2(@babel/core@7.29.0)(@netlify/blobs@9.1.2)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(nuxt@4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.3)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.3))(yaml@2.8.2))(typescript@6.0.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0)
|
'@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0)
|
||||||
'@nuxt/devalue': 2.0.2
|
'@nuxt/devalue': 2.0.2
|
||||||
'@nuxt/kit': 4.4.2(magicast@0.5.1)
|
'@nuxt/kit': 4.4.2(magicast@0.5.1)
|
||||||
'@unhead/vue': 2.1.13(vue@3.5.32(typescript@6.0.2))
|
'@unhead/vue': 2.1.13(vue@3.5.32(typescript@6.0.3))
|
||||||
'@vue/shared': 3.5.32
|
'@vue/shared': 3.5.32
|
||||||
consola: 3.4.2
|
consola: 3.4.2
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
@@ -4210,7 +4175,7 @@ snapshots:
|
|||||||
klona: 2.0.6
|
klona: 2.0.6
|
||||||
mocked-exports: 0.1.1
|
mocked-exports: 0.1.1
|
||||||
nitropack: 2.13.1(@netlify/blobs@9.1.2)(encoding@0.1.13)
|
nitropack: 2.13.1(@netlify/blobs@9.1.2)(encoding@0.1.13)
|
||||||
nuxt: 4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.2))(yaml@2.8.2)
|
nuxt: 4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.3)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.3))(yaml@2.8.2)
|
||||||
nypm: 0.6.5
|
nypm: 0.6.5
|
||||||
ohash: 2.0.11
|
ohash: 2.0.11
|
||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
@@ -4220,7 +4185,7 @@ snapshots:
|
|||||||
ufo: 1.6.3
|
ufo: 1.6.3
|
||||||
unctx: 2.5.0
|
unctx: 2.5.0
|
||||||
unstorage: 1.17.4(@netlify/blobs@9.1.2)(db0@0.3.4)(ioredis@5.9.2)
|
unstorage: 1.17.4(@netlify/blobs@9.1.2)(db0@0.3.4)(ioredis@5.9.2)
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
vue: 3.5.32(typescript@6.0.3)
|
||||||
vue-bundle-renderer: 2.2.0
|
vue-bundle-renderer: 2.2.0
|
||||||
vue-devtools-stub: 0.1.0
|
vue-devtools-stub: 0.1.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -4274,12 +4239,12 @@ snapshots:
|
|||||||
rc9: 3.0.0
|
rc9: 3.0.0
|
||||||
std-env: 3.10.0
|
std-env: 3.10.0
|
||||||
|
|
||||||
'@nuxt/vite-builder@4.4.2(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(magicast@0.5.1)(nuxt@4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.2))(yaml@2.8.2))(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.2)(vue-tsc@3.2.6(typescript@6.0.2))(vue@3.5.32(typescript@6.0.2))(yaml@2.8.2)':
|
'@nuxt/vite-builder@4.4.2(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(magicast@0.5.1)(nuxt@4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.3)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.3))(yaml@2.8.2))(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.3)(vue-tsc@3.2.6(typescript@6.0.3))(vue@3.5.32(typescript@6.0.3))(yaml@2.8.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': 4.4.2(magicast@0.5.1)
|
'@nuxt/kit': 4.4.2(magicast@0.5.1)
|
||||||
'@rollup/plugin-replace': 6.0.3(rollup@4.56.0)
|
'@rollup/plugin-replace': 6.0.3(rollup@4.56.0)
|
||||||
'@vitejs/plugin-vue': 6.0.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.2))
|
'@vitejs/plugin-vue': 6.0.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.3))
|
||||||
'@vitejs/plugin-vue-jsx': 5.1.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.2))
|
'@vitejs/plugin-vue-jsx': 5.1.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.3))
|
||||||
autoprefixer: 10.4.27(postcss@8.5.9)
|
autoprefixer: 10.4.27(postcss@8.5.9)
|
||||||
consola: 3.4.2
|
consola: 3.4.2
|
||||||
cssnano: 7.1.4(postcss@8.5.9)
|
cssnano: 7.1.4(postcss@8.5.9)
|
||||||
@@ -4292,7 +4257,7 @@ snapshots:
|
|||||||
magic-string: 0.30.21
|
magic-string: 0.30.21
|
||||||
mlly: 1.8.2
|
mlly: 1.8.2
|
||||||
mocked-exports: 0.1.1
|
mocked-exports: 0.1.1
|
||||||
nuxt: 4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.2))(yaml@2.8.2)
|
nuxt: 4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.3)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.3))(yaml@2.8.2)
|
||||||
nypm: 0.6.5
|
nypm: 0.6.5
|
||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
pkg-types: 2.3.0
|
pkg-types: 2.3.0
|
||||||
@@ -4303,8 +4268,8 @@ snapshots:
|
|||||||
unenv: 2.0.0-rc.24
|
unenv: 2.0.0-rc.24
|
||||||
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
||||||
vite-node: 5.3.0(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
vite-node: 5.3.0(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
||||||
vite-plugin-checker: 0.12.0(typescript@6.0.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.2))
|
vite-plugin-checker: 0.12.0(typescript@6.0.3)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.3))
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
vue: 3.5.32(typescript@6.0.3)
|
||||||
vue-bundle-renderer: 2.2.0
|
vue-bundle-renderer: 2.2.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.29.0)
|
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.29.0)
|
||||||
@@ -4775,18 +4740,18 @@ snapshots:
|
|||||||
|
|
||||||
'@types/resolve@1.20.2': {}
|
'@types/resolve@1.20.2': {}
|
||||||
|
|
||||||
'@unhead/vue@2.1.13(vue@3.5.32(typescript@6.0.2))':
|
'@unhead/vue@2.1.13(vue@3.5.32(typescript@6.0.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
hookable: 6.0.1
|
hookable: 6.0.1
|
||||||
unhead: 2.1.13
|
unhead: 2.1.13
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
vue: 3.5.32(typescript@6.0.3)
|
||||||
|
|
||||||
'@vercel/nft@1.3.0(encoding@0.1.13)(rollup@4.56.0)':
|
'@vercel/nft@1.3.0(encoding@0.1.13)(rollup@4.56.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@mapbox/node-pre-gyp': 2.0.0(encoding@0.1.13)
|
'@mapbox/node-pre-gyp': 2.0.0(encoding@0.1.13)
|
||||||
'@rollup/pluginutils': 5.1.4(rollup@4.56.0)
|
'@rollup/pluginutils': 5.1.4(rollup@4.56.0)
|
||||||
acorn: 8.15.0
|
acorn: 8.16.0
|
||||||
acorn-import-attributes: 1.9.5(acorn@8.15.0)
|
acorn-import-attributes: 1.9.5(acorn@8.16.0)
|
||||||
async-sema: 3.1.1
|
async-sema: 3.1.1
|
||||||
bindings: 1.5.0
|
bindings: 1.5.0
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
@@ -4800,7 +4765,7 @@ snapshots:
|
|||||||
- rollup
|
- rollup
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@vitejs/plugin-vue-jsx@5.1.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.2))':
|
'@vitejs/plugin-vue-jsx@5.1.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.29.0
|
'@babel/core': 7.29.0
|
||||||
'@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0)
|
'@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0)
|
||||||
@@ -4808,15 +4773,15 @@ snapshots:
|
|||||||
'@rolldown/pluginutils': 1.0.0-rc.3
|
'@rolldown/pluginutils': 1.0.0-rc.3
|
||||||
'@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.0)
|
'@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.0)
|
||||||
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
vue: 3.5.32(typescript@6.0.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@vitejs/plugin-vue@6.0.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.2))':
|
'@vitejs/plugin-vue@6.0.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@rolldown/pluginutils': 1.0.0-rc.2
|
'@rolldown/pluginutils': 1.0.0-rc.2
|
||||||
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
vue: 3.5.32(typescript@6.0.3)
|
||||||
|
|
||||||
'@volar/language-core@2.4.28':
|
'@volar/language-core@2.4.28':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4830,15 +4795,15 @@ snapshots:
|
|||||||
path-browserify: 1.0.1
|
path-browserify: 1.0.1
|
||||||
vscode-uri: 3.1.0
|
vscode-uri: 3.1.0
|
||||||
|
|
||||||
'@vue-macros/common@3.1.1(vue@3.5.32(typescript@6.0.2))':
|
'@vue-macros/common@3.1.1(vue@3.5.32(typescript@6.0.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.5.29
|
'@vue/compiler-sfc': 3.5.32
|
||||||
ast-kit: 2.1.3
|
ast-kit: 2.1.3
|
||||||
local-pkg: 1.1.2
|
local-pkg: 1.1.2
|
||||||
magic-string-ast: 1.0.3
|
magic-string-ast: 1.0.3
|
||||||
unplugin-utils: 0.3.1
|
unplugin-utils: 0.3.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
vue: 3.5.32(typescript@6.0.3)
|
||||||
|
|
||||||
'@vue/babel-helper-vue-transform-on@2.0.1': {}
|
'@vue/babel-helper-vue-transform-on@2.0.1': {}
|
||||||
|
|
||||||
@@ -4864,14 +4829,14 @@ snapshots:
|
|||||||
'@babel/core': 7.29.0
|
'@babel/core': 7.29.0
|
||||||
'@babel/helper-module-imports': 7.28.6
|
'@babel/helper-module-imports': 7.28.6
|
||||||
'@babel/helper-plugin-utils': 7.28.6
|
'@babel/helper-plugin-utils': 7.28.6
|
||||||
'@babel/parser': 7.29.0
|
'@babel/parser': 7.29.2
|
||||||
'@vue/compiler-sfc': 3.5.29
|
'@vue/compiler-sfc': 3.5.32
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@vue/compiler-core@3.5.29':
|
'@vue/compiler-core@3.5.29':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.29.0
|
'@babel/parser': 7.29.2
|
||||||
'@vue/shared': 3.5.29
|
'@vue/shared': 3.5.29
|
||||||
entities: 7.0.1
|
entities: 7.0.1
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
@@ -4895,18 +4860,6 @@ snapshots:
|
|||||||
'@vue/compiler-core': 3.5.32
|
'@vue/compiler-core': 3.5.32
|
||||||
'@vue/shared': 3.5.32
|
'@vue/shared': 3.5.32
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.5.29':
|
|
||||||
dependencies:
|
|
||||||
'@babel/parser': 7.29.0
|
|
||||||
'@vue/compiler-core': 3.5.29
|
|
||||||
'@vue/compiler-dom': 3.5.29
|
|
||||||
'@vue/compiler-ssr': 3.5.29
|
|
||||||
'@vue/shared': 3.5.29
|
|
||||||
estree-walker: 2.0.2
|
|
||||||
magic-string: 0.30.21
|
|
||||||
postcss: 8.5.6
|
|
||||||
source-map-js: 1.2.1
|
|
||||||
|
|
||||||
'@vue/compiler-sfc@3.5.32':
|
'@vue/compiler-sfc@3.5.32':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.29.2
|
'@babel/parser': 7.29.2
|
||||||
@@ -4919,27 +4872,20 @@ snapshots:
|
|||||||
postcss: 8.5.9
|
postcss: 8.5.9
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.5.29':
|
|
||||||
dependencies:
|
|
||||||
'@vue/compiler-dom': 3.5.29
|
|
||||||
'@vue/shared': 3.5.29
|
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.5.32':
|
'@vue/compiler-ssr@3.5.32':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.5.32
|
'@vue/compiler-dom': 3.5.32
|
||||||
'@vue/shared': 3.5.32
|
'@vue/shared': 3.5.32
|
||||||
|
|
||||||
'@vue/devtools-api@6.6.4': {}
|
|
||||||
|
|
||||||
'@vue/devtools-api@8.1.1':
|
'@vue/devtools-api@8.1.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-kit': 8.1.1
|
'@vue/devtools-kit': 8.1.1
|
||||||
|
|
||||||
'@vue/devtools-core@8.1.1(vue@3.5.32(typescript@6.0.2))':
|
'@vue/devtools-core@8.1.1(vue@3.5.32(typescript@6.0.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-kit': 8.1.1
|
'@vue/devtools-kit': 8.1.1
|
||||||
'@vue/devtools-shared': 8.1.1
|
'@vue/devtools-shared': 8.1.1
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
vue: 3.5.32(typescript@6.0.3)
|
||||||
|
|
||||||
'@vue/devtools-kit@8.1.1':
|
'@vue/devtools-kit@8.1.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4976,11 +4922,11 @@ snapshots:
|
|||||||
'@vue/shared': 3.5.32
|
'@vue/shared': 3.5.32
|
||||||
csstype: 3.2.3
|
csstype: 3.2.3
|
||||||
|
|
||||||
'@vue/server-renderer@3.5.32(vue@3.5.32(typescript@6.0.2))':
|
'@vue/server-renderer@3.5.32(vue@3.5.32(typescript@6.0.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-ssr': 3.5.32
|
'@vue/compiler-ssr': 3.5.32
|
||||||
'@vue/shared': 3.5.32
|
'@vue/shared': 3.5.32
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
vue: 3.5.32(typescript@6.0.3)
|
||||||
|
|
||||||
'@vue/shared@3.5.29': {}
|
'@vue/shared@3.5.29': {}
|
||||||
|
|
||||||
@@ -5025,9 +4971,9 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
event-target-shim: 5.0.1
|
event-target-shim: 5.0.1
|
||||||
|
|
||||||
acorn-import-attributes@1.9.5(acorn@8.15.0):
|
acorn-import-attributes@1.9.5(acorn@8.16.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.15.0
|
acorn: 8.16.0
|
||||||
|
|
||||||
acorn@8.15.0: {}
|
acorn@8.15.0: {}
|
||||||
|
|
||||||
@@ -5076,12 +5022,12 @@ snapshots:
|
|||||||
|
|
||||||
ast-kit@2.1.3:
|
ast-kit@2.1.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.29.0
|
'@babel/parser': 7.29.2
|
||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
|
|
||||||
ast-walker-scope@0.8.3:
|
ast-walker-scope@0.8.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.29.0
|
'@babel/parser': 7.29.2
|
||||||
ast-kit: 2.1.3
|
ast-kit: 2.1.3
|
||||||
|
|
||||||
async-sema@3.1.1: {}
|
async-sema@3.1.1: {}
|
||||||
@@ -5983,13 +5929,13 @@ snapshots:
|
|||||||
|
|
||||||
magicast@0.5.1:
|
magicast@0.5.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.29.0
|
'@babel/parser': 7.29.2
|
||||||
'@babel/types': 7.29.0
|
'@babel/types': 7.29.0
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
magicast@0.5.2:
|
magicast@0.5.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.29.0
|
'@babel/parser': 7.29.2
|
||||||
'@babel/types': 7.29.0
|
'@babel/types': 7.29.0
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
@@ -6219,17 +6165,17 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
boolbase: 1.0.0
|
boolbase: 1.0.0
|
||||||
|
|
||||||
nuxt@4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.2))(yaml@2.8.2):
|
nuxt@4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.3)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.3))(yaml@2.8.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@dxup/nuxt': 0.4.0(magicast@0.5.1)(typescript@6.0.2)
|
'@dxup/nuxt': 0.4.0(magicast@0.5.1)(typescript@6.0.3)
|
||||||
'@nuxt/cli': 3.34.0(@nuxt/schema@4.4.2)(cac@6.7.14)(magicast@0.5.1)
|
'@nuxt/cli': 3.34.0(@nuxt/schema@4.4.2)(cac@6.7.14)(magicast@0.5.1)
|
||||||
'@nuxt/devtools': 3.2.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.2))
|
'@nuxt/devtools': 3.2.4(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.3))
|
||||||
'@nuxt/kit': 4.4.2(magicast@0.5.1)
|
'@nuxt/kit': 4.4.2(magicast@0.5.1)
|
||||||
'@nuxt/nitro-server': 4.4.2(@babel/core@7.29.0)(@netlify/blobs@9.1.2)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(nuxt@4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.2))(yaml@2.8.2))(typescript@6.0.2)
|
'@nuxt/nitro-server': 4.4.2(@babel/core@7.29.0)(@netlify/blobs@9.1.2)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(nuxt@4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.3)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.3))(yaml@2.8.2))(typescript@6.0.3)
|
||||||
'@nuxt/schema': 4.4.2
|
'@nuxt/schema': 4.4.2
|
||||||
'@nuxt/telemetry': 2.7.0(@nuxt/kit@4.4.2(magicast@0.5.1))
|
'@nuxt/telemetry': 2.7.0(@nuxt/kit@4.4.2(magicast@0.5.1))
|
||||||
'@nuxt/vite-builder': 4.4.2(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(magicast@0.5.1)(nuxt@4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.2))(yaml@2.8.2))(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.2)(vue-tsc@3.2.6(typescript@6.0.2))(vue@3.5.32(typescript@6.0.2))(yaml@2.8.2)
|
'@nuxt/vite-builder': 4.4.2(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(magicast@0.5.1)(nuxt@4.4.2(@babel/core@7.29.0)(@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0))(@netlify/blobs@9.1.2)(@parcel/watcher@2.4.1)(@vue/compiler-sfc@3.5.32)(cac@6.7.14)(db0@0.3.4)(encoding@0.1.13)(ioredis@5.9.2)(magicast@0.5.1)(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.3)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.3))(yaml@2.8.2))(rollup-plugin-visualizer@6.0.5(rollup@4.56.0))(rollup@4.56.0)(sass@1.99.0)(terser@5.31.0)(typescript@6.0.3)(vue-tsc@3.2.6(typescript@6.0.3))(vue@3.5.32(typescript@6.0.3))(yaml@2.8.2)
|
||||||
'@unhead/vue': 2.1.13(vue@3.5.32(typescript@6.0.2))
|
'@unhead/vue': 2.1.13(vue@3.5.32(typescript@6.0.3))
|
||||||
'@vue/shared': 3.5.32
|
'@vue/shared': 3.5.32
|
||||||
c12: 3.3.3(magicast@0.5.1)
|
c12: 3.3.3(magicast@0.5.1)
|
||||||
chokidar: 5.0.0
|
chokidar: 5.0.0
|
||||||
@@ -6275,8 +6221,8 @@ snapshots:
|
|||||||
unplugin: 3.0.0
|
unplugin: 3.0.0
|
||||||
unrouting: 0.1.7
|
unrouting: 0.1.7
|
||||||
untyped: 2.0.0
|
untyped: 2.0.0
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
vue: 3.5.32(typescript@6.0.3)
|
||||||
vue-router: 5.0.4(@vue/compiler-sfc@3.5.32)(vue@3.5.32(typescript@6.0.2))
|
vue-router: 5.0.4(@vue/compiler-sfc@3.5.32)(vue@3.5.32(typescript@6.0.3))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@parcel/watcher': 2.4.1
|
'@parcel/watcher': 2.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -6696,19 +6642,13 @@ snapshots:
|
|||||||
|
|
||||||
postcss-value-parser@4.2.0: {}
|
postcss-value-parser@4.2.0: {}
|
||||||
|
|
||||||
postcss@8.5.6:
|
|
||||||
dependencies:
|
|
||||||
nanoid: 3.3.11
|
|
||||||
picocolors: 1.1.1
|
|
||||||
source-map-js: 1.2.1
|
|
||||||
|
|
||||||
postcss@8.5.9:
|
postcss@8.5.9:
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid: 3.3.11
|
nanoid: 3.3.11
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
prettier@3.8.2: {}
|
prettier@3.8.3: {}
|
||||||
|
|
||||||
pretty-bytes@7.1.0: {}
|
pretty-bytes@7.1.0: {}
|
||||||
|
|
||||||
@@ -7073,7 +7013,7 @@ snapshots:
|
|||||||
terser@5.31.0:
|
terser@5.31.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/source-map': 0.3.6
|
'@jridgewell/source-map': 0.3.6
|
||||||
acorn: 8.15.0
|
acorn: 8.16.0
|
||||||
commander: 2.20.3
|
commander: 2.20.3
|
||||||
source-map-support: 0.5.21
|
source-map-support: 0.5.21
|
||||||
|
|
||||||
@@ -7110,7 +7050,7 @@ snapshots:
|
|||||||
|
|
||||||
type-level-regexp@0.1.17: {}
|
type-level-regexp@0.1.17: {}
|
||||||
|
|
||||||
typescript@6.0.2: {}
|
typescript@6.0.3: {}
|
||||||
|
|
||||||
ufo@1.6.3: {}
|
ufo@1.6.3: {}
|
||||||
|
|
||||||
@@ -7142,7 +7082,7 @@ snapshots:
|
|||||||
|
|
||||||
unimport@5.6.0:
|
unimport@5.6.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.15.0
|
acorn: 8.16.0
|
||||||
escape-string-regexp: 5.0.0
|
escape-string-regexp: 5.0.0
|
||||||
estree-walker: 3.0.3
|
estree-walker: 3.0.3
|
||||||
local-pkg: 1.1.2
|
local-pkg: 1.1.2
|
||||||
@@ -7182,7 +7122,7 @@ snapshots:
|
|||||||
unplugin@2.3.11:
|
unplugin@2.3.11:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/remapping': 2.3.5
|
'@jridgewell/remapping': 2.3.5
|
||||||
acorn: 8.15.0
|
acorn: 8.16.0
|
||||||
picomatch: 4.0.3
|
picomatch: 4.0.3
|
||||||
webpack-virtual-modules: 0.6.2
|
webpack-virtual-modules: 0.6.2
|
||||||
|
|
||||||
@@ -7281,7 +7221,7 @@ snapshots:
|
|||||||
- tsx
|
- tsx
|
||||||
- yaml
|
- yaml
|
||||||
|
|
||||||
vite-plugin-checker@0.12.0(typescript@6.0.2)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.2)):
|
vite-plugin-checker@0.12.0(typescript@6.0.3)(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue-tsc@3.2.6(typescript@6.0.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/code-frame': 7.29.0
|
'@babel/code-frame': 7.29.0
|
||||||
chokidar: 4.0.3
|
chokidar: 4.0.3
|
||||||
@@ -7293,8 +7233,8 @@ snapshots:
|
|||||||
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
||||||
vscode-uri: 3.1.0
|
vscode-uri: 3.1.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 6.0.2
|
typescript: 6.0.3
|
||||||
vue-tsc: 3.2.6(typescript@6.0.2)
|
vue-tsc: 3.2.6(typescript@6.0.3)
|
||||||
|
|
||||||
vite-plugin-inspect@11.3.3(@nuxt/kit@4.4.2(magicast@0.5.1))(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)):
|
vite-plugin-inspect@11.3.3(@nuxt/kit@4.4.2(magicast@0.5.1))(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -7313,7 +7253,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
vite-plugin-vue-tracer@1.3.0(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.2)):
|
vite-plugin-vue-tracer@1.3.0(vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2))(vue@3.5.32(typescript@6.0.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
estree-walker: 3.0.3
|
estree-walker: 3.0.3
|
||||||
exsolve: 1.0.8
|
exsolve: 1.0.8
|
||||||
@@ -7321,7 +7261,7 @@ snapshots:
|
|||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
vite: 7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2)
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
vue: 3.5.32(typescript@6.0.3)
|
||||||
|
|
||||||
vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2):
|
vite@7.3.1(jiti@2.6.1)(sass@1.99.0)(terser@5.31.0)(yaml@2.8.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -7346,15 +7286,10 @@ snapshots:
|
|||||||
|
|
||||||
vue-devtools-stub@0.1.0: {}
|
vue-devtools-stub@0.1.0: {}
|
||||||
|
|
||||||
vue-router@4.6.4(vue@3.5.32(typescript@6.0.2)):
|
vue-router@5.0.4(@vue/compiler-sfc@3.5.32)(vue@3.5.32(typescript@6.0.3)):
|
||||||
dependencies:
|
|
||||||
'@vue/devtools-api': 6.6.4
|
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
|
||||||
|
|
||||||
vue-router@5.0.4(@vue/compiler-sfc@3.5.32)(vue@3.5.32(typescript@6.0.2)):
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/generator': 7.29.1
|
'@babel/generator': 7.29.1
|
||||||
'@vue-macros/common': 3.1.1(vue@3.5.32(typescript@6.0.2))
|
'@vue-macros/common': 3.1.1(vue@3.5.32(typescript@6.0.3))
|
||||||
'@vue/devtools-api': 8.1.1
|
'@vue/devtools-api': 8.1.1
|
||||||
ast-walker-scope: 0.8.3
|
ast-walker-scope: 0.8.3
|
||||||
chokidar: 5.0.0
|
chokidar: 5.0.0
|
||||||
@@ -7369,26 +7304,26 @@ snapshots:
|
|||||||
tinyglobby: 0.2.15
|
tinyglobby: 0.2.15
|
||||||
unplugin: 3.0.0
|
unplugin: 3.0.0
|
||||||
unplugin-utils: 0.3.1
|
unplugin-utils: 0.3.1
|
||||||
vue: 3.5.32(typescript@6.0.2)
|
vue: 3.5.32(typescript@6.0.3)
|
||||||
yaml: 2.8.2
|
yaml: 2.8.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@vue/compiler-sfc': 3.5.32
|
'@vue/compiler-sfc': 3.5.32
|
||||||
|
|
||||||
vue-tsc@3.2.6(typescript@6.0.2):
|
vue-tsc@3.2.6(typescript@6.0.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@volar/typescript': 2.4.28
|
'@volar/typescript': 2.4.28
|
||||||
'@vue/language-core': 3.2.6
|
'@vue/language-core': 3.2.6
|
||||||
typescript: 6.0.2
|
typescript: 6.0.3
|
||||||
|
|
||||||
vue@3.5.32(typescript@6.0.2):
|
vue@3.5.32(typescript@6.0.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.5.32
|
'@vue/compiler-dom': 3.5.32
|
||||||
'@vue/compiler-sfc': 3.5.32
|
'@vue/compiler-sfc': 3.5.32
|
||||||
'@vue/runtime-dom': 3.5.32
|
'@vue/runtime-dom': 3.5.32
|
||||||
'@vue/server-renderer': 3.5.32(vue@3.5.32(typescript@6.0.2))
|
'@vue/server-renderer': 3.5.32(vue@3.5.32(typescript@6.0.3))
|
||||||
'@vue/shared': 3.5.32
|
'@vue/shared': 3.5.32
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 6.0.2
|
typescript: 6.0.3
|
||||||
|
|
||||||
web-streams-polyfill@3.3.3:
|
web-streams-polyfill@3.3.3:
|
||||||
optional: true
|
optional: true
|
||||||
|
|||||||
Reference in New Issue
Block a user