|
1 | 1 | {
|
2 | 2 | "$schema": "http://json.schemastore.org/package",
|
3 | 3 | "name": "cordis",
|
4 |
| - "version": "1.0.2", |
| 4 | + "version": "1.2.0", |
5 | 5 | "description": "A modular, micros-service based Discord API wrapper",
|
6 | 6 | "scripts": {
|
7 | 7 | "build": "pnpm recursive run build --filter @cordis/*",
|
|
35 | 35 | },
|
36 | 36 | "homepage": "https://github.com/cordis-lib/cordis#readme",
|
37 | 37 | "devDependencies": {
|
38 |
| - "@babel/core": "^7.15.0", |
39 |
| - "@babel/generator": "^7.15.0", |
| 38 | + "@babel/core": "^7.16.0", |
| 39 | + "@babel/generator": "^7.16.0", |
40 | 40 | "@babel/plugin-syntax-import-meta": "^7.10.4",
|
41 |
| - "@babel/plugin-transform-modules-commonjs": "^7.15.0", |
42 |
| - "@babel/preset-env": "^7.15.0", |
43 |
| - "@babel/preset-typescript": "^7.15.0", |
| 41 | + "@babel/plugin-transform-modules-commonjs": "^7.16.0", |
| 42 | + "@babel/preset-env": "^7.16.4", |
| 43 | + "@babel/preset-typescript": "^7.16.0", |
44 | 44 | "@commitlint/cli": "^12.1.4",
|
45 | 45 | "@commitlint/config-conventional": "^12.1.4",
|
46 | 46 | "@strictsoftware/typedoc-plugin-monorepo": "^0.3.1",
|
47 |
| - "@types/jest": "^27.0.1", |
48 |
| - "@typescript-eslint/eslint-plugin": "^4.28.4", |
49 |
| - "@typescript-eslint/parser": "^4.28.4", |
50 |
| - "babel-jest": "^27.0.6", |
| 47 | + "@types/jest": "^27.0.3", |
| 48 | + "@typescript-eslint/eslint-plugin": "^4.33.0", |
| 49 | + "@typescript-eslint/parser": "^4.33.0", |
| 50 | + "babel-jest": "^27.3.1", |
51 | 51 | "babel-plugin-top-level-await": "^0.7.1",
|
52 |
| - "babel-plugin-transform-import-meta": "^2.0.0", |
53 |
| - "eslint": "^7.31.0", |
| 52 | + "babel-plugin-transform-import-meta": "^2.1.0", |
| 53 | + "eslint": "^7.32.0", |
54 | 54 | "eslint-config-marine": "^9.0.6",
|
55 | 55 | "husky": "^4.3.8",
|
56 |
| - "jest": "^27.0.6", |
| 56 | + "jest": "^27.3.1", |
57 | 57 | "lint-staged": "^10.5.4",
|
58 | 58 | "rimraf": "^3.0.2",
|
59 |
| - "standard-version": "^9.3.1", |
| 59 | + "standard-version": "^9.3.2", |
60 | 60 | "typedoc": "^0.19.2",
|
61 | 61 | "typedoc-plugin-as-member-of": "^1.0.2",
|
62 |
| - "typedoc-plugin-markdown": "^3.10.3", |
63 |
| - "typedoc-plugin-no-inherit": "^1.3.0", |
| 62 | + "typedoc-plugin-markdown": "^3.11.7", |
| 63 | + "typedoc-plugin-no-inherit": "^1.3.1", |
64 | 64 | "typedoc-plugin-remove-references": "^0.0.5",
|
65 |
| - "typescript": "^4.3.5" |
| 65 | + "typescript": "^4.5.2" |
66 | 66 | },
|
67 | 67 | "husky": {
|
68 | 68 | "hooks": {
|
|
0 commit comments