Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:animafps/fpsmath
Browse files Browse the repository at this point in the history
  • Loading branch information
animafps committed Oct 10, 2021
2 parents d865a74 + 08e60f6 commit 165c794
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 201 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.4](https://github.com/animafps/fpsmath/compare/v3.0.3...v3.0.4) (2021-10-10)


### Bug Fixes

* fixed dependencies having conflict ([7b00614](https://github.com/animafps/fpsmath/commit/7b006145a65ce09ce38cf9eb8c8b1bb29277e7fa))

## [3.0.3](https://github.com/animafps/fpsmath/compare/v3.0.2...v3.0.3) (2021-09-30)


Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fpsmath",
"private": true,
"version": "3.0.3",
"version": "3.0.4",
"homepage": "https://fpsmath.animafps.xyz",
"license": "AGPL-3.0-or-later",
"main": "dist/index.js",
Expand Down Expand Up @@ -30,38 +30,38 @@
"pretty-quick": "pretty-quick"
},
"devDependencies": {
"@commitlint/cli": "^13.2.0",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@types/node": "^16.10.1",
"@types/semantic-release": "^17.2.2",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"lint-staged": "^11.2.3",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"semantic-release": "^18.0.0",
"typescript": "^4.4.3"
},
"dependencies": {
"@discordjs/collection": "^0.2.1",
"@sapphire/decorators": "^3.0.1",
"@sapphire/decorators": "^3.1.0",
"@sapphire/discord.js-utilities": "next",
"@sapphire/framework": "next",
"@sapphire/pieces": "3.0.0",
"@sapphire/pieces": "3.0.1",
"@sapphire/plugin-api": "next",
"@sapphire/plugin-logger": "next",
"@sapphire/utilities": "^2.0.1",
"@sentry/node": "^6.13.2",
"dbots": "^9.0.1",
"@sentry/node": "^6.13.3",
"dbots": "^10.0.0",
"discord-api-types": "^0.23.1",
"discord.js": "^13.1.0",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"tslib": "^2.3.1"
},
Expand Down
Loading

0 comments on commit 165c794

Please sign in to comment.