Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2022
1 parent 51949fd commit 2927f2a
Show file tree
Hide file tree
Showing 4 changed files with 591 additions and 639 deletions.
20 changes: 10 additions & 10 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"dependencies": {
"@nestjs-modules/mailer": "^1.8.1",
"@nestjs/common": "^9.1.5",
"@nestjs/common": "^9.1.6",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.1.5",
"@nestjs/core": "^9.1.6",
"@nestjs/jwt": "^9.0.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.1.5",
"@nestjs/swagger": "^6.1.2",
"@nestjs/platform-express": "^9.1.6",
"@nestjs/swagger": "^6.1.3",
"@prisma/client": "^4.5.0",
"argon2": "^0.30.1",
"cache-manager": "^4.1.0",
Expand All @@ -42,21 +42,21 @@
"swagger-ui-express": "^4.5.0"
},
"devDependencies": {
"@nestjs/cli": "^9.1.4",
"@nestjs/cli": "^9.1.5",
"@nestjs/schematics": "^9.0.3",
"@nestjs/testing": "^9.1.5",
"@nestjs/testing": "^9.1.6",
"@types/cache-manager": "^4.0.2",
"@types/express": "^4.17.14",
"@types/jest": "29.2.0",
"@types/node": "^18.7.13",
"@types/jest": "29.2.2",
"@types/node": "^18.11.9",
"@types/nodemailer": "^6.4.6",
"@types/passport-jwt": "^3.0.7",
"@types/passport-local": "^1.0.34",
"@types/supertest": "^2.0.12",
"jest": "^29.2.1",
"jest": "^29.2.2",
"prisma": "^4.5.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.0",
"supertest": "^6.3.1",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
Expand Down
32 changes: 16 additions & 16 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@
"story:build": "histoire build"
},
"dependencies": {
"@tiptap/starter-kit": "^2.0.0-beta.199",
"@tiptap/vue-3": "^2.0.0-beta.199",
"@vueuse/components": "^9.3.1",
"@vueuse/core": "^9.3.1",
"@vueuse/math": "^9.3.1",
"@tiptap/starter-kit": "^2.0.0-beta.202",
"@tiptap/vue-3": "^2.0.0-beta.202",
"@vueuse/components": "^9.4.0",
"@vueuse/core": "^9.4.0",
"@vueuse/math": "^9.4.0",
"axios": "^1.1.3",
"axios-retry": "^3.3.1",
"nprogress": "0.2.0",
"pinia": "^2.0.23",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.11.5",
"@iconify-json/bi": "^1.1.8",
"@histoire/plugin-vue": "^0.11.6",
"@iconify-json/bi": "^1.1.10",
"@iconify-json/fa6-brands": "^1.1.6",
"@iconify-json/fa6-regular": "^1.1.6",
"@iconify-json/fa6-solid": "^1.1.7",
"@iconify-json/fluent": "^1.1.16",
"@iconify-json/iconoir": "^1.1.12",
"@iconify-json/iconoir": "^1.1.13",
"@iconify-json/ri": "^1.1.3",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@types/node": "^18.7.13",
"@types/node": "^18.11.9",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.12",
"histoire": "^0.11.5",
"autoprefixer": "^10.4.13",
"histoire": "^0.11.6",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"tailwindcss": "^3.2.2",
"typescript": "^4.8.4",
"unplugin-icons": "^0.14.12",
"vite": "^3.1.8",
"unplugin-icons": "^0.14.13",
"vite": "^3.2.3",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-vue-layouts": "^0.7.0",
"vue-tsc": "^1.0.9"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"format:check": "prettier --check ."
},
"devDependencies": {
"@evilmartians/lefthook": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"@evilmartians/lefthook": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"eslint-plugin-vue": "^9.7.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"typescript": "^4.8.4",
Expand Down

0 comments on commit 2927f2a

Please sign in to comment.