Skip to content

Commit

Permalink
chore: update deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Dec 21, 2024
1 parent 5e0feb1 commit 7b93fff
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discraft",
"version": "1.6.0",
"version": "1.6.1",
"description": "Like Next.js, but for Discord bots",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -40,31 +40,31 @@
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@inquirer/prompts": "^7.2.0",
"@inquirer/prompts": "^7.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-replace": "^6.0.2",
"commander": "^12.1.0",
"consola": "^3.2.3",
"consola": "^3.3.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"figlet": "^1.8.0",
"nodemon": "^3.1.7",
"rollup": "^4.28.1",
"nodemon": "^3.1.9",
"rollup": "^4.29.1",
"terser": "^5.37.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/babel__preset-env": "^7.9.7",
"@types/figlet": "^1.7.0",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.2.1",
"globals": "^15.13.0"
"globals": "^15.14.0"
}
}

0 comments on commit 7b93fff

Please sign in to comment.