Skip to content

Commit

Permalink
Update gallery.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Jul 11, 2024
1 parent 6c2110b commit 69cb365
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"./src/*": "./src/*"
},
"dependencies": {
"@abi-software/gallery": "^1.1.0",
"@abi-software/gallery": "^1.1.1",
"@abi-software/svg-sprite": "^1.0.0",
"@element-plus/icons-vue": "^2.3.1",
"algoliasearch": "^4.10.5",
Expand All @@ -63,8 +63,8 @@
"cypress-wait-until": "^3.0.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"mochawesome": "^7.1.3",
"file-loader": "^5.0.2",
"mochawesome": "^7.1.3",
"raw-loader": "^0.5.1",
"sass": "^1.70.0",
"transform-loader": "^0.2.4",
Expand Down
1 change: 1 addition & 0 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ declare module 'vue' {
ElIcon: typeof import('element-plus/es')['ElIcon']
ElIconArrowLeft: typeof import('@element-plus/icons-vue')['ArrowLeft']
ElIconArrowRight: typeof import('@element-plus/icons-vue')['ArrowRight']
ElIconLocation: typeof import('@element-plus/icons-vue')['Location']
ElIconWarning: typeof import('@element-plus/icons-vue')['Warning']
ElInput: typeof import('element-plus/es')['ElInput']
ElOption: typeof import('element-plus/es')['ElOption']
Expand Down

0 comments on commit 69cb365

Please sign in to comment.