Skip to content

Commit

Permalink
updated uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Oct 16, 2023
1 parent d615620 commit 8bdfd11
Show file tree
Hide file tree
Showing 6 changed files with 1,143 additions and 228 deletions.
1 change: 1 addition & 0 deletions bin/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ cd "$ROOT"

yarn

# stripe login (if API key is expired)
npx concurrently --kill-others "yarn start:app" "yarn start:api:dev" "yarn start:redirect" "yarn start:dashboard" "yarn start:stripe:listen" --names app,api,redirect,dashboard,stripe
2 changes: 1 addition & 1 deletion packages/altair-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"passport-google-oauth": "^2.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"pino-http": "^8.3.3",
"pino-http": "^8.5.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"subscriptions-transport-ws": "0.9.19",
"sval": "0.4.8",
"tslib": "2.0.0",
"uuid": "8.3.2",
"uuid": "9.0.1",
"zone.js": "0.11.4"
},
"devDependencies": {
Expand Down Expand Up @@ -137,7 +137,7 @@
"@types/sanitize-html": "^2.6.2",
"@types/sortablejs": "^1.15.0",
"@types/to-snake-case": "^1.0.0",
"@types/uuid": "^3.4.6",
"@types/uuid": "^9.0.5",
"@types/zen-observable": "^0.8.1",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"rxjs": "7.1.0",
"subscriptions-transport-ws": "0.9.19",
"util": "0.12.4",
"uuid": "8.3.2"
"uuid": "9.0.1"
},
"devDependencies": {
"@types/actioncable": "^5.2.5",
"@types/node": "^14.14.41",
"@types/uuid": "^8.3.0",
"@types/uuid": "^9.0.5",
"ajv": "^8.11.2",
"ajv-cli": "5.0.0",
"react": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/altair-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"express": "^4.18.1",
"get-port": "^5.1.1",
"mime-types": "^2.1.29",
"uuid": "^8.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"@electron/notarize": "^2.1.0",
Expand All @@ -49,7 +49,7 @@
"spectron": "^15.0.0",
"ts-jest": "29.0.5",
"typescript": "4.9.5",
"webdriverio": "^7.12.5"
"webdriverio": "^8.18.2"
},
"funding": {
"type": "opencollective",
Expand Down
Loading

0 comments on commit 8bdfd11

Please sign in to comment.