Skip to content

Commit 11e3ce5

Browse files
authored
chore: deps-upgrade (#9)
1 parent 6aa7561 commit 11e3ce5

File tree

4 files changed

+194
-37
lines changed

4 files changed

+194
-37
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"@istanbuljs/nyc-config-typescript": "^1.0.1",
2121
"@makeomatic/deploy": "^10.3.0",
2222
"@types/mocha": "^8.0.3",
23-
"@typescript-eslint/eslint-plugin": "^3.9.0",
24-
"@typescript-eslint/parser": "^3.9.1",
23+
"@typescript-eslint/eslint-plugin": "^4.1.1",
24+
"@typescript-eslint/parser": "^4.1.1",
2525
"cross-env": "^7.0.2",
26-
"eslint": "^7.7.0",
26+
"eslint": "^7.9.0",
2727
"eslint-config-makeomatic": "^5.0.2",
2828
"lerna": "^3.22.1",
29-
"mocha": "^8.1.2",
29+
"mocha": "^8.1.3",
3030
"nodemon": "^2.0.4",
3131
"nyc": "^15.1.0",
32-
"ts-node": "^8.10.2",
33-
"typescript": "^3.9.7"
32+
"ts-node": "^9.0.0",
33+
"typescript": "^4.0.2"
3434
},
3535
"husky": {
3636
"hooks": {

packages/mdoc-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"find-up": "^5.0.0",
3434
"log-update": "^4.0.0",
3535
"read-pkg": "^5.2.0",
36-
"yargs": "^15.4.1"
36+
"yargs": "^16.0.3"
3737
},
3838
"devDependencies": {
3939
"@types/ejs": "^3.0.4",

packages/schema-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@types/common-errors": "^1.0.1",
3333
"@types/deasync": "^0.1.1",
34-
"@types/lodash": "^4.14.160"
34+
"@types/lodash": "^4.14.161"
3535
},
3636
"files": [
3737
"lib",

0 commit comments

Comments
 (0)