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 Dec 24, 2023
1 parent fb11346 commit afeff3d
Show file tree
Hide file tree
Showing 7 changed files with 106 additions and 97 deletions.
4 changes: 2 additions & 2 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"axios": "^1.6.2",
"axios-retry": "^4.0.0",
"cronstrue": "^2.47.0",
"date-fns": "^3.0.5",
"date-fns": "^3.0.6",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"express": "^4.18.2",
Expand All @@ -44,7 +44,7 @@
"pluralize": "^8.0.0",
"tinymce": "^6.8.2",
"vanilla-jsoneditor": "^0.21.1",
"vue": "^2.7.15",
"vue": "^2.7.16",
"vue-gtag": "^1.16.1",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-validator": "^1.3.1",
"date-fns": "^3.0.5",
"date-fns": "^3.0.6",
"dompurify": "^3.0.6",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"uuid": "^9.0.1",
"vue": "^2.7.15",
"vue": "^2.7.16",
"vue-gtag": "^1.16.1",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.19.2",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"dompurify": "^3.0.6",
"lodash": "^4.17.21",
"vue": "^2.7.15",
"vue": "^2.7.16",
"vue-i18n": "^8.28.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"svg-gauge": "^1.0.7",
"vue": "^2.7.15",
"vue": "^2.7.16",
"vue-echarts": "^6.6.5",
"vue-i18n": "^8.28.2",
"vue-recaptcha": "^1.3.0",
Expand Down
Loading

0 comments on commit afeff3d

Please sign in to comment.