Skip to content

Commit

Permalink
whattheduck: Open Issue Edit view when clicking on a cover
Browse files Browse the repository at this point in the history
Fix Vite error with vue/macros
Add button to copy the list of issues for the current publication code
Bump dependencies
  • Loading branch information
bperel committed Jun 28, 2024
1 parent 112ca66 commit b651274
Show file tree
Hide file tree
Showing 34 changed files with 3,514 additions and 4,716 deletions.
14 changes: 7 additions & 7 deletions apps/dumili/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"lint": "eslint --fix ."
},
"dependencies": {
"@prisma/client": "^5.15.0",
"@sentry/node": "^7.116.0",
"axios": "^1.7.0",
"@prisma/client": "^5.16.1",
"@sentry/node": "^7.118.0",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"busboy": "^1.6.0",
"cloudinary": "^1.41.3",
Expand All @@ -41,16 +41,16 @@
"@types/express": "^4.17.21",
"@types/i18n": "^0.13.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^18.19.33",
"@types/node": "^18.19.39",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"prisma": "^5.15.0",
"prisma": "^5.16.1",
"tsc-alias": "^1.8.10",
"tsx": "^4.10.5",
"tsx": "^4.15.8",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.0"
"typescript-eslint": "^7.14.1"
}
}
648 changes: 317 additions & 331 deletions apps/dumili/api/pnpm-lock.yaml

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions apps/dumili/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,52 +14,52 @@
"lint": "eslint --cache --fix ."
},
"dependencies": {
"@uppy/core": "^3.11.3",
"@uppy/dashboard": "^3.8.3",
"@uppy/core": "^3.13.0",
"@uppy/dashboard": "^3.9.1",
"@uppy/drag-drop": "^3.1.0",
"@uppy/progress-bar": "^3.1.1",
"@uppy/xhr-upload": "^3.6.6",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@uppy/xhr-upload": "^3.6.8",
"@vueuse/core": "^10.11.0",
"@vueuse/integrations": "^10.11.0",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.18.0",
"bootstrap-vue-next": "^0.18.1",
"js-cookie": "^3.0.5",
"page-flip": "^2.0.7",
"pinia": "^2.1.7",
"vue": "^3.4.27",
"vue": "^3.4.31",
"vue-draggable-resizable": "^3.0.0",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vue-router": "^4.4.0",
"vue-slicksort": "^2.0.5",
"~socket.io-client-services": "workspace:*",
"~socket.io-services": "workspace:*",
"~web": "workspace:*"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.1",
"@antfu/eslint-config": "^2.21.2",
"@iconify-json/bi": "^1.1.23",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@types/js-cookie": "^3.0.6",
"@types/page-flip": "^2.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.2.5",
"sass": "^1.77.2",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.0",
"typescript-eslint": "^7.14.1",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pages": "^0.32.1",
"vue-tsc": "^2.0.19"
"vite-plugin-pages": "^0.32.3",
"vue-tsc": "^2.0.22"
},
"eslintConfig": {
"extends": "@antfu"
Expand Down
Loading

0 comments on commit b651274

Please sign in to comment.