File tree Expand file tree Collapse file tree 6 files changed +331
-235
lines changed Expand file tree Collapse file tree 6 files changed +331
-235
lines changed Original file line number Diff line number Diff line change 99 },
1010 "dependencies" : {
1111 "discord.js" : " ^13.8.1" ,
12- "dotenv" : " ^10 .0.0 " ,
12+ "dotenv" : " ^16 .0.1 " ,
1313 "jellycommands" : " workspace:*"
1414 }
1515}
Original file line number Diff line number Diff line change 55 "packageManager" :
" [email protected] " ,
66 "devDependencies" : {
77 "@changesets/cli" : " ^2.23.0" ,
8- "@svitejs/changesets-changelog-github-compact" : " ^0.1.1" ,
9- "@types/node" : " ^16.11.43" ,
10- "nodemon" : " ^2.0.19" ,
11- "tsup" : " ^5.12.9" ,
12- "typescript" : " ^4.7.4"
8+ "@svitejs/changesets-changelog-github-compact" : " ^0.1.1"
139 },
1410 "scripts" : {
1511 "dev" : " pnpm --parallel -r dev" ,
Original file line number Diff line number Diff line change 1414 "url" : " https://github.com/ghostdevv/jellycommands/issues"
1515 },
1616 "homepage" : " https://github.com/ghostdevv/jellycommands#readme" ,
17+ "devDependencies" : {
18+ "@types/node" : " ^18.0.3"
19+ },
1720 "dependencies" : {
1821 "cpy" : " ^9.0.1" ,
1922 "desm" : " ^1.3.0" ,
2023 "kleur" : " ^4.1.5" ,
2124 "log-symbols" : " ^5.1.0" ,
2225 "minimist" : " ^1.2.6" ,
2326 "prompts" : " ^2.4.2" ,
24- "update-notifier" : " ^5.1.0 "
27+ "update-notifier" : " ^6.0.2 "
2528 },
2629 "keywords" : [
2730 " jellycommands" ,
Original file line number Diff line number Diff line change 3333 "eslint-config-prettier" : " ^8.5.0" ,
3434 "npm-run-all" : " ^4.1.5" ,
3535 "prettier" : " ^2.7.1" ,
36- "typescript" : " ^4.7.4"
36+ "typescript" : " ^4.7.4" ,
37+ "@types/node" : " ^18.0.3" ,
38+ "nodemon" : " ^2.0.19" ,
39+ "tsup" : " ^6.1.3"
3740 },
3841 "dependencies" : {
39- "axios" : " ^0.24.0 " ,
42+ "axios" : " ^0.27.2 " ,
4043 "discord-api-types" : " ^0.36.1" ,
4144 "ghoststools" : " ^0.6.3" ,
4245 "joi" : " ^17.6.0"
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ export const tsup: Options = {
99 target : 'esnext' ,
1010 format : [ 'esm' , 'cjs' ] ,
1111 entryPoints : [ 'src/index.ts' ] ,
12+ shims : true ,
1213} ;
You can’t perform that action at this time.
0 commit comments