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 May 11, 2023
1 parent 12ca0e6 commit 1763f93
Show file tree
Hide file tree
Showing 9 changed files with 172 additions and 342 deletions.
4 changes: 2 additions & 2 deletions apps/admin/package.json
Expand Up @@ -42,7 +42,7 @@
"pluralize": "^8.0.0",
"tinymce": "^6.4.2",
"vanilla-jsoneditor": "^0.17.3",
"vue": "^2.7.14",
"vue": "^3.3.1",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
Expand All @@ -63,7 +63,7 @@
"jsdom": "^22.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "~1.32.13",
"sass": "~1.62.1",
"typescript": "^5.0.4",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.24.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Expand Up @@ -35,7 +35,7 @@
"awilix": "^8.0.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bullmq": "^3.13.2",
"bullmq": "^3.13.4",
"clean-css": "^5.3.2",
"connect-redis": "^7.0.1",
"cookie-parser": "^1.4.6",
Expand Down
4 changes: 2 additions & 2 deletions apps/survey/package.json
Expand Up @@ -31,7 +31,7 @@
"pinia": "^2.0.36",
"pinia-plugin-persistedstate": "^3.1.0",
"uuid": "^9.0.0",
"vue": "^2.7.14",
"vue": "^3.3.1",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuetify": "^2.6.15"
Expand All @@ -51,7 +51,7 @@
"jsdom": "^22.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "~1.32.13",
"sass": "~1.62.1",
"typescript": "^5.0.4",
"unplugin-fonts": "^1.0.3",
"unplugin-vue-components": "^0.24.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -78,7 +78,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.12.0",
"execa": "^5.1.1",
"execa": "^7.1.1",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"lint-staged": "^13.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-backend/package.json
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"bcryptjs": "^2.4.3",
"jsdom": "^22.0.0",
"nodemailer": "^6.9.1",
"nodemailer": "^6.9.2",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -31,7 +31,7 @@
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.194",
"@types/pluralize": "^0.0.29",
"execa": "^5.1.1",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"typescript": "^5.0.4",
"typescript-json-validator": "^2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Expand Up @@ -17,7 +17,7 @@
"scripts": {},
"dependencies": {
"lodash": "^4.17.21",
"vue": "^2.7.14",
"vue": "^3.3.1",
"vue-i18n": "^8.28.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Expand Up @@ -26,7 +26,7 @@
"pinia": "^2.0.36",
"pinia-plugin-persistedstate": "^3.1.0",
"svg-gauge": "^1.0.7",
"vue": "^2.7.14",
"vue": "^3.3.1",
"vue-echarts": "^6.5.5",
"vue-i18n": "^8.28.2",
"vue-recaptcha": "^1.3.0",
Expand Down

0 comments on commit 1763f93

Please sign in to comment.