We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a128c commit c3aa44dCopy full SHA for c3aa44d
lerna.json
@@ -11,6 +11,6 @@
11
"strict": true
12
}
13
},
14
- "version": "1.3.0",
+ "version": "1.4.0",
15
"npmClient": "npm"
16
packages/rocket-file-uploads-types/package.json
@@ -32,17 +32,17 @@
32
33
"devDependencies": {
34
"@boostercloud/metadata-booster": "1.20.0",
35
- "typescript": "4.7.4",
36
"@types/chai": "4.3.8",
37
"@types/mocha": "10.0.2",
38
"@types/sinon": "10.0.19",
39
"@types/sinon-chai": "3.2.10",
40
"chai": "4.3.10",
41
"mocha": "10.2.0",
+ "nyc": "15.1.0",
42
"sinon": "16.1.0",
43
"sinon-chai": "3.7.0",
44
- "nyc": "15.1.0",
45
- "ts-node": "10.9.1"
+ "ts-node": "10.9.1",
+ "typescript": "4.7.4"
46
47
"scripts": {
48
"lint:check": "eslint --ext '.js,.ts' **/*.ts",
0 commit comments