Skip to content

Commit

Permalink
chore: remove vue2 demo (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored Jan 15, 2024
1 parent 47b376d commit 032c227
Show file tree
Hide file tree
Showing 56 changed files with 991 additions and 4,738 deletions.
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.
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

0 comments on commit 032c227

Please sign in to comment.