Skip to content

Commit

Permalink
chore(.npmrc): update GitHub token in .npmrc file
Browse files Browse the repository at this point in the history
chore(package.json): update dependencies and devDependencies versions
  • Loading branch information
Steellgold committed Sep 1, 2023
1 parent f65043a commit 349c90f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}
//npm.pkg.github.com/:_authToken=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
@bottlycorp:registry=https://npm.pkg.github.com
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,31 @@
"dependencies": {
"@bottlycorp/beyond2021": "0.0.4",
"@bottlycorp/prompts": "1.1.5",
"@discordjs/builders": "^1.6.1",
"@supabase/supabase-js": "^2.21.0",
"@discordjs/builders": "^1.6.5",
"@supabase/supabase-js": "^2.33.1",
"base64-arraybuffer": "^1.0.2",
"bettercolors": "^1.1.1",
"cron": "^2.3.0",
"dayjs": "^1.11.7",
"discord-html-transcripts": "^3.1.4",
"discord.js": "^14.9.0",
"cron": "^2.4.3",
"dayjs": "^1.11.9",
"discord-html-transcripts": "^3.1.5",
"discord.js": "^14.13.0",
"gpt3-tokenizer": "^1.1.5",
"openai": "^3.2.1",
"openai": "^4.3.1",
"qrcode": "^1.5.3"
},
"devDependencies": {
"@bluzzi/eslint-config": "^0.9.0",
"@prisma/client": "^4.13.0",
"@swc-node/register": "^1.6.4",
"@swc/core": "^1.3.49",
"@types/cron": "^2.0.1",
"@types/node": "^18.15.11",
"@types/qrcode": "^1.5.0",
"dotenv": "^16.0.3",
"eslint": "^8.38.0",
"@prisma/client": "^5.2.0",
"@swc-node/register": "^1.6.7",
"@swc/core": "^1.3.82",
"@types/node": "^20.5.7",
"@types/qrcode": "^1.5.2",
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
"nodemon": "^2.0.22",
"prisma": "^4.14.0",
"prisma": "^5.2.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
},
"eslintConfig": {
"extends": "@bluzzi",
Expand Down

0 comments on commit 349c90f

Please sign in to comment.