|
1 | 1 | { |
2 | 2 | "name": "nodejs-upload-asset", |
3 | | - "version": "0.0.19", |
| 3 | + "version": "0.0.20", |
4 | 4 | "description": "NodeJS Upload Asset", |
5 | 5 | "main": "./dist/index.js", |
6 | 6 | "scripts": { |
|
10 | 10 | "prebuild": "eslint ./src/**/*.ts && tsc --noEmit --project ./", |
11 | 11 | "build": "cross-env NODE_ENV=production ncc build ./src/index.ts -m -o ./dist/", |
12 | 12 | "lint": "markdownlint --config .mdlrc . && remark --frail --rc-path .remarkrc-full.mjs .", |
13 | | - "pretest": "rimraf ./test/*", |
| 13 | + "pretest": "rimraf --glob ./test/*", |
14 | 14 | "test": "jest", |
15 | 15 | "watch": "tsc -w --project ./", |
16 | 16 | "prepare": "husky install", |
|
96 | 96 | "mime": "3.0.0" |
97 | 97 | }, |
98 | 98 | "devDependencies": { |
99 | | - "@commitlint/cli": "17.3.0", |
100 | | - "@commitlint/config-conventional": "17.3.0", |
101 | | - "@types/jest": "29.2.4", |
| 99 | + "@commitlint/cli": "17.6.3", |
| 100 | + "@commitlint/config-conventional": "17.6.3", |
| 101 | + "@types/jest": "29.5.1", |
102 | 102 | "@types/mime": "3.0.1", |
103 | | - "@typescript-eslint/eslint-plugin": "5.47.1", |
104 | | - "@typescript-eslint/parser": "5.47.1", |
105 | | - "@vercel/ncc": "0.36.0", |
| 103 | + "@typescript-eslint/eslint-plugin": "5.59.5", |
| 104 | + "@typescript-eslint/parser": "5.59.5", |
| 105 | + "@vercel/ncc": "0.36.1", |
106 | 106 | "conventional-changelog-cli": "2.2.2", |
107 | 107 | "cross-env": "7.0.3", |
108 | 108 | "dictionary-en": "3.2.0", |
109 | | - "eslint": "8.30.0", |
110 | | - "eslint-config-prettier": "8.5.0", |
111 | | - "eslint-plugin-jest": "27.1.7", |
| 109 | + "eslint": "8.40.0", |
| 110 | + "eslint-config-prettier": "8.8.0", |
| 111 | + "eslint-plugin-jest": "27.2.1", |
112 | 112 | "eslint-plugin-prettier": "4.2.1", |
113 | | - "eslint-plugin-unicorn": "45.0.2", |
| 113 | + "eslint-plugin-unicorn": "47.0.0", |
114 | 114 | "generate-changelog": "1.8.0", |
115 | | - "husky": "8.0.2", |
116 | | - "jest": "29.3.1", |
117 | | - "jest-cli": "29.3.1", |
118 | | - "jest-html-reporter": "3.7.0", |
119 | | - "jest-junit": "15.0.0", |
| 115 | + "husky": "8.0.3", |
| 116 | + "jest": "29.5.0", |
| 117 | + "jest-cli": "29.5.0", |
| 118 | + "jest-html-reporter": "3.9.0", |
| 119 | + "jest-junit": "16.0.0", |
120 | 120 | "jest-spec-reporter": "1.0.19", |
121 | | - "lint-staged": "13.1.0", |
122 | | - "markdownlint": "0.27.0", |
123 | | - "markdownlint-cli": "0.32.2", |
124 | | - "prettier": "2.8.1", |
| 121 | + "lint-staged": "13.2.2", |
| 122 | + "markdownlint": "0.28.2", |
| 123 | + "markdownlint-cli": "0.34.0", |
| 124 | + "prettier": "2.8.8", |
125 | 125 | "remark-cli": "11.0.0", |
126 | 126 | "remark-frontmatter": "4.0.1", |
127 | 127 | "remark-lint": "9.1.1", |
|
134 | 134 | "remark-preset-lint-markdown-style-guide": "5.1.2", |
135 | 135 | "remark-preset-lint-recommended": "6.1.2", |
136 | 136 | "remark-retext": "5.0.1", |
137 | | - "remark-validate-links": "12.1.0", |
| 137 | + "remark-validate-links": "12.1.1", |
138 | 138 | "retext-contractions": "5.2.0", |
139 | 139 | "retext-diacritics": "4.2.0", |
140 | 140 | "retext-english": "4.1.0", |
141 | | - "retext-equality": "6.6.0", |
142 | | - "retext-indefinite-article": "4.1.0", |
| 141 | + "retext-equality": "6.7.0", |
| 142 | + "retext-indefinite-article": "4.3.0", |
143 | 143 | "retext-passive": "4.2.0", |
144 | 144 | "retext-profanities": "7.2.2", |
145 | 145 | "retext-quotes": "5.2.0", |
|
150 | 150 | "retext-spell": "5.3.0", |
151 | 151 | "retext-syntax-urls": "3.1.2", |
152 | 152 | "retext-usage": "0.5.0", |
153 | | - "rimraf": "3.0.2", |
154 | | - "ts-jest": "29.0.3", |
155 | | - "typescript": "4.9.4" |
| 153 | + "rimraf": "5.0.0", |
| 154 | + "ts-jest": "29.1.0", |
| 155 | + "typescript": "5.0.4" |
156 | 156 | } |
157 | 157 | } |
0 commit comments