Skip to content

Commit ee41f06

Browse files
committed
Dependencies update 16.01.2021
1 parent 09bd29f commit ee41f06

File tree

5 files changed

+317
-342
lines changed

5 files changed

+317
-342
lines changed

dist/index.browser.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.cli.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"assert": "2.0.0",
2828
"chalk": "4.1.0",
2929
"chance": "1.1.7",
30-
"class-validator": "0.12.2",
31-
"commander": "6.2.1",
30+
"class-validator": "0.13.1",
31+
"commander": "7.0.0",
3232
"eslint-scope": "5.1.1",
3333
"estraverse": "5.2.0",
3434
"fast-deep-equal": "3.1.3",
@@ -42,7 +42,7 @@
4242
"source-map-support": "0.5.19",
4343
"string-template": "1.0.0",
4444
"stringz": "2.1.0",
45-
"tslib": "2.0.3"
45+
"tslib": "2.1.0"
4646
},
4747
"devDependencies": {
4848
"@istanbuljs/nyc-config-typescript": "1.0.1",
@@ -57,35 +57,35 @@
5757
"@types/mkdirp": "1.0.1",
5858
"@types/mocha": "8.2.0",
5959
"@types/multimatch": "4.0.0",
60-
"@types/node": "14.14.17",
60+
"@types/node": "14.14.21",
6161
"@types/rimraf": "3.0.0",
6262
"@types/sinon": "9.0.10",
6363
"@types/string-template": "1.0.2",
6464
"@types/webpack-env": "1.16.0",
65-
"@typescript-eslint/eslint-plugin": "4.11.1",
66-
"@typescript-eslint/parser": "4.11.1",
65+
"@typescript-eslint/eslint-plugin": "4.13.0",
66+
"@typescript-eslint/parser": "4.13.0",
6767
"chai": "4.2.0",
6868
"chai-exclude": "2.0.2",
6969
"cross-env": "7.0.3",
70-
"eslint": "7.16.0",
70+
"eslint": "7.18.0",
7171
"eslint-plugin-import": "2.22.1",
72-
"eslint-plugin-jsdoc": "30.7.9",
72+
"eslint-plugin-jsdoc": "31.0.5",
7373
"eslint-plugin-no-null": "1.0.2",
7474
"eslint-plugin-prefer-arrow": "1.2.2",
75-
"eslint-plugin-unicorn": "25.0.1",
75+
"eslint-plugin-unicorn": "26.0.1",
7676
"fork-ts-checker-notifier-webpack-plugin": "3.0.0",
77-
"fork-ts-checker-webpack-plugin": "6.0.8",
77+
"fork-ts-checker-webpack-plugin": "6.1.0",
7878
"mocha": "8.2.1",
7979
"nyc": "15.1.0",
8080
"pjson": "1.0.9",
8181
"pre-commit": "1.2.2",
8282
"rimraf": "3.0.2",
83-
"sinon": "9.2.2",
83+
"sinon": "9.2.3",
8484
"threads": "1.6.3",
85-
"ts-loader": "8.0.13",
85+
"ts-loader": "8.0.14",
8686
"ts-node": "9.1.1",
8787
"typescript": "4.1.3",
88-
"webpack": "5.11.1",
88+
"webpack": "5.15.0",
8989
"webpack-cli": "4.3.1",
9090
"webpack-node-externals": "2.5.2"
9191
},

0 commit comments

Comments
 (0)