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