Skip to content

Commit 54f8072

Browse files
authored
also run `npm update` on all package.json files
1 parent 0515ca8 commit 54f8072

File tree

8 files changed

+243
-396
lines changed

8 files changed

+243
-396
lines changed

package-lock.json

Lines changed: 75 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"build": "tsc"
2424
},
2525
"devDependencies": {
26-
"cmake-js": "^6.1.0",
2726
"@convergencelabs/typedoc-plugin-custom-modules": "^0.4.0",
28-
"@types/node": "^10.17.13",
29-
"typedoc": "^0.17.7",
30-
"typescript": "^3.9.3"
27+
"@types/node": "^10.17.50",
28+
"cmake-js": "^6.1.0",
29+
"typedoc": "^0.17.8",
30+
"typescript": "^3.9.7"
3131
},
3232
"dependencies": {
33-
"aws-crt": "1.3.6"
33+
"aws-crt": "1.3.7"
3434
}
3535
}

0 commit comments

Comments
 (0)