Skip to content

Commit a3dab30

Browse files
committed
fix: remove vue-slick-carousel library
1 parent 9b3a876 commit a3dab30

File tree

6 files changed

+3
-63
lines changed

6 files changed

+3
-63
lines changed

nuxt.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export default {
9494
*/
9595
plugins: [
9696
{ src: '~/plugins/repository' },
97-
{ src: '~/plugins/components/vue-slick-carousel' },
9897
{ src: '~/plugins/components/icons' },
9998
],
10099
/*

package-lock.json

+2-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"nuxt": "^2.15.4",
3636
"nuxt-property-decorator": "^2.7.2",
3737
"regenerator-runtime": "^0.13.7",
38-
"vue-scrollto": "^2.20.0",
39-
"vue-slick-carousel": "^1.0.6"
38+
"vue-scrollto": "^2.20.0"
4039
},
4140
"devDependencies": {
4241
"@nuxt/types": "^2.13.2",

plugins/components/carousel.ts

-4
This file was deleted.

plugins/components/vue-slick-carousel.ts

-6
This file was deleted.

types/package.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
declare module '@mdi/js'
2-
declare module 'vue-slick-carousel'

0 commit comments

Comments
 (0)