Skip to content

Migration to Vue3 #40

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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion dist/vue-snap.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-snap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-snap.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/vue@3/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
},
"dependencies": {
"vue": "^3.0.0",
"vue-snap": "^1.0.0-alpha.3"
"vue-snap": "^1.0.0-alpha.5"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0",
"vite": "^0.16.6"
"@vue/compiler-sfc": "^3.0.3",
"vite": "^0.20.10"
}
}
16 changes: 8 additions & 8 deletions examples/vue@3/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.5",
"core-js": "^3.8.0",
"vue": "^3.0.0-0",
"vue-snap": "^1.0.0-alpha.3"
"vue-snap": "^1.0.0-alpha.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.6",
"@vue/cli-plugin-eslint": "~4.5.6",
"@vue/cli-service": "~4.5.6",
"@vue/compiler-sfc": "^3.0.0",
"@vue/cli-plugin-babel": "~4.5.9",
"@vue/cli-plugin-eslint": "~4.5.9",
"@vue/cli-service": "~4.5.9",
"@vue/compiler-sfc": "^3.0.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-plugin-vue": "^7.0.0-0"
"eslint": "^7.14.0",
"eslint-plugin-vue": "^7.1.0"
},
"eslintConfig": {
"root": true,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-snap",
"version": "0.6.5",
"version": "1.0.0-alpha.6",
"description": "Lightweight Carousel based on CSS Scroll Snap",
"main": "dist/vue-snap.umd.js",
"module": "dist/vue-snap.esm.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/bartdominiak/vue-snap#README",
"peerDependencies": {
"vue": "^2.6.12"
"vue": "^3.0.0"
},
"dependencies": {
"core-js": "^3.8.0",
Expand Down Expand Up @@ -66,11 +66,11 @@
"rollup": "^2.34.1",
"rollup-plugin-analyzer": "^3.3.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"rollup-plugin-vue": "6.0.0-beta.10",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"vue-lazy": "^0.3.0",
"vue-loader": "^15.9.5",
"vue-loader": "^16.0.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"vuepress": "^1.7.1"
Expand Down
Loading