Unverified Commit 61e8e481 authored by NGPixel's avatar NGPixel

chore: update dependencies

parent 41fba30e
...@@ -46,13 +46,13 @@ jobs: ...@@ -46,13 +46,13 @@ jobs:
- name: Build Assets - name: Build Assets
working-directory: ux working-directory: ux
run: | run: |
pnpm install --frozen-lockfile pnpm install
pnpm build pnpm build
- name: Build Blocks - name: Build Blocks
working-directory: blocks working-directory: blocks
run: | run: |
pnpm install --frozen-lockfile pnpm install
pnpm build pnpm build
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
......
...@@ -40,17 +40,17 @@ ...@@ -40,17 +40,17 @@
"@azure/storage-blob": "12.16.0", "@azure/storage-blob": "12.16.0",
"@exlinc/keycloak-passport": "1.0.2", "@exlinc/keycloak-passport": "1.0.2",
"@graphql-tools/schema": "10.0.0", "@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.6", "@graphql-tools/utils": "10.0.7",
"@hexagon/base64": "1.1.28", "@hexagon/base64": "1.1.28",
"@joplin/turndown-plugin-gfm": "1.0.50", "@joplin/turndown-plugin-gfm": "1.0.50",
"@node-saml/passport-saml": "4.0.4", "@node-saml/passport-saml": "4.0.4",
"@root/csr": "0.8.1", "@root/csr": "0.8.1",
"@root/keypairs": "0.10.3", "@root/keypairs": "0.10.3",
"@root/pem": "1.0.4", "@root/pem": "1.0.4",
"@simplewebauthn/server": "8.2.0", "@simplewebauthn/server": "8.3.2",
"acme": "3.0.3", "acme": "3.0.3",
"akismet-api": "6.0.0", "akismet-api": "6.0.0",
"aws-sdk": "2.1472.0", "aws-sdk": "2.1478.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"chalk": "5.3.0", "chalk": "5.3.0",
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
"diff2html": "3.4.45", "diff2html": "3.4.45",
"dompurify": "3.0.6", "dompurify": "3.0.6",
"dotize": "0.3.0", "dotize": "0.3.0",
"emoji-regex": "10.2.1", "emoji-regex": "10.3.0",
"eventemitter2": "6.4.9", "eventemitter2": "6.4.9",
"express": "4.18.2", "express": "4.18.2",
"express-brute": "1.0.1", "express-brute": "1.0.1",
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
"graphql-tools": "9.0.0", "graphql-tools": "9.0.0",
"graphql-upload": "16.0.2", "graphql-upload": "16.0.2",
"he": "1.2.0", "he": "1.2.0",
"highlight.js": "11.8.0", "highlight.js": "11.9.0",
"image-size": "1.0.2", "image-size": "1.0.2",
"js-base64": "3.7.5", "js-base64": "3.7.5",
"js-binary": "1.2.0", "js-binary": "1.2.0",
...@@ -116,10 +116,10 @@ ...@@ -116,10 +116,10 @@
"mime-types": "2.1.35", "mime-types": "2.1.35",
"ms": "2.1.3", "ms": "2.1.3",
"multer": "1.4.5-lts.1", "multer": "1.4.5-lts.1",
"nanoid": "5.0.1", "nanoid": "5.0.2",
"node-2fa": "2.0.3", "node-2fa": "2.0.3",
"node-cache": "5.1.2", "node-cache": "5.1.2",
"nodemailer": "6.9.5", "nodemailer": "6.9.7",
"objection": "3.1.2", "objection": "3.1.2",
"octokit": "3.1.1", "octokit": "3.1.1",
"passport": "0.6.0", "passport": "0.6.0",
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
"pg-tsquery": "8.4.1", "pg-tsquery": "8.4.1",
"poolifier": "2.7.5", "poolifier": "2.7.5",
"punycode": "2.3.0", "punycode": "2.3.0",
"puppeteer-core": "21.3.8", "puppeteer-core": "21.4.0",
"qr-image": "3.2.0", "qr-image": "3.2.0",
"remove-markdown": "0.5.0", "remove-markdown": "0.5.0",
"safe-regex": "2.1.1", "safe-regex": "2.1.1",
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
"yargs": "17.7.2" "yargs": "17.7.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "8.51.0", "eslint": "8.52.0",
"eslint-config-requarks": "1.0.7", "eslint-config-requarks": "1.0.7",
"eslint-config-standard": "17.1.0", "eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1", "eslint-plugin-import": "2.28.1",
......
...@@ -13,36 +13,36 @@ ...@@ -13,36 +13,36 @@
"ncu-u": "ncu -u -x codemirror,codemirror-asciidoc" "ncu-u": "ncu -u -x codemirror,codemirror-asciidoc"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "3.8.5", "@apollo/client": "3.8.6",
"@lezer/common": "1.1.0", "@lezer/common": "1.1.0",
"@mdi/font": "7.3.67", "@mdi/font": "7.3.67",
"@quasar/extras": "1.16.7", "@quasar/extras": "1.16.7",
"@simplewebauthn/browser": "8.3.1", "@simplewebauthn/browser": "8.3.1",
"@tiptap/core": "2.1.11", "@tiptap/core": "2.1.12",
"@tiptap/extension-code-block": "2.1.11", "@tiptap/extension-code-block": "2.1.12",
"@tiptap/extension-code-block-lowlight": "2.1.11", "@tiptap/extension-code-block-lowlight": "2.1.12",
"@tiptap/extension-color": "2.1.11", "@tiptap/extension-color": "2.1.12",
"@tiptap/extension-dropcursor": "2.1.11", "@tiptap/extension-dropcursor": "2.1.12",
"@tiptap/extension-font-family": "2.1.11", "@tiptap/extension-font-family": "2.1.12",
"@tiptap/extension-gapcursor": "2.1.11", "@tiptap/extension-gapcursor": "2.1.12",
"@tiptap/extension-hard-break": "2.1.11", "@tiptap/extension-hard-break": "2.1.12",
"@tiptap/extension-highlight": "2.1.11", "@tiptap/extension-highlight": "2.1.12",
"@tiptap/extension-history": "2.1.11", "@tiptap/extension-history": "2.1.12",
"@tiptap/extension-image": "2.1.11", "@tiptap/extension-image": "2.1.12",
"@tiptap/extension-mention": "2.1.11", "@tiptap/extension-mention": "2.1.12",
"@tiptap/extension-placeholder": "2.1.11", "@tiptap/extension-placeholder": "2.1.12",
"@tiptap/extension-table": "2.1.11", "@tiptap/extension-table": "2.1.12",
"@tiptap/extension-table-cell": "2.1.11", "@tiptap/extension-table-cell": "2.1.12",
"@tiptap/extension-table-header": "2.1.11", "@tiptap/extension-table-header": "2.1.12",
"@tiptap/extension-table-row": "2.1.11", "@tiptap/extension-table-row": "2.1.12",
"@tiptap/extension-task-item": "2.1.11", "@tiptap/extension-task-item": "2.1.12",
"@tiptap/extension-task-list": "2.1.11", "@tiptap/extension-task-list": "2.1.12",
"@tiptap/extension-text-align": "2.1.11", "@tiptap/extension-text-align": "2.1.12",
"@tiptap/extension-text-style": "2.1.11", "@tiptap/extension-text-style": "2.1.12",
"@tiptap/extension-typography": "2.1.11", "@tiptap/extension-typography": "2.1.12",
"@tiptap/pm": "2.1.11", "@tiptap/pm": "2.1.12",
"@tiptap/starter-kit": "2.1.11", "@tiptap/starter-kit": "2.1.12",
"@tiptap/vue-3": "2.1.11", "@tiptap/vue-3": "2.1.12",
"apollo-upload-client": "17.0.0", "apollo-upload-client": "17.0.0",
"browser-fs-access": "0.35.0", "browser-fs-access": "0.35.0",
"clipboard": "2.0.11", "clipboard": "2.0.11",
...@@ -54,12 +54,12 @@ ...@@ -54,12 +54,12 @@
"fuse.js": "6.6.2", "fuse.js": "6.6.2",
"graphql": "16.6.0", "graphql": "16.6.0",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",
"highlight.js": "11.8.0", "highlight.js": "11.9.0",
"js-cookie": "3.0.5", "js-cookie": "3.0.5",
"jwt-decode": "3.1.2", "jwt-decode": "3.1.2",
"katex": "0.16.9", "katex": "0.16.9",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"lowlight": "3.0.0", "lowlight": "3.1.0",
"luxon": "3.4.3", "luxon": "3.4.3",
"markdown-it": "13.0.2", "markdown-it": "13.0.2",
"markdown-it-abbr": "1.0.4", "markdown-it-abbr": "1.0.4",
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
"mitt": "3.0.1", "mitt": "3.0.1",
"monaco-editor": "0.44.0", "monaco-editor": "0.44.0",
"pako": "2.1.0", "pako": "2.1.0",
"pinia": "2.1.6", "pinia": "2.1.7",
"prosemirror-commands": "1.5.2", "prosemirror-commands": "1.5.2",
"prosemirror-history": "1.3.2", "prosemirror-history": "1.3.2",
"prosemirror-keymap": "1.2.2", "prosemirror-keymap": "1.2.2",
...@@ -86,9 +86,9 @@ ...@@ -86,9 +86,9 @@
"prosemirror-schema-list": "1.3.0", "prosemirror-schema-list": "1.3.0",
"prosemirror-state": "1.4.3", "prosemirror-state": "1.4.3",
"prosemirror-transform": "1.8.0", "prosemirror-transform": "1.8.0",
"prosemirror-view": "1.32.0", "prosemirror-view": "1.32.1",
"pug": "3.0.2", "pug": "3.0.2",
"quasar": "2.12.7", "quasar": "2.13.0",
"slugify": "1.6.6", "slugify": "1.6.6",
"socket.io-client": "4.7.2", "socket.io-client": "4.7.2",
"sortablejs-vue3": "1.2.9", "sortablejs-vue3": "1.2.9",
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
"twemoji": "14.0.2", "twemoji": "14.0.2",
"uuid": "9.0.1", "uuid": "9.0.1",
"v-network-graph": "0.9.10", "v-network-graph": "0.9.10",
"vue": "3.3.4", "vue": "3.3.6",
"vue-i18n": "9.5.0", "vue-i18n": "9.5.0",
"vue-router": "4.2.5", "vue-router": "4.2.5",
"vue3-otp-input": "0.4.1", "vue3-otp-input": "0.4.1",
...@@ -108,14 +108,14 @@ ...@@ -108,14 +108,14 @@
"devDependencies": { "devDependencies": {
"@intlify/unplugin-vue-i18n": "1.4.0", "@intlify/unplugin-vue-i18n": "1.4.0",
"@quasar/app-vite": "1.6.2", "@quasar/app-vite": "1.6.2",
"@types/lodash": "4.14.199", "@types/lodash": "4.14.200",
"@vue/language-plugin-pug": "1.8.16", "@vue/language-plugin-pug": "1.8.19",
"autoprefixer": "10.4.16", "autoprefixer": "10.4.16",
"browserlist": "latest", "browserlist": "latest",
"eslint": "8.51.0", "eslint": "8.52.0",
"eslint-config-standard": "17.1.0", "eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1", "eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.1.0", "eslint-plugin-n": "16.2.0",
"eslint-plugin-promise": "6.1.1", "eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.17.0" "eslint-plugin-vue": "9.17.0"
}, },
......
...@@ -3,7 +3,7 @@ router-view ...@@ -3,7 +3,7 @@ router-view
</template> </template>
<script setup> <script setup>
import { nextTick, onMounted, reactive, watch } from 'vue' import { reactive, watch } from 'vue'
import { useRouter, useRoute } from 'vue-router' import { useRouter, useRoute } from 'vue-router'
import { setCssVar, useQuasar } from 'quasar' import { setCssVar, useQuasar } from 'quasar'
import { useI18n } from 'vue-i18n' import { useI18n } from 'vue-i18n'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment