docs(deps): remove animxyz
This commit is contained in:
@@ -13,8 +13,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@algolia/client-search": "^4.20.0",
|
"@algolia/client-search": "^4.20.0",
|
||||||
"@alwaysmeticulous/recorder-loader": "^2.77.0",
|
"@alwaysmeticulous/recorder-loader": "^2.77.0",
|
||||||
"@animxyz/core": "^0.6.6",
|
|
||||||
"@animxyz/vue3": "^0.6.7",
|
|
||||||
"@stackblitz/sdk": "^1.9.0",
|
"@stackblitz/sdk": "^1.9.0",
|
||||||
"@vercel/analytics": "^1.1.0",
|
"@vercel/analytics": "^1.1.0",
|
||||||
"@vue-flow/background": "workspace:*",
|
"@vue-flow/background": "workspace:*",
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
import VueAnimXyz from '@animxyz/vue3'
|
|
||||||
import { inject } from '@vercel/analytics'
|
import { inject } from '@vercel/analytics'
|
||||||
import 'virtual:windi.css'
|
import 'virtual:windi.css'
|
||||||
import '@animxyz/core'
|
|
||||||
import '@vue-flow/core/dist/style.css'
|
import '@vue-flow/core/dist/style.css'
|
||||||
import '@vue-flow/core/dist/theme-default.css'
|
import '@vue-flow/core/dist/theme-default.css'
|
||||||
import '@vue-flow/controls/dist/style.css'
|
import '@vue-flow/controls/dist/style.css'
|
||||||
@@ -15,8 +13,6 @@ export default {
|
|||||||
extends: Theme,
|
extends: Theme,
|
||||||
Layout,
|
Layout,
|
||||||
enhanceApp({ app }) {
|
enhanceApp({ app }) {
|
||||||
app.use(VueAnimXyz)
|
|
||||||
|
|
||||||
inject()
|
inject()
|
||||||
},
|
},
|
||||||
} as typeof Theme
|
} as typeof Theme
|
||||||
|
|||||||
Vendored
+2
@@ -37,6 +37,7 @@ declare global {
|
|||||||
const h: typeof import('vue')['h']
|
const h: typeof import('vue')['h']
|
||||||
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
||||||
const inject: typeof import('vue')['inject']
|
const inject: typeof import('vue')['inject']
|
||||||
|
const injectLocal: typeof import('@vueuse/core')['injectLocal']
|
||||||
const isDefined: typeof import('@vueuse/core')['isDefined']
|
const isDefined: typeof import('@vueuse/core')['isDefined']
|
||||||
const isProxy: typeof import('vue')['isProxy']
|
const isProxy: typeof import('vue')['isProxy']
|
||||||
const isReactive: typeof import('vue')['isReactive']
|
const isReactive: typeof import('vue')['isReactive']
|
||||||
@@ -64,6 +65,7 @@ declare global {
|
|||||||
const onUpdated: typeof import('vue')['onUpdated']
|
const onUpdated: typeof import('vue')['onUpdated']
|
||||||
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
||||||
const provide: typeof import('vue')['provide']
|
const provide: typeof import('vue')['provide']
|
||||||
|
const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
||||||
const reactify: typeof import('@vueuse/core')['reactify']
|
const reactify: typeof import('@vueuse/core')['reactify']
|
||||||
const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
|
const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
|
||||||
const reactive: typeof import('vue')['reactive']
|
const reactive: typeof import('vue')['reactive']
|
||||||
|
|||||||
Generated
-25
@@ -29,12 +29,6 @@ importers:
|
|||||||
'@alwaysmeticulous/recorder-loader':
|
'@alwaysmeticulous/recorder-loader':
|
||||||
specifier: ^2.77.0
|
specifier: ^2.77.0
|
||||||
version: 2.79.0
|
version: 2.79.0
|
||||||
'@animxyz/core':
|
|
||||||
specifier: ^0.6.6
|
|
||||||
version: 0.6.6
|
|
||||||
'@animxyz/vue3':
|
|
||||||
specifier: ^0.6.7
|
|
||||||
version: 0.6.7(vue@3.3.4)
|
|
||||||
'@stackblitz/sdk':
|
'@stackblitz/sdk':
|
||||||
specifier: ^1.9.0
|
specifier: ^1.9.0
|
||||||
version: 1.9.0
|
version: 1.9.0
|
||||||
@@ -751,20 +745,6 @@ packages:
|
|||||||
'@jridgewell/trace-mapping': 0.3.19
|
'@jridgewell/trace-mapping': 0.3.19
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@animxyz/core@0.6.6:
|
|
||||||
resolution: {integrity: sha512-NtAA/G0Gq3hzAiL6yuE/4U8IgHMPUl3MxbWUbhO443T9UCsf9rBY94P5aK79Zd+/529FeoNdDphIOcOZLsI2sA==}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@animxyz/vue3@0.6.7(vue@3.3.4):
|
|
||||||
resolution: {integrity: sha512-tLx4HfFcoxR5wgIMFDrmjS2mZifFRNMiwn7skPT3as9ViuCW3QdCsBIDYY2tR37GSvSUC1NhNwkkCZ1pt0C+Hg==}
|
|
||||||
peerDependencies:
|
|
||||||
vue: '>= 3'
|
|
||||||
dependencies:
|
|
||||||
'@animxyz/core': 0.6.6
|
|
||||||
clsx: 1.2.1
|
|
||||||
vue: 3.3.4
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@antfu/eslint-config-basic@0.38.6(@typescript-eslint/eslint-plugin@5.62.0)(@typescript-eslint/parser@5.62.0)(eslint@8.51.0)(typescript@4.9.5):
|
/@antfu/eslint-config-basic@0.38.6(@typescript-eslint/eslint-plugin@5.62.0)(@typescript-eslint/parser@5.62.0)(eslint@8.51.0)(typescript@4.9.5):
|
||||||
resolution: {integrity: sha512-g5hxtS98MsQ6plCQ1rPx/K9+7ZZmUgdsWx84PJCwbaSuSklP1jZjuhMcjOPn/LW5t9QAPeb74T9+QsK3+IyNKQ==}
|
resolution: {integrity: sha512-g5hxtS98MsQ6plCQ1rPx/K9+7ZZmUgdsWx84PJCwbaSuSklP1jZjuhMcjOPn/LW5t9QAPeb74T9+QsK3+IyNKQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -4144,11 +4124,6 @@ packages:
|
|||||||
engines: {node: '>=0.8'}
|
engines: {node: '>=0.8'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/clsx@1.2.1:
|
|
||||||
resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==}
|
|
||||||
engines: {node: '>=6'}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/cluster-key-slot@1.1.2:
|
/cluster-key-slot@1.1.2:
|
||||||
resolution: {integrity: sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==}
|
resolution: {integrity: sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
|||||||
Reference in New Issue
Block a user