Skip to content

Commit

Permalink
Merge pull request #568 from aws-amplify/dkkiuna/ws-dependecy-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nadetastic authored Jun 21, 2024
2 parents 37e430d + ef994fe commit a24f14a
Show file tree
Hide file tree
Showing 4 changed files with 1,590 additions and 1,906 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"markdown.styles": [
"https://use.fontawesome.com/releases/v5.7.1/css/all.css"
],
"npm.packageManager": "pnpm"
"npm.packageManager": "pnpm",
"yaml.schemas": {
"https://www.artillery.io/schema.json": []
}
}
4 changes: 2 additions & 2 deletions apps/discord-bot-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@prisma/client": "^4.5.0",
"cookie": "^0.5.0",
"discord-api-types": "^0.37.10",
"discord.js": "^14.15.2",
"discord.js": "^14.15.3",
"express": "^4.19.2",
"fast-glob": "^3.2.11",
"prisma": "^4.5.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"esbuild": "^0.19.2",
"jsdom": "^20.0.0",
"jsdom": "^20.0.3",
"svelte": "4.2.1",
"svelte-check": "^3.5.0",
"tasuku": "^2.0.1",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"prettier-plugin-svelte": "^3.1.2",
"typescript": "^5.3.3"
},
"overrides": {
"ws": "8.17.1"
},
"prettier": {
"tabWidth": 2,
"bracketSpacing": true,
Expand Down
Loading

0 comments on commit a24f14a

Please sign in to comment.