Skip to content

Commit b1049ce

Browse files
committed
Update devDependencies
1 parent 3c02a09 commit b1049ce

File tree

4 files changed

+741
-513
lines changed

4 files changed

+741
-513
lines changed

examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"devDependencies": {
55
"@types/query-string": "6.2.0",
66
"gh-pages": "2.0.1",
7-
"pug": "2.0.3",
7+
"pug": "2.0.4",
88
"pug-cli": "1.0.0-alpha6",
9-
"query-string": "6.5.0",
10-
"testcafe": "1.1.4"
9+
"query-string": "6.8.0",
10+
"testcafe": "1.2.1"
1111
},
1212
"license": "MIT",
1313
"main": "n/a",

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"@types/faker": "4.1.5",
88
"@types/is-url": "1.2.28",
99
"@types/karma-fixture": "0.2.5",
10-
"@types/mocha": "5.2.6",
11-
"@types/node": "11.13.11",
10+
"@types/mocha": "5.2.7",
11+
"@types/node": "11.13.14",
1212
"@types/object-assign": "4.0.30",
1313
"@types/puppeteer": "1.12.4",
1414
"@types/sinon": "5.0.7",
1515
"@types/terser-webpack-plugin": "1.2.1",
16-
"@types/webpack": "4.4.32",
17-
"@typescript-eslint/eslint-plugin": "1.9.0",
18-
"@typescript-eslint/parser": "1.9.0",
16+
"@types/webpack": "4.4.33",
17+
"@typescript-eslint/eslint-plugin": "1.10.2",
18+
"@typescript-eslint/parser": "1.10.2",
1919
"@uncovertruth/stylelint-config": "4.4.0",
2020
"@uncovertruth/textlint-config-en": "4.0.0",
2121
"can-npm-publish": "1.3.1",
@@ -43,28 +43,28 @@
4343
"karma-mocha-reporter": "2.2.5",
4444
"karma-sauce-launcher": "1.2.0",
4545
"karma-webpack": "3.0.5",
46-
"lerna": "3.14.1",
46+
"lerna": "3.15.0",
4747
"lerna-changelog": "0.8.2",
48-
"lint-staged": "8.1.7",
48+
"lint-staged": "8.2.1",
4949
"mocha": "6.1.4",
5050
"npm-run-all": "4.1.5",
5151
"power-assert": "1.6.1",
5252
"prettier-eslint-cli": "4.7.1",
5353
"pug-lint": "2.5.0",
5454
"pug-lint-config-uncovertruth": "4.2.0",
55-
"puppeteer": "1.17.0",
55+
"puppeteer": "1.18.0",
5656
"rimraf": "2.6.3",
5757
"sinon": "5.1.1",
58-
"size-limit": "1.3.5",
59-
"stylelint": "10.0.1",
58+
"size-limit": "1.3.7",
59+
"stylelint": "10.1.0",
6060
"terser-webpack-plugin": "1.3.0",
6161
"textlint": "11.2.5",
6262
"ts-loader": "5.4.5",
63-
"ts-node": "8.2.0",
64-
"typescript": "3.4.5",
65-
"webpack": "4.32.2",
66-
"webpack-cli": "3.3.2",
67-
"webpack-dev-server": "3.4.1",
63+
"ts-node": "8.3.0",
64+
"typescript": "3.5.2",
65+
"webpack": "4.35.0",
66+
"webpack-cli": "3.3.4",
67+
"webpack-dev-server": "3.7.2",
6868
"webpack-espower-loader": "2.0.0"
6969
},
7070
"engine": {

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"@uncovertruth/eslint-config": "4.5.0",
99
"@uncovertruth/eslint-config-react": "4.4.0",
10-
"babel-eslint": "10.0.1",
10+
"babel-eslint": "10.0.2",
1111
"crowdin-cli": "0.3.0",
1212
"eslint-plugin-react": "7.13.0"
1313
},

0 commit comments

Comments
 (0)