Skip to content

Commit 2f76670

Browse files
committed
Update devDependencies
1 parent c23a2f8 commit 2f76670

File tree

4 files changed

+329
-339
lines changed

4 files changed

+329
-339
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.1.0",
44
"devDependencies": {
55
"@types/query-string": "6.1.0",
6-
"gh-pages": "1.2.0",
6+
"gh-pages": "2.0.1",
77
"pug": "2.0.3",
88
"pug-cli": "1.0.0-alpha6",
99
"query-string": "6.1.0",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/node": "9.6.36",
1212
"@types/object-assign": "4.0.30",
1313
"@types/puppeteer": "1.10.0",
14-
"@types/sinon": "5.0.5",
14+
"@types/sinon": "7.0.2",
1515
"@types/webpack": "4.4.17",
1616
"@uncovertruth/eslint-config": "4.5.0",
1717
"@uncovertruth/eslint-config-react": "4.4.0",
@@ -25,8 +25,8 @@
2525
"eslint": "5.8.0",
2626
"faker": "4.1.0",
2727
"fixpack": "2.3.1",
28-
"gh-pages": "1.2.0",
29-
"husky": "0.14.3",
28+
"gh-pages": "2.0.1",
29+
"husky": "1.2.1",
3030
"is-url": "1.2.4",
3131
"istanbul-instrumenter-loader": "3.0.1",
3232
"jstransformer-markdown-it": "2.1.0",
@@ -37,11 +37,11 @@
3737
"karma-ie-launcher": "1.0.0",
3838
"karma-mocha": "1.3.0",
3939
"karma-mocha-reporter": "2.2.5",
40-
"karma-sauce-launcher": "1.2.0",
40+
"karma-sauce-launcher": "2.0.2",
4141
"karma-webpack": "3.0.5",
4242
"lerna": "3.4.3",
4343
"lerna-changelog": "0.8.2",
44-
"lint-staged": "7.3.0",
44+
"lint-staged": "8.1.0",
4545
"mocha": "5.2.0",
4646
"npm-run-all": "4.1.5",
4747
"power-assert": "1.6.1",
@@ -50,18 +50,18 @@
5050
"pug-lint-config-uncovertruth": "4.2.0",
5151
"puppeteer": "1.10.0",
5252
"rimraf": "2.6.2",
53-
"sinon": "5.1.1",
53+
"sinon": "7.2.2",
5454
"size-limit": "0.21.0",
5555
"stylelint": "9.7.1",
5656
"textlint": "11.0.1",
57-
"ts-loader": "4.5.0",
57+
"ts-loader": "5.3.2",
5858
"ts-node": "7.0.1",
5959
"tslint": "5.11.0",
6060
"tslint-react": "3.6.0",
6161
"typescript": "3.0.3",
62-
"typescript-eslint-parser": "18.0.0",
62+
"typescript-eslint-parser": "21.0.2",
6363
"uglify-js": "3.4.9",
64-
"uglifyjs-webpack-plugin": "1.3.0",
64+
"uglifyjs-webpack-plugin": "2.1.0",
6565
"webpack": "4.22.0",
6666
"webpack-cli": "3.1.1",
6767
"webpack-dev-server": "3.1.7",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"docusaurus": "1.3.3"
66
},
77
"devDependencies": {
8-
"babel-eslint": "8.2.6",
8+
"babel-eslint": "10.0.1",
99
"crowdin-cli": "0.3.0"
1010
},
1111
"private": true,

0 commit comments

Comments
 (0)