Skip to content

Commit 5126ae2

Browse files
committed
Create issue suggestion validation modal
Bump dependencies
1 parent f7e8113 commit 5126ae2

File tree

11 files changed

+811
-810
lines changed

11 files changed

+811
-810
lines changed

auto-imports.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* eslint-disable */
22
/* prettier-ignore */
33
// @ts-nocheck
4+
// noinspection JSUnusedGlobalSymbols
45
// Generated by unplugin-auto-import
56
export {}
67
declare global {

components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ declare module 'vue' {
2121
BRow: typeof import('bootstrap-vue-next')['BRow']
2222
BTab: typeof import('bootstrap-vue-next')['BTab']
2323
BTabs: typeof import('bootstrap-vue-next')['BTabs']
24+
Gallery: typeof import('./src/components/Gallery.vue')['default']
2425
IBiLightbulbFill: typeof import('~icons/bi/lightbulb-fill')['default']
2526
InducksEntry: typeof import('./src/components/InducksEntry.vue')['default']
2627
Issue: typeof import('./src/components/Issue.vue')['default']
28+
IssueSuggestionModal: typeof import('./src/components/IssueSuggestionModal.vue')['default']
2729
Publication: typeof import('./src/components/Publication.vue')['default']
2830
RouterLink: typeof import('vue-router')['RouterLink']
2931
RouterView: typeof import('vue-router')['RouterView']

docker-compose-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: '3.8'
22
services:
33
kumiko:
4+
restart: always
45
ports:
56
- "8005:8080"
67
build:

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,43 +12,43 @@
1212
"typecheck": "vue-tsc --noEmit"
1313
},
1414
"dependencies": {
15-
"@cloudinary/url-gen": "^1.10.1",
15+
"@cloudinary/url-gen": "^1.10.2",
1616
"@cloudinary/vue": "^1.11.2",
1717
"@vueuse/integrations": "^10.2.1",
1818
"async-validator": "^4.2.5",
1919
"axios": "^1.4.0",
2020
"axios-cache-interceptor": "^1.2.0",
2121
"bootstrap": "^5.3.0",
22-
"bootstrap-vue-next": "^0.9.15",
23-
"dayjs": "^1.11.8",
22+
"bootstrap-vue-next": "^0.9.26",
23+
"dayjs": "^1.11.9",
2424
"ducksmanager": "^0.0.61",
2525
"js-cookie": "^3.0.5",
2626
"page-flip": "^2.0.7",
2727
"pinia": "^2.1.4",
2828
"vue": "^3.3.4",
29-
"vue-i18n": "^9.3.0-beta.22",
30-
"vue-router": "^4.2.2"
29+
"vue-i18n": "9.3.0-beta.14-77e850b",
30+
"vue-router": "^4.2.4"
3131
},
3232
"devDependencies": {
33-
"@antfu/eslint-config": "^0.39.5",
33+
"@antfu/eslint-config": "^0.39.8",
3434
"@iconify-json/bi": "^1.1.17",
3535
"@intlify/unplugin-vue-i18n": "^0.12.2",
3636
"@types/js-cookie": "^3.0.3",
3737
"@types/page-flip": "^2.0.0",
38-
"@vitejs/plugin-vue": "^4.1.0",
39-
"@vue-macros/reactivity-transform": "^0.3.10",
38+
"@vitejs/plugin-vue": "^4.2.3",
39+
"@vue-macros/reactivity-transform": "^0.3.15",
4040
"concurrently": "^8.2.0",
41-
"eslint": "^8.43.0",
41+
"eslint": "^8.45.0",
4242
"eslint-plugin-vue": "^9.15.1",
4343
"prettier": "^2.8.8",
44-
"sass": "^1.63.6",
45-
"typescript": "^5.0.2",
46-
"unplugin-auto-import": "^0.16.4",
47-
"unplugin-icons": "^0.16.3",
44+
"sass": "^1.64.1",
45+
"typescript": "^5.1.6",
46+
"unplugin-auto-import": "^0.16.6",
47+
"unplugin-icons": "^0.16.5",
4848
"unplugin-vue-components": "^0.25.1",
49-
"vite": "^4.3.9",
49+
"vite": "^4.4.6",
5050
"vite-plugin-pages": "^0.31.0",
51-
"vue-tsc": "^1.4.2"
51+
"vue-tsc": "^1.8.6"
5252
},
5353
"eslintConfig": {
5454
"extends": "@antfu"

0 commit comments

Comments
 (0)