Skip to content

Commit c3aa44d

Browse files
v1.4.0
1 parent 12a128c commit c3aa44d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"strict": true
1212
}
1313
},
14-
"version": "1.3.0",
14+
"version": "1.4.0",
1515
"npmClient": "npm"
1616
}

packages/rocket-file-uploads-types/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
},
3333
"devDependencies": {
3434
"@boostercloud/metadata-booster": "1.20.0",
35-
"typescript": "4.7.4",
3635
"@types/chai": "4.3.8",
3736
"@types/mocha": "10.0.2",
3837
"@types/sinon": "10.0.19",
3938
"@types/sinon-chai": "3.2.10",
4039
"chai": "4.3.10",
4140
"mocha": "10.2.0",
41+
"nyc": "15.1.0",
4242
"sinon": "16.1.0",
4343
"sinon-chai": "3.7.0",
44-
"nyc": "15.1.0",
45-
"ts-node": "10.9.1"
44+
"ts-node": "10.9.1",
45+
"typescript": "4.7.4"
4646
},
4747
"scripts": {
4848
"lint:check": "eslint --ext '.js,.ts' **/*.ts",

0 commit comments

Comments
 (0)