Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Sep 29, 2024
1 parent d25441f commit d198427
Show file tree
Hide file tree
Showing 11 changed files with 433 additions and 762 deletions.
2 changes: 1 addition & 1 deletion apps/coa-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^18.19.50",
"@types/node": "^18.19.54",
"typescript": "^5.6.2"
},
"module": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion apps/duck-estimator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"~prisma-schemas": "workspace:*"
},
"devDependencies": {
"@types/node": "^18.19.50",
"@types/node": "^18.19.54",
"@types/yargs": "^17.0.33",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/dumili/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dev": "concurrently -n typecheck,tsx \"tsc --noEmit\" \"tsx watch index.ts\""
},
"dependencies": {
"@prisma/client": "^5.19.1",
"@prisma/client": "^5.20.0",
"@sentry/node": "^7.119.0",
"axios": "^1.7.7",
"body-parser": "^1.20.3",
Expand All @@ -40,9 +40,9 @@
"@types/express": "^4.17.21",
"@types/i18n": "^0.13.12",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^18.19.50",
"@types/node": "^18.19.54",
"concurrently": "^9.0.1",
"prisma": "^5.19.1",
"prisma": "^5.20.0",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
Expand Down
12 changes: 6 additions & 6 deletions apps/dumili/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.24.21",
"bootstrap-vue-next": "^0.24.23",
"dayjs": "^1.11.13",
"js-cookie": "^3.0.5",
"page-flip": "^2.0.7",
"pinia": "^2.2.2",
"vue": "^3.5.10",
"vue-draggable-resizable": "^3.0.0",
"vue-i18n": "^9.14.0",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
"vue-slicksort": "^2.0.5",
"~socket.io-client-services": "workspace:*",
"~socket.io-services": "workspace:*",
"~web": "workspace:*"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.1",
"@antfu/eslint-config": "^3.7.3",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@iconify-json/bi": "^1.2.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@types/js-cookie": "^3.0.6",
"@types/page-flip": "^2.0.3",
"@vitejs/plugin-vue": "^5.1.4",
Expand All @@ -60,13 +60,13 @@
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.28.0",
"prettier": "^3.3.3",
"sass": "^1.79.3",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pages": "^0.32.3",
"vue-tsc": "^2.1.6"
Expand Down
2 changes: 1 addition & 1 deletion apps/edgecreator/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/jsdom": "^21.1.7",
"@types/jsonwebtoken": "^9.0.7",
"@types/multer": "^1.4.12",
"@types/node": "^18.19.50",
"@types/node": "^18.19.54",
"concurrently": "^9.0.1",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.1",
Expand Down
14 changes: 7 additions & 7 deletions apps/edgecreator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@unhead/vue": "^1.11.6",
"@unhead/vue": "^1.11.7",
"@uppy/core": "^1.20.1",
"@uppy/dashboard": "^1.21.1",
"@uppy/drag-drop": "^1.4.31",
Expand All @@ -34,16 +34,16 @@
"axios": "^1.7.7",
"axios-cache-interceptor": "^1.6.0",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.24.21",
"bootstrap-vue-next": "^0.24.23",
"cropperjs": "^1.6.2",
"interactjs": "^1.10.27",
"js-cookie": "^3.0.5",
"pinia": "^2.2.2",
"sass": "^1.79.3",
"sass": "^1.79.4",
"universal-cookie": "^7.2.0",
"vue": "^3.5.10",
"vue-cropperjs": "^5.0.0",
"vue-i18n": "^9.14.0",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
"vue3-simple-typeahead": "^1.0.11",
"xmldom": "^0.6.0",
Expand All @@ -57,10 +57,10 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@iconify-json/bi": "^1.2.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^18.19.50",
"@types/node": "^18.19.54",
"@types/vue-cropperjs": "^4.1.6",
"@types/xmldom": "^0.1.34",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand All @@ -77,7 +77,7 @@
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vue-tsc": "^2.1.6"
Expand Down
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@popperjs/core": "^2.11.8",
"@sentry/tracing": "^7.114.0",
"@sentry/vue": "^7.119.0",
"@unhead/vue": "^1.11.6",
"@unhead/vue": "^1.11.7",
"@vueuse/core": "^11.1.0",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.24.21",
"bootstrap-vue-next": "^0.24.23",
"chart.js": "^4.4.4",
"dayjs": "^1.11.13",
"js-cookie": "^3.0.5",
Expand All @@ -38,7 +38,7 @@
"v-contextmenu": "^3.2.0",
"vue": "^3.5.10",
"vue-chartjs": "^5.3.1",
"vue-i18n": "^9.14.0",
"vue-i18n": "^9.14.1",
"vue-mapbox-ts": "^0.9.10",
"vue-router": "^4.4.5",
"vue-slicksort": "^2.0.5",
Expand All @@ -48,13 +48,13 @@
"~socket.io-services": "workspace:*"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.1",
"@antfu/eslint-config": "^3.7.3",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@histoire/plugin-vue": "^0.17.17",
"@iconify-json/bi": "^1.2.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@types/js-cookie": "^3.0.6",
"@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
"@types/page-flip": "^2.0.3",
Expand All @@ -71,13 +71,13 @@
"eslint-plugin-vue": "^9.28.0",
"histoire": "^0.17.17",
"prettier": "^3.3.3",
"sass": "^1.79.3",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vitest": "^2.1.1",
Expand Down
16 changes: 8 additions & 8 deletions apps/whattheduck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@capacitor/status-bar": "^6.0.1",
"@capawesome/capacitor-app-update": "^6.0.0",
"@capawesome/capacitor-file-picker": "^6.0.1",
"@capgo/capacitor-updater": "^6.1.34",
"@capgo/capacitor-updater": "^6.2.0",
"@ionic/pwa-elements": "^3.3.0",
"@ionic/storage": "^4.0.0",
"@ionic/vue": "^8.3.1",
Expand All @@ -51,11 +51,11 @@
"js-cookie": "^3.0.5",
"localforage-cordovasqlitedriver": "^1.8.0",
"pinia": "^2.2.2",
"sass": "^1.79.3",
"sass": "^1.79.4",
"universal-cookie": "^7.2.0",
"vue": "^3.5.8",
"vue": "^3.5.10",
"vue-chartjs": "^5.3.1",
"vue-i18n": "^9.14.0",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5",
"vue-virtual-scroller": "2.0.0-beta.8",
"~dm-types": "workspace:*",
Expand All @@ -67,20 +67,20 @@
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@capgo/cli": "^4.16.6",
"@capgo/cli": "^4.18.2",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@histoire/plugin-vue": "^0.17.17",
"@ionic/prettier-config": "^4.0.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^18.19.50",
"@types/node": "^18.19.54",
"@vitejs/plugin-vue": "^5.1.4",
"@vue-macros/reactivity-transform": "^1.1.1",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"concurrently": "^9.0.1",
"cypress": "^13.14.2",
"cypress": "^13.15.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
Expand All @@ -98,7 +98,7 @@
"typescript-eslint": "^8.7.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vite-plugin-static-copy": "^1.0.6",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@opentelemetry/instrumentation-socket.io": "^0.42.0",
"@pusher/push-notifications-server": "^1.2.6",
"@sentry/node": "^8.31.0",
"@sentry/node": "^8.32.0",
"@socket.io/admin-ui": "^0.5.1",
"axios": "^1.7.7",
"cloudinary": "^1.41.3",
Expand All @@ -37,7 +37,7 @@
"@types/ejs": "^3.1.5",
"@types/i18n": "^0.13.12",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^18.19.50",
"@types/node": "^18.19.54",
"@types/nodemailer": "^6.4.16",
"concurrently": "^9.0.1",
"nodemon": "^3.1.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/prisma-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"lint": "prettier -w schemas"
},
"dependencies": {
"@prisma/client": "^5.19.1",
"prisma": "^5.19.1"
"@prisma/client": "^5.20.0",
"prisma": "^5.20.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
Expand Down
Loading

0 comments on commit d198427

Please sign in to comment.