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] authored and lukashroch committed Aug 10, 2023
1 parent 40e958b commit f545ac5
Show file tree
Hide file tree
Showing 11 changed files with 269 additions and 269 deletions.
12 changes: 6 additions & 6 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vueuse/core": "^10.3.0",
"axios": "^1.4.0",
"axios-retry": "^3.6.0",
"cronstrue": "^2.28.0",
"cronstrue": "^2.29.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
Expand All @@ -41,26 +41,26 @@
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"pluralize": "^8.0.0",
"tinymce": "^6.6.1",
"tinymce": "^6.6.2",
"vanilla-jsoneditor": "^0.17.8",
"vue": "^2.7.14",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
"vuetify": "^2.7.0"
"vuetify": "^2.7.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@types/lodash": "^4.14.197",
"@types/node": "^20.4.9",
"@types/pluralize": "^0.0.30",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.16.1",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.1",
Expand Down
12 changes: 6 additions & 6 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"awilix": "^8.0.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bullmq": "^4.7.0",
"bullmq": "^4.7.1",
"clean-css": "^5.3.2",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.6",
Expand All @@ -61,7 +61,7 @@
"mariadb": "^3.2.0",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"mssql": "^9.1.2",
"mssql": "^9.1.3",
"multer": "1.4.5-lts.1",
"natural": "^6.5.0",
"negotiator": "^0.6.3",
Expand All @@ -73,7 +73,7 @@
"pg": "^8.11.2",
"pg-hstore": "^2.3.4",
"pluralize": "^8.0.0",
"puppeteer": "^21.0.1",
"puppeteer": "^21.0.2",
"qrcode": "^1.5.3",
"rate-limit-redis": "^3.0.2",
"reflect-metadata": "^0.1.13",
Expand All @@ -99,20 +99,20 @@
"@types/fs-extra": "^11.0.1",
"@types/jsdom": "^21.1.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.196",
"@types/lodash": "^4.14.197",
"@types/morgan": "^1.9.4",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/negotiator": "^0.6.1",
"@types/node": "^20.4.8",
"@types/node": "^20.4.9",
"@types/nunjucks": "^3.2.3",
"@types/passport": "^1.0.12",
"@types/passport-jwt": "^3.0.9",
"@types/pluralize": "^0.0.30",
"@types/qrcode": "^1.5.1",
"@types/supertest": "^2.0.12",
"@types/ua-parser-js": "^0.7.36",
"@types/validator": "^13.9.0",
"@types/validator": "^13.11.1",
"@types/web-push": "^3.3.2",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"nodemon": "^3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@types/validator": "^13.9.0",
"@types/lodash": "^4.14.197",
"@types/node": "^20.4.9",
"@types/validator": "^13.11.1",
"@types/web-push": "^3.3.2",
"@types/webpack-env": "^1.18.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/supertest": "^2.0.12",
"@types/webpack-env": "^1.18.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"laravel-vite-plugin": "^0.7.8",
"laravel-vite-plugin": "^0.8.0",
"nodemon": "^3.0.1",
"nodemon-webpack-plugin": "^4.8.1",
"npm-run-all": "^4.1.5",
Expand Down
8 changes: 4 additions & 4 deletions apps/survey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"vue": "^2.7.14",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuetify": "^2.7.0"
"vuetify": "^2.7.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@types/lodash": "^4.14.197",
"@types/node": "^20.4.9",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue2": "^2.2.0",
Expand All @@ -49,7 +49,7 @@
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.16.1",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"devDependencies": {
"@jest/types": "^29.6.1",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.8",
"@types/node": "^20.4.9",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"calver": "^22.9.1",
Expand All @@ -77,7 +77,7 @@
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.16.1",
"eslint-plugin-vue": "^9.17.0",
"execa": "^5.1.1",
"jest": "^29.6.2",
"jest-extended": "^4.0.1",
Expand All @@ -93,7 +93,7 @@
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vitepress": "1.0.0-beta.7"
"vitepress": "1.0.0-rc.4"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@simplewebauthn/typescript-types": "^7.4.0",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.196",
"@types/lodash": "^4.14.197",
"@types/pluralize": "^0.0.30",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"mariadb": "^3.2.0",
"mssql": "^9.1.2",
"mssql": "^9.1.3",
"nanoid": "^3.3.6",
"pg": "^8.11.2",
"pg-hstore": "^2.3.4",
Expand All @@ -34,10 +34,10 @@
},
"devDependencies": {
"@simplewebauthn/typescript-types": "^7.4.0",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@types/lodash": "^4.14.197",
"@types/node": "^20.4.9",
"@types/pg": "^8.10.2",
"@types/validator": "^13.9.0",
"@types/validator": "^13.11.1",
"sequelize-cli": "^6.6.1",
"typescript": "^5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vue-i18n": "^8.28.2"
},
"devDependencies": {
"@types/lodash": "^4.14.196",
"@types/lodash": "^4.14.197",
"typescript": "^5.1.6"
},
"bundledDependencies": [
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"vue-i18n": "^8.28.2",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.6.5",
"vuetify": "^2.7.0"
"vuetify": "^2.7.1"
},
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@types/lodash": "^4.14.197",
"@types/node": "^20.4.9",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.4",
Expand Down
Loading

0 comments on commit f545ac5

Please sign in to comment.