Skip to content

Commit a4d5801

Browse files
committed
Update devDependencies
1 parent 3c02a09 commit a4d5801

5 files changed

Lines changed: 858 additions & 643 deletions

File tree

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.1",
10+
"testcafe": "1.3.0"
1111
},
1212
"license": "MIT",
1313
"main": "n/a",

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
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.16",
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.34",
17+
"@typescript-eslint/eslint-plugin": "1.11.0",
18+
"@typescript-eslint/parser": "1.11.0",
1919
"@uncovertruth/stylelint-config": "4.4.0",
2020
"@uncovertruth/textlint-config-en": "4.0.0",
2121
"can-npm-publish": "1.3.1",
2222
"codecov": "3.5.0",
23-
"concurrently": "4.1.0",
23+
"concurrently": "4.1.1",
2424
"cross-env": "5.2.0",
2525
"eslint": "5.16.0",
2626
"eslint-config-prettier": "4.3.0",
27-
"eslint-plugin-import": "2.17.3",
27+
"eslint-plugin-import": "2.18.0",
2828
"eslint-plugin-prettier": "3.1.0",
29-
"eslint-plugin-react": "7.13.0",
29+
"eslint-plugin-react": "7.14.2",
3030
"faker": "4.1.0",
3131
"fixpack": "2.3.1",
3232
"gh-pages": "2.0.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",
53-
"pug-lint": "2.5.0",
53+
"pug-lint": "2.6.0",
5454
"pug-lint-config-uncovertruth": "4.2.0",
55-
"puppeteer": "1.17.0",
55+
"puppeteer": "1.18.1",
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.2",
66+
"webpack-cli": "3.3.5",
67+
"webpack-dev-server": "3.7.2",
6868
"webpack-espower-loader": "2.0.0"
6969
},
7070
"engine": {

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@types/js-cookie": "2.2.2",
20-
"@types/uuid": "3.4.4"
20+
"@types/uuid": "3.4.5"
2121
},
2222
"engine": {
2323
"node": "> 5"

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
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",
12-
"eslint-plugin-react": "7.13.0"
12+
"eslint-plugin-react": "7.14.2"
1313
},
1414
"private": true,
1515
"scripts": {

0 commit comments

Comments
 (0)