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 committed Apr 29, 2021
1 parent d5ffd77 commit eb452f8
Show file tree
Hide file tree
Showing 5 changed files with 1,291 additions and 254 deletions.
126 changes: 73 additions & 53 deletions packages/client/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@nuxtjs/axios": "5.13.1",
"@nuxtjs/composition-api": "0.23.2",
"@nuxtjs/composition-api": "0.23.4",
"@nuxtjs/dotenv": "1.4.1",
"@nuxtjs/pwa": "3.3.5",
"@types/dropzone": "5.7.3",
Expand All @@ -24,7 +24,7 @@
"nuxt": "2.15.4",
"nuxt-dropzone": "1.0.4",
"nuxt-property-decorator": "2.9.1",
"nuxt-typed-vuex": "0.1.22",
"nuxt-typed-vuex": "0.2.0",
"rrule": "2.6.8",
"vee-validate": "3.4.5",
"vue-apexcharts": "1.6.1",
Expand All @@ -37,13 +37,13 @@
"@nuxtjs/eslint-config-typescript": "6.0.0",
"@types/lodash": "4.14.168",
"deepmerge": "4.2.2",
"eslint": "7.24.0",
"eslint-config-prettier": "8.2.0",
"eslint": "7.25.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-nuxt": "2.0.0",
"eslint-plugin-prettier": "3.4.0",
"fibers": "5.0.0",
"prettier": "2.2.1",
"sass": "1.32.11",
"sass": "1.32.12",
"sass-loader": "10.1.1",
"vuetify": "2.4.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generate": "nuxt generate"
},
"devDependencies": {
"docus": "0.0.10",
"docus": "0.1.5",
"nuxt": "2.15.4"
},
"prettier": {
Expand Down
20 changes: 10 additions & 10 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"schema:dump": "mikro-orm schema:update -d"
},
"dependencies": {
"@mikro-orm/cli": "4.5.3",
"@mikro-orm/core": "4.5.3",
"@mikro-orm/knex": "4.5.3",
"@mikro-orm/migrations": "4.5.3",
"@mikro-orm/cli": "4.5.4",
"@mikro-orm/core": "4.5.4",
"@mikro-orm/knex": "4.5.4",
"@mikro-orm/migrations": "4.5.4",
"@mikro-orm/nestjs": "4.2.0",
"@mikro-orm/postgresql": "4.5.3",
"@mikro-orm/postgresql": "4.5.4",
"@mikro-orm/sql-highlighter": "1.0.1",
"@nestjs/common": "7.6.15",
"@nestjs/config": "0.6.3",
Expand Down Expand Up @@ -62,11 +62,11 @@
"@types/bcrypt": "3.0.1",
"@types/cache-manager": "3.4.0",
"@types/express": "4.17.11",
"@types/jest": "26.0.22",
"@types/jest": "26.0.23",
"@types/jsonwebtoken": "8.5.1",
"@types/luxon": "1.26.4",
"@types/luxon": "1.26.5",
"@types/multer": "1.4.5",
"@types/node": "14.14.41",
"@types/node": "14.14.43",
"@types/passport-jwt": "3.0.5",
"@types/passport-local": "1.0.33",
"@types/rimraf": "3.0.0",
Expand All @@ -75,8 +75,8 @@
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"date-fns": "2.21.1",
"eslint": "7.24.0",
"eslint-config-prettier": "8.2.0",
"eslint": "7.25.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"jest": "26.6.3",
"prettier": "2.2.1",
Expand Down
Loading

0 comments on commit eb452f8

Please sign in to comment.