Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2023
1 parent 8e26e77 commit 4a99af4
Show file tree
Hide file tree
Showing 9 changed files with 2,441 additions and 2,686 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@v3.5.3

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.8.0
uses: supercharge/mongodb-github-action@v1.9.0
with:
mongodb-version: 6.0
mongodb-replica-set: rs0
Expand All @@ -128,7 +128,7 @@ jobs:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
16 changes: 8 additions & 8 deletions apps/ourvoice-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,30 @@
"pinia": "^2.1.4",
"supertokens-web-js": "^0.6.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@types/jsdom": "^21.1.1",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.16.0",
"eslint": "^8.43.0",
"cypress": "^12.17.1",
"eslint": "^8.44.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-vue": "^9.15.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9",
"vitest": "^0.32.2",
"vue-tsc": "^1.8.2"
"vite": "^4.4.3",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.4"
}
}
30 changes: 15 additions & 15 deletions apps/ourvoice-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@apollo/server": "^4.7.5",
"@aws-sdk/client-s3": "^3.360.0",
"@aws-sdk/s3-request-presigner": "^3.360.0",
"@golevelup/ts-jest": "^0.3.7",
"@aws-sdk/client-s3": "^3.369.0",
"@aws-sdk/s3-request-presigner": "^3.369.0",
"@golevelup/ts-jest": "^0.3.8",
"@nestjs/apollo": "^11.0.6",
"@nestjs/common": "^9.4.3",
"@nestjs/config": "^2.3.4",
Expand All @@ -47,41 +47,41 @@
"@nestjs/platform-express": "^9.4.3",
"@nestjs/schedule": "^2.2.3",
"@nestjs/swagger": "^6.3.0",
"@prisma/client": "^4.16.1",
"@prisma/client": "^4.16.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"graphql": "^16.7.1",
"nodemailer": "^6.9.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
"supertokens-node": "^14.1.2",
"supertokens-node": "^14.1.3",
"ts-morph": "^18.0.0",
"unique-names-generator": "^4.7.1",
"webpack": "^5.88.0"
"webpack": "^5.88.1"
},
"devDependencies": {
"@nestjs/cli": "^9.5.0",
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.3",
"@types/cron": "^2.0.1",
"@types/express": "^4.17.17",
"@types/jest": "29.5.2",
"@types/node": "^18.16.18",
"@types/jest": "29.5.3",
"@types/node": "^18.16.19",
"@types/nodemailer": "^6.4.8",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.43.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.5.0",
"jest": "29.6.1",
"prettier": "^2.8.8",
"prisma": "^4.16.1",
"prisma": "^4.16.2",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "29.1.0",
"ts-loader": "^9.4.3",
"ts-jest": "29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "4.2.0"
},
Expand Down
26 changes: 13 additions & 13 deletions apps/ourvoice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@
"graphql:generate": "graphql-codegen --watch"
},
"dependencies": {
"@apollo/client": "^3.7.16",
"@apollo/client": "^3.7.17",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@headlessui/vue": "^1.7.14",
"@tsconfig/node18": "^2.0.1",
"@unhead/vue": "^1.1.28",
"@vue/apollo-composable": "4.0.0-beta.7",
"@unhead/vue": "^1.1.30",
"@vue/apollo-composable": "4.0.0-beta.8",
"@heroicons/vue": "^2.0.18",
"@vueform/multiselect": "^2.6.2",
"@vueuse/core": "^10.1.2",
"@vueuse/core": "^10.2.1",
"crypto-js": "^4.1.1",
"cypress-file-upload": "^5.0.8",
"date-fns": "^2.30.0",
"graphql": "^16.7.1",
"graphql-tag": "^2.12.6",
"pinia": "^2.1.4",
"supertokens-web-js": "^0.6.0",
"vee-validate": "^4.10.2",
"vee-validate": "^4.10.6",
"unique-names-generator": "^4.7.1",
"vite-plugin-vue-markdown": "^0.23.5",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue-router": "^4.2.4",
"vue-virtual-scroller": "2.0.0-beta.8"
},
"devDependencies": {
Expand All @@ -50,25 +50,25 @@
"@tailwindcss/forms": "^0.5.3",
"@types/crypto-js": "^4.1.1",
"@types/jsdom": "^21.1.1",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.16.0",
"eslint": "^8.43.0",
"cypress": "^12.17.1",
"eslint": "^8.44.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-vue": "^9.15.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9",
"vitest": "^0.32.2",
"vue-tsc": "^1.8.2"
"vite": "^4.4.3",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.4"
}
}
18 changes: 9 additions & 9 deletions apps/ourvoice-auth-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
"supertokens-node": "^14.1.2"
"supertokens-node": "^14.1.3"
},
"devDependencies": {
"@nestjs/cli": "^9.5.0",
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.3",
"@types/express": "^4.17.17",
"@types/jest": "29.5.2",
"@types/jest": "29.5.3",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.43.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.5.0",
"jest": "29.6.1",
"prettier": "^2.8.8",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "29.1.0",
"ts-loader": "^9.4.3",
"ts-jest": "29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "4.2.0"
},
Expand Down
18 changes: 9 additions & 9 deletions apps/ourvoice-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,36 @@
},
"dependencies": {
"@tsconfig/node18": "^2.0.1",
"@unhead/vue": "^1.1.28",
"@unhead/vue": "^1.1.30",
"pinia": "^2.1.4",
"supertokens-web-js": "^0.6.0",
"vite-plugin-vue-markdown": "^0.23.5",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@rushstack/eslint-patch": "^1.3.2",
"@types/jsdom": "^21.1.1",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.16.0",
"eslint": "^8.43.0",
"cypress": "^12.17.1",
"eslint": "^8.44.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-vue": "^9.15.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9",
"vitest": "^0.32.2",
"vue-tsc": "^1.8.2"
"vite": "^4.4.3",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.4"
}
}
18 changes: 9 additions & 9 deletions apps/ourvoice-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"consola": "3.2.1",
"nuxt": "^3.6.1",
"postcss": "^8.4.24",
"consola": "3.2.3",
"nuxt": "^3.6.2",
"postcss": "^8.4.25",
"tailwindcss": "^3.3.2",
"vue": "^3.3.4"
},
"dependencies": {
"@apollo/client": "^3.7.16",
"@apollo/client": "^3.7.17",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@headlessui/vue": "^1.7.14",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@vue/apollo-composable": "4.0.0-beta.7",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"@vueuse/nuxt": "^10.2.0",
"@vueuse/core": "^10.2.0",
"@vue/apollo-composable": "4.0.0-beta.8",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.3",
"@vueuse/nuxt": "^10.2.1",
"@vueuse/core": "^10.2.1",
"graphql": "^16.7.1",
"graphql-tag": "^2.12.6",
"vue-recaptcha-v3": "^2.0.1"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ourvoice",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.7",
"workspaces": [
"apps/*",
"packages/*"
Expand Down Expand Up @@ -78,23 +78,23 @@
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"copyfiles": "^2.4.1",
"cypress": "^12.15.0",
"eslint": "^8.43.0",
"cypress": "^12.17.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"picocolors": "^1.0.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.7",
"typescript": "^5.1.5"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit 4a99af4

Please sign in to comment.