Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Oct 24, 2024
1 parent 71fffb8 commit a4c0132
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 126 deletions.
2 changes: 1 addition & 1 deletion apps/duck-estimator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"csv-parse": "^5.5.6",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.5",
"electron": "^32.2.1",
"electron": "^32.2.2",
"playwright-firefox": "^1.48.1",
"yargs": "^17.7.2",
"~prisma-schemas": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion apps/dumili/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.29.1",
"prettier": "^3.3.3",
"sass": "^1.80.3",
"sass": "^1.80.4",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"unplugin-auto-import": "^0.18.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/edgecreator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"interactjs": "^1.10.27",
"js-cookie": "^3.0.5",
"pinia": "^2.2.4",
"sass": "^1.80.3",
"sass": "^1.80.4",
"universal-cookie": "^7.2.1",
"vue": "^3.5.12",
"vue-cropperjs": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"eslint-plugin-vue": "^9.29.1",
"histoire": "^0.17.17",
"prettier": "^3.3.3",
"sass": "^1.80.3",
"sass": "^1.80.4",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"unplugin-auto-import": "^0.18.3",
Expand Down
6 changes: 3 additions & 3 deletions apps/whattheduck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"js-cookie": "^3.0.5",
"localforage-cordovasqlitedriver": "^1.8.0",
"pinia": "^2.2.4",
"sass": "^1.80.3",
"sass": "^1.80.4",
"universal-cookie": "^7.2.1",
"vue": "^3.5.12",
"vue-chartjs": "^5.3.1",
Expand All @@ -65,7 +65,7 @@
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@capgo/cli": "^4.22.1",
"@capgo/cli": "^4.22.2",
"@eslint/compat": "^1.2.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
Expand Down Expand Up @@ -95,7 +95,7 @@
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vite-plugin-static-copy": "^1.0.6",
"vite-plugin-static-copy": "^2.0.0",
"vue-tsc": "^2.1.6"
},
"description": "What The Duck",
Expand Down
3 changes: 2 additions & 1 deletion packages/prisma-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"index.*"
],
"scripts": {
"build": "pnpm prisma-generate",
"prisma-pull-generate": "cd schemas && ls | while read -r schema; do (cd $schema && bunx prisma db pull); done && pnpm prisma-generate",
"build": "cd schemas && ls | while read -r schema; do (cd $schema && bunx prisma generate); done && rm -rf dist",
"prisma-generate": "cd schemas && ls | while read -r schema; do (cd $schema && bunx prisma generate); done && rm -rf dist",
"prisma-migrate": "cd schemas && ls | while read -r schema; do (cd $schema && bunx prisma migrate deploy); done",
"dev:setup": "docker compose -f docker-compose-dev.yml up --force-recreate -d",
"dev:blocking": "bash wait-until-db-ready.bash",
Expand Down
Loading

0 comments on commit a4c0132

Please sign in to comment.