|
104 | 104 | "better-docs"
|
105 | 105 | ],
|
106 | 106 | "devDependencies": {
|
107 |
| - "@babel/cli": "7.12.10", |
108 |
| - "@babel/core": "7.12.10", |
109 |
| - "@babel/plugin-proposal-class-properties": "7.12.1", |
110 |
| - "@babel/plugin-proposal-object-rest-spread": "7.12.1", |
111 |
| - "@babel/plugin-proposal-optional-chaining": "7.12.7", |
112 |
| - "@babel/preset-env": "7.12.11", |
113 |
| - "@babel/preset-typescript": "7.12.7", |
114 |
| - "@commitlint/cli": "11.0.0", |
115 |
| - "@commitlint/config-conventional": "11.0.0", |
116 |
| - "@rollup/plugin-commonjs": "17.0.0", |
| 107 | + "@babel/cli": "7.14.3", |
| 108 | + "@babel/core": "7.14.3", |
| 109 | + "@babel/plugin-proposal-class-properties": "7.13.0", |
| 110 | + "@babel/plugin-proposal-object-rest-spread": "7.14.4", |
| 111 | + "@babel/plugin-proposal-optional-chaining": "7.14.2", |
| 112 | + "@babel/preset-env": "7.14.4", |
| 113 | + "@babel/preset-typescript": "7.13.0", |
| 114 | + "@commitlint/cli": "12.1.4", |
| 115 | + "@commitlint/config-conventional": "12.1.4", |
| 116 | + "@rollup/plugin-commonjs": "19.0.0", |
117 | 117 | "@rollup/plugin-json": "4.1.0",
|
118 |
| - "@rollup/plugin-node-resolve": "11.0.1", |
| 118 | + "@rollup/plugin-node-resolve": "13.0.0", |
119 | 119 | "@semantic-release/changelog": "5.0.1",
|
120 | 120 | "@semantic-release/git": "9.0.0",
|
121 |
| - "@types/jest": "26.0.19", |
122 |
| - "@types/node": "13.13.38", |
123 |
| - "@types/node-fetch": "2.5.7", |
124 |
| - "@typescript-eslint/eslint-plugin": "4.11.1", |
125 |
| - "@typescript-eslint/parser": "4.11.1", |
| 121 | + "@types/jest": "26.0.23", |
| 122 | + "@types/node": "14.17.2", |
| 123 | + "@types/node-fetch": "2.5.10", |
| 124 | + "@typescript-eslint/eslint-plugin": "4.26.0", |
| 125 | + "@typescript-eslint/parser": "4.26.0", |
126 | 126 | "better-docs": "2.3.2",
|
127 |
| - "commitizen": "4.2.2", |
128 |
| - "concurrently": "5.3.0", |
| 127 | + "commitizen": "4.2.4", |
| 128 | + "concurrently": "6.2.0", |
129 | 129 | "copyfiles": "2.4.1",
|
130 | 130 | "cross-env": "7.0.3",
|
131 | 131 | "cz-conventional-changelog": "3.3.0",
|
132 |
| - "eslint": "7.16.0", |
133 |
| - "eslint-config-prettier": "7.1.0", |
134 |
| - "eslint-plugin-jest": "24.1.3", |
135 |
| - "eslint-plugin-jsdoc": "30.7.9", |
| 132 | + "eslint": "7.28.0", |
| 133 | + "eslint-config-prettier": "8.3.0", |
| 134 | + "eslint-plugin-jest": "24.3.6", |
| 135 | + "eslint-plugin-jsdoc": "35.1.3", |
136 | 136 | "eslint-plugin-node": "11.1.0",
|
137 |
| - "eslint-plugin-prettier": "3.3.0", |
138 |
| - "form-data": "3.0.0", |
139 |
| - "husky": "4.3.6", |
140 |
| - "jest": "26.6.3", |
141 |
| - "jsdoc": "3.6.6", |
| 137 | + "eslint-plugin-prettier": "3.4.0", |
| 138 | + "form-data": "4.0.0", |
| 139 | + "husky": "6.0.0", |
| 140 | + "jest": "27.0.4", |
| 141 | + "jsdoc": "3.6.7", |
142 | 142 | "jsdoc-babel": "0.5.0",
|
143 | 143 | "jsdoc-plugin-typescript": "2.0.6",
|
144 |
| - "jsdoc-to-markdown": "6.0.1", |
| 144 | + "jsdoc-to-markdown": "7.0.1", |
145 | 145 | "lodash.camelcase": "4.3.0",
|
146 |
| - "nodemon": "2.0.6", |
147 |
| - "prettier": "2.2.1", |
| 146 | + "nodemon": "2.0.7", |
| 147 | + "prettier": "2.3.1", |
148 | 148 | "rimraf": "3.0.2",
|
149 |
| - "rollup": "2.35.1", |
| 149 | + "rollup": "2.51.0", |
150 | 150 | "rollup-plugin-babel": "4.4.0",
|
151 | 151 | "rollup-plugin-cleanup": "3.2.1",
|
152 | 152 | "rollup-plugin-gzip": "2.5.0",
|
153 | 153 | "rollup-plugin-sourcemaps": "0.6.3",
|
154 | 154 | "rollup-plugin-terser": "7.0.2",
|
155 |
| - "rollup-plugin-typescript2": "0.26.0", |
156 |
| - "rollup-plugin-visualizer": "4.2.0", |
157 |
| - "semantic-release": "17.3.1", |
158 |
| - "ts-jest": "26.4.4", |
| 155 | + "rollup-plugin-typescript2": "0.30.0", |
| 156 | + "rollup-plugin-visualizer": "5.5.0", |
| 157 | + "semantic-release": "17.4.3", |
| 158 | + "ts-jest": "27.0.3", |
159 | 159 | "ts-node": "9.1.1",
|
160 |
| - "typescript": "4.1.3" |
| 160 | + "typescript": "4.3.2" |
161 | 161 | },
|
162 | 162 | "dependencies": {
|
163 |
| - "cross-fetch": "^3.0.6" |
| 163 | + "cross-fetch": "^3.1.2" |
164 | 164 | }
|
165 | 165 | }
|
0 commit comments