Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 29, 2023
1 parent 138fbdb commit f7c141b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
@@ -1,4 +1,4 @@
FROM node:19-alpine as build-stage
FROM node:20-alpine as build-stage

WORKDIR /app
RUN corepack enable
Expand Down
32 changes: 16 additions & 16 deletions frontend/package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@7.28.0",
"packageManager": "pnpm@8.7.0",
"scripts": {
"build": "vite build",
"dev": "vite --port 4010 --open",
Expand All @@ -19,10 +19,10 @@
"@nhost/apollo": "^5.0.0",
"@nhost/core": "^0.9.0",
"@nhost/vue": "^1.0.0",
"@onesignal/onesignal-vue3": "^1.0.2",
"@onesignal/onesignal-vue3": "^2.0.0",
"@quasar/extras": "^1.15.1",
"@vue/apollo-composable": "4.0.0-beta.4",
"@vueuse/core": "^9.1.0",
"@vue/apollo-composable": "4.0.0-beta.9",
"@vueuse/core": "^10.0.0",
"@vueuse/head": "^1.0.0",
"blitzar": "^1.2.2",
"crypto-js": "^4.1.1",
Expand All @@ -34,12 +34,12 @@
"quasar": "^2.7.7",
"vite-plugin-pages-sitemap": "^1.3.0",
"vue": "^3.2.37",
"vue-demi": "^0.13.6",
"vue-demi": "^0.14.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.0",
"@antfu/eslint-config": "^0.41.0",
"@graphql-codegen/cli": "^3.0.0",
"@graphql-codegen/typescript": "^3.0.0",
"@graphql-codegen/typescript-operations": "^3.0.0",
Expand All @@ -53,27 +53,27 @@
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.0.2",
"critters": "^0.0.16",
"critters": "^0.0.20",
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-shiki": "^0.8.0",
"pnpm": "^7.8.0",
"sass": "1.58.3",
"markdown-it-shiki": "^0.9.0",
"pnpm": "^8.0.0",
"sass": "1.66.1",
"shiki": "^0.14.0",
"taze": "^0.8.0",
"taze": "^0.11.0",
"typescript": "^5.0.0",
"unocss": "^0.50.0",
"unplugin-auto-import": "^0.15.0",
"unplugin-vue-components": "^0.24.0",
"unplugin-auto-import": "^0.16.0",
"unplugin-vue-components": "^0.25.0",
"vite": "^4.0.0",
"vite-plugin-inspect": "^0.7.0",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-pwa": "^0.14.0",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pwa": "^0.16.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.22.0",
"vite-plugin-vue-markdown": "^0.23.0",
"vitest": "^0.29.0",
"vue-tsc": "^1.0.0"
}
Expand Down

0 comments on commit f7c141b

Please sign in to comment.