@sapphire/pieces 3.3.0 → 3.3.1-next.0ee133b.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -62,5 +62,5 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
62
62
 
63
63
  This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
64
64
 
65
- [sapphire framework]: https://github.com/sapphiredev/rk
65
+ [sapphire framework]: https://github.com/sapphiredev/framework
66
66
  [klasa]: https://github.com/dirigeants/klasa
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/pieces",
3
- "version": "3.3.0",
3
+ "version": "3.3.1-next.0ee133b.0",
4
4
  "description": "Sapphire's piece loader.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,31 +27,31 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@discordjs/collection": "^0.5.0",
30
- "@sapphire/utilities": "^3.4.0",
30
+ "@sapphire/utilities": "^3.6.0",
31
31
  "tslib": "^2.3.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@commitlint/cli": "^16.2.1",
34
+ "@commitlint/cli": "^16.2.3",
35
35
  "@commitlint/config-conventional": "^16.2.1",
36
36
  "@favware/npm-deprecate": "^1.0.4",
37
37
  "@favware/rollup-type-bundler": "^1.0.7",
38
- "@sapphire/eslint-config": "^4.2.2",
39
- "@sapphire/prettier-config": "^1.3.0",
40
- "@sapphire/ts-config": "^3.3.1",
38
+ "@sapphire/eslint-config": "^4.3.1",
39
+ "@sapphire/prettier-config": "^1.4.0",
40
+ "@sapphire/ts-config": "^3.3.2",
41
41
  "@types/node": "^17.0.8",
42
- "@typescript-eslint/eslint-plugin": "^5.13.0",
43
- "@typescript-eslint/parser": "^5.13.0",
42
+ "@typescript-eslint/eslint-plugin": "^5.15.0",
43
+ "@typescript-eslint/parser": "^5.15.0",
44
44
  "cz-conventional-changelog": "^3.3.0",
45
- "eslint": "^8.10.0",
45
+ "eslint": "^8.11.0",
46
46
  "eslint-config-prettier": "^8.5.0",
47
47
  "eslint-plugin-prettier": "^4.0.0",
48
48
  "gen-esm-wrapper": "^1.1.3",
49
49
  "husky": "^7.0.4",
50
- "lint-staged": "^12.3.5",
51
- "prettier": "^2.5.1",
50
+ "lint-staged": "^12.3.7",
51
+ "prettier": "^2.6.0",
52
52
  "pretty-quick": "^3.1.3",
53
53
  "standard-version": "^9.3.2",
54
- "typedoc": "^0.22.12",
54
+ "typedoc": "^0.22.13",
55
55
  "typedoc-plugin-mdn-links": "^1.0.5",
56
56
  "typescript": "^4.6.2"
57
57
  },