Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove vue2 demo #1009

Merged
merged 2 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
demos
demo
*.d.ts
cache
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 13 additions & 13 deletions demos/demo-vue3/package.json → demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@
"lint": "eslint . --ext .js,.vue"
},
"dependencies": {
"core-js": "^3.30.2",
"core-js": "^3.35.0",
"floating-vue": "workspace:*",
"vue": "^3.3.4",
"vue-router": "^4.2.1"
"vue": "^3.4.13",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.13",
"@vue/eslint-config-standard": "^8.0.1",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.16",
"babel-eslint": "^10.1.0",
"eslint": "^8.41.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.13.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"vite": "^4.3.8"
"eslint-plugin-vue": "^9.20.1",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions demos/demo-vue2/.eslintignore

This file was deleted.

20 changes: 0 additions & 20 deletions demos/demo-vue2/.eslintrc.js

This file was deleted.

15 changes: 0 additions & 15 deletions demos/demo-vue2/index.html

This file was deleted.

38 changes: 0 additions & 38 deletions demos/demo-vue2/package.json

This file was deleted.

Empty file removed demos/demo-vue2/public/.nojekyll
Empty file.
Binary file removed demos/demo-vue2/public/logo.png
Binary file not shown.
89 changes: 0 additions & 89 deletions demos/demo-vue2/public/test.html

This file was deleted.

Loading