fix(deps): update dependency pinia to v2.2.3
This commit is contained in:
parent
80d22d5060
commit
8be3321efd
|
|
@ -110,7 +110,7 @@
|
|||
"is-touch-device": "1.0.1",
|
||||
"klona": "2.0.6",
|
||||
"lowlight": "2.9.0",
|
||||
"pinia": "2.2.2",
|
||||
"pinia": "2.2.3",
|
||||
"register-service-worker": "1.7.2",
|
||||
"sortablejs": "1.15.3",
|
||||
"tailwindcss": "3.4.13",
|
||||
|
|
|
|||
|
|
@ -197,8 +197,8 @@ importers:
|
|||
specifier: 2.9.0
|
||||
version: 2.9.0
|
||||
pinia:
|
||||
specifier: 2.2.2
|
||||
version: 2.2.2(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2))
|
||||
specifier: 2.2.3
|
||||
version: 2.2.3(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2))
|
||||
register-service-worker:
|
||||
specifier: 1.7.2
|
||||
version: 1.7.2
|
||||
|
|
@ -2518,9 +2518,6 @@ packages:
|
|||
'@vue/compiler-vue2@2.7.16':
|
||||
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
|
||||
|
||||
'@vue/devtools-api@6.6.3':
|
||||
resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==}
|
||||
|
||||
'@vue/devtools-api@6.6.4':
|
||||
resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
|
||||
|
||||
|
|
@ -4815,8 +4812,8 @@ packages:
|
|||
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
pinia@2.2.2:
|
||||
resolution: {integrity: sha512-ja2XqFWZC36mupU4z1ZzxeTApV7DOw44cV4dhQ9sGwun+N89v/XP7+j7q6TanS1u1tdbK4r+1BUx7heMaIdagA==}
|
||||
pinia@2.2.3:
|
||||
resolution: {integrity: sha512-t2X9y1FT0h5zHmi9PsVr0LMNC0DXdPiYxX6zM5IyZHoWFjLq/LGpM1OVpGhXTPHjUh0XaFlsQd3GvPvGGNLQnw==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
typescript: '>=4.4.4'
|
||||
|
|
@ -8645,8 +8642,6 @@ snapshots:
|
|||
de-indent: 1.0.2
|
||||
he: 1.2.0
|
||||
|
||||
'@vue/devtools-api@6.6.3': {}
|
||||
|
||||
'@vue/devtools-api@6.6.4': {}
|
||||
|
||||
'@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.28.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.6.2)':
|
||||
|
|
@ -11189,9 +11184,9 @@ snapshots:
|
|||
|
||||
pify@2.3.0: {}
|
||||
|
||||
pinia@2.2.2(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)):
|
||||
pinia@2.2.3(typescript@5.6.2)(vue@3.5.10(typescript@5.6.2)):
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.6.3
|
||||
'@vue/devtools-api': 6.6.4
|
||||
vue: 3.5.10(typescript@5.6.2)
|
||||
vue-demi: 0.14.10(vue@3.5.10(typescript@5.6.2))
|
||||
optionalDependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue