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 Mar 13, 2024
1 parent 138fbdb commit 9188eeb
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 72 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
52 changes: 26 additions & 26 deletions frontend/package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@7.28.0",
"packageManager": "pnpm@8.15.4",
"scripts": {
"build": "vite build",
"dev": "vite --port 4010 --open",
Expand All @@ -16,14 +16,14 @@
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@nhost/apollo": "^5.0.0",
"@nhost/apollo": "^6.0.0",
"@nhost/core": "^0.9.0",
"@nhost/vue": "^1.0.0",
"@onesignal/onesignal-vue3": "^1.0.2",
"@nhost/vue": "^2.0.0",
"@onesignal/onesignal-vue3": "^2.0.0",
"@quasar/extras": "^1.15.1",
"@vue/apollo-composable": "4.0.0-beta.4",
"@vueuse/core": "^9.1.0",
"@vueuse/head": "^1.0.0",
"@vue/apollo-composable": "4.0.2",
"@vueuse/core": "^10.0.0",
"@vueuse/head": "^2.0.0",
"blitzar": "^1.2.2",
"crypto-js": "^4.1.1",
"graphql": "^16.5.0",
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": "^2.0.0",
"@graphql-codegen/cli": "^3.0.0",
"@graphql-codegen/typescript": "^3.0.0",
"@graphql-codegen/typescript-operations": "^3.0.0",
Expand All @@ -49,32 +49,32 @@
"@quasar/vite-plugin": "^1.1.1",
"@types/crypto-js": "^4.1.1",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "^18.7.3",
"@types/node": "^20.0.0",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/test-utils": "^2.0.2",
"critters": "^0.0.16",
"critters": "^0.0.22",
"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",
"shiki": "^0.14.0",
"taze": "^0.8.0",
"markdown-it-shiki": "^0.9.0",
"pnpm": "^8.0.0",
"sass": "1.72.0",
"shiki": "^1.0.0",
"taze": "^0.13.0",
"typescript": "^5.0.0",
"unocss": "^0.50.0",
"unplugin-auto-import": "^0.15.0",
"unplugin-vue-components": "^0.24.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-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.22.0",
"unplugin-auto-import": "^0.17.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.0",
"vite-plugin-inspect": "^0.8.0",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-pwa": "^0.19.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vue-markdown": "^0.23.0",
"vitest": "^0.29.0",
"vue-tsc": "^1.0.0"
"vue-tsc": "^2.0.0"
}
}
128 changes: 84 additions & 44 deletions nhost-demo-template/package-lock.json

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

2 changes: 1 addition & 1 deletion nhost-demo-template/package.json
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@nhost/nhost-js": "^2.0.0",
"@nhost/nhost-js": "^3.0.0",
"@types/express": "^4.17.13",
"express": "^4.18.1",
"graphql": "^16.5.0",
Expand Down

0 comments on commit 9188eeb

Please sign in to comment.