Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Sep 3, 2024
1 parent c946433 commit 33a905a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"README.md"
],
"dependencies": {
"@reciple/utils": "^9.4.0",
"@reciple/utils": "^9.4.1",
"@sapphire/shapeshift": "^4.0.0",
"fallout-utility": "^2.9.1",
"lodash.defaultsdeep": "^4.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-reciple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@clack/prompts": "^0.7.0",
"@reciple/core": "^9.6.0",
"@reciple/decorators": "^9.2.0",
"@reciple/utils": "^9.4.0",
"@reciple/utils": "^9.4.1",
"commander": "^12.1.0",
"compressing": "^1.10.1",
"detect-indent": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@discordjs/collection": "^2.1.1",
"@reciple/utils": "^9.4.0",
"@reciple/utils": "^9.4.1",
"commander": "^12.1.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/message-command-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"README.md"
],
"dependencies": {
"@reciple/utils": "^9.4.0",
"@reciple/utils": "^9.4.1",
"boolean": "^3.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@reciple/utils",
"description": "Utilities used by reciple modules",
"license": "GPL-3.0",
"version": "9.4.0",
"version": "9.4.1",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 33a905a

Please sign in to comment.