|
10 | 10 | },
|
11 | 11 | "author": "@sapphire",
|
12 | 12 | "license": "MIT",
|
13 |
| - "private": false, |
14 | 13 | "scripts": {
|
15 | 14 | "lint": "eslint src tests scripts --ext mjs,ts --fix",
|
16 | 15 | "format": "prettier --write {src,tests,scripts}/**/*.ts",
|
|
29 | 28 | },
|
30 | 29 | "dependencies": {
|
31 | 30 | "@sapphire/discord-utilities": "^2.2.0",
|
32 |
| - "@sapphire/discord.js-utilities": "^3.0.1", |
| 31 | + "@sapphire/discord.js-utilities": "^3.1.0", |
33 | 32 | "@sapphire/pieces": "^3.0.1",
|
34 |
| - "@sapphire/ratelimits": "^2.1.1", |
35 |
| - "@sapphire/utilities": "^3.0.1", |
| 33 | + "@sapphire/ratelimits": "^2.1.2", |
| 34 | + "@sapphire/utilities": "^3.0.2", |
36 | 35 | "lexure": "^0.17.0",
|
37 | 36 | "tslib": "^2.3.1"
|
38 | 37 | },
|
39 | 38 | "devDependencies": {
|
40 |
| - "@commitlint/cli": "^13.2.0", |
| 39 | + "@commitlint/cli": "^13.2.1", |
41 | 40 | "@commitlint/config-conventional": "^13.2.0",
|
42 |
| - "@favware/npm-deprecate": "^1.0.3", |
43 |
| - "@favware/rollup-type-bundler": "^1.0.4", |
44 |
| - "@sapphire/eslint-config": "^3.3.0", |
45 |
| - "@sapphire/prettier-config": "^1.2.0", |
| 41 | + "@favware/npm-deprecate": "^1.0.4", |
| 42 | + "@favware/rollup-type-bundler": "^1.0.5", |
| 43 | + "@sapphire/eslint-config": "^3.3.1", |
| 44 | + "@sapphire/prettier-config": "^1.2.1", |
46 | 45 | "@sapphire/ts-config": "^3.1.0",
|
47 | 46 | "@types/jest": "^27.0.2",
|
48 |
| - "@types/node": "^16.10.2", |
| 47 | + "@types/node": "^16.10.3", |
49 | 48 | "@types/ws": "^8.2.0",
|
50 | 49 | "cz-conventional-changelog": "^3.3.0",
|
51 |
| - "discord.js": "^13.1.0", |
| 50 | + "discord.js": "^13.2.0", |
| 51 | + "eslint": "^7.32.0", |
52 | 52 | "gen-esm-wrapper": "^1.1.3",
|
53 | 53 | "husky": "^7.0.2",
|
54 |
| - "jest": "^27.2.4", |
55 |
| - "jest-circus": "^27.2.4", |
56 |
| - "lint-staged": "^11.2.0", |
| 54 | + "jest": "^27.2.5", |
| 55 | + "jest-circus": "^27.2.5", |
| 56 | + "lint-staged": "^11.2.2", |
| 57 | + "prettier": "^2.4.1", |
57 | 58 | "pretty-quick": "^3.1.1",
|
58 | 59 | "rollup": "^2.58.0",
|
59 | 60 | "rollup-plugin-version-injector": "^1.3.3",
|
|
113 | 114 | "jest-jasmine2": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz",
|
114 | 115 | "dot-prop": "^6.0.1",
|
115 | 116 | "lodash": "^4.17.21",
|
116 |
| - "marked": "^3.0.4", |
| 117 | + "marked": "^3.0.7", |
117 | 118 | "merge": "^2.1.1",
|
118 | 119 | "trim": "^1.0.1",
|
119 | 120 | "trim-newlines": "^4.0.2"
|
120 | 121 | },
|
121 |
| - "prettier": "@sapphire/prettier-config" |
| 122 | + "prettier": "@sapphire/prettier-config", |
| 123 | + "packageManager": "[email protected]" |
122 | 124 | }
|
0 commit comments