mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
chore(examples): remove -demo suffix on dir names
This commit is contained in:
+11
-2
@@ -3,6 +3,7 @@
|
||||
# -------------------------
|
||||
node_modules/
|
||||
logs/
|
||||
.yarn/*
|
||||
*.log
|
||||
*.pid
|
||||
*.seed
|
||||
@@ -33,7 +34,7 @@ __tests__/coverage/
|
||||
# Environment
|
||||
# -------------------------
|
||||
.env
|
||||
.env.*
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# -------------------------
|
||||
@@ -59,6 +60,7 @@ __tests__/coverage/
|
||||
# -------------------------
|
||||
# OS Generated
|
||||
# -------------------------
|
||||
*.pem
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
@@ -71,7 +73,6 @@ Desktop.ini
|
||||
# -------------------------
|
||||
# Framework / Tool Specific
|
||||
# -------------------------
|
||||
.next/
|
||||
.nuxt/
|
||||
.vuepress/dist/
|
||||
.serverless/
|
||||
@@ -79,6 +80,11 @@ Desktop.ini
|
||||
.dynamodb/
|
||||
.react-devtools
|
||||
|
||||
# Next.js
|
||||
.next/
|
||||
next-env.d.ts
|
||||
examples/next/build
|
||||
|
||||
# React Native
|
||||
.expo/
|
||||
.expo-shared/
|
||||
@@ -111,6 +117,9 @@ Pods/
|
||||
# Linting
|
||||
.eslintcache
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
|
||||
# -------------------------
|
||||
# Package Manager Locks
|
||||
# Keep only one when enforcing workspace consistency
|
||||
|
||||
@@ -14,6 +14,7 @@ export default {
|
||||
'ci',
|
||||
'core',
|
||||
'docs',
|
||||
'examples',
|
||||
'example/html',
|
||||
'example/react',
|
||||
'example/next',
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/versions
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Generated
+7
-7
@@ -87,7 +87,7 @@ importers:
|
||||
specifier: ^5.9.2
|
||||
version: 5.9.2
|
||||
|
||||
examples/html-demo:
|
||||
examples/html:
|
||||
dependencies:
|
||||
'@videojs/html':
|
||||
specifier: workspace:*
|
||||
@@ -95,12 +95,12 @@ importers:
|
||||
devDependencies:
|
||||
typescript:
|
||||
specifier: ^5.9.2
|
||||
version: 5.9.2
|
||||
version: 5.9.3
|
||||
vite:
|
||||
specifier: ^7.1.6
|
||||
version: 7.1.6(@types/node@22.18.6)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.1)
|
||||
|
||||
examples/next-demo:
|
||||
examples/next:
|
||||
dependencies:
|
||||
next:
|
||||
specifier: 16.0.1
|
||||
@@ -135,12 +135,12 @@ importers:
|
||||
version: 16.0.1(@typescript-eslint/parser@8.46.2(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)
|
||||
tailwindcss:
|
||||
specifier: ^4
|
||||
version: 4.1.14
|
||||
version: 4.1.16
|
||||
typescript:
|
||||
specifier: ^5
|
||||
version: 5.9.3
|
||||
|
||||
examples/react-demo:
|
||||
examples/react:
|
||||
dependencies:
|
||||
'@videojs/react':
|
||||
specifier: workspace:*
|
||||
@@ -156,7 +156,7 @@ importers:
|
||||
version: 18.3.1(react@18.3.1)
|
||||
tailwindcss:
|
||||
specifier: ^4.1.13
|
||||
version: 4.1.14
|
||||
version: 4.1.16
|
||||
devDependencies:
|
||||
'@tailwindcss/vite':
|
||||
specifier: ^4.1.0
|
||||
@@ -172,7 +172,7 @@ importers:
|
||||
version: 5.0.3(vite@7.1.6(@types/node@22.18.6)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.1))
|
||||
typescript:
|
||||
specifier: ^5.9.2
|
||||
version: 5.9.2
|
||||
version: 5.9.3
|
||||
vite:
|
||||
specifier: ^7.1.6
|
||||
version: 7.1.6(@types/node@22.18.6)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.1)
|
||||
|
||||
Reference in New Issue
Block a user