Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 20, 2019
1 parent 3c02a09 commit 5f9659b
Show file tree
Hide file tree
Showing 4 changed files with 736 additions and 508 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"devDependencies": {
"@types/query-string": "6.2.0",
"gh-pages": "2.0.1",
"pug": "2.0.3",
"pug": "2.0.4",
"pug-cli": "1.0.0-alpha6",
"query-string": "6.5.0",
"testcafe": "1.1.4"
"query-string": "6.8.0",
"testcafe": "1.2.1"
},
"license": "MIT",
"main": "n/a",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"@types/faker": "4.1.5",
"@types/is-url": "1.2.28",
"@types/karma-fixture": "0.2.5",
"@types/mocha": "5.2.6",
"@types/node": "11.13.11",
"@types/mocha": "5.2.7",
"@types/node": "11.13.14",
"@types/object-assign": "4.0.30",
"@types/puppeteer": "1.12.4",
"@types/sinon": "5.0.7",
"@types/terser-webpack-plugin": "1.2.1",
"@types/webpack": "4.4.32",
"@typescript-eslint/eslint-plugin": "1.9.0",
"@typescript-eslint/parser": "1.9.0",
"@types/webpack": "4.4.33",
"@typescript-eslint/eslint-plugin": "1.10.2",
"@typescript-eslint/parser": "1.10.2",
"@uncovertruth/stylelint-config": "4.4.0",
"@uncovertruth/textlint-config-en": "4.0.0",
"can-npm-publish": "1.3.1",
Expand Down Expand Up @@ -43,9 +43,9 @@
"karma-mocha-reporter": "2.2.5",
"karma-sauce-launcher": "1.2.0",
"karma-webpack": "3.0.5",
"lerna": "3.14.1",
"lerna": "3.15.0",
"lerna-changelog": "0.8.2",
"lint-staged": "8.1.7",
"lint-staged": "8.2.1",
"mocha": "6.1.4",
"npm-run-all": "4.1.5",
"power-assert": "1.6.1",
Expand All @@ -55,16 +55,16 @@
"puppeteer": "1.17.0",
"rimraf": "2.6.3",
"sinon": "5.1.1",
"size-limit": "1.3.5",
"stylelint": "10.0.1",
"size-limit": "1.3.7",
"stylelint": "10.1.0",
"terser-webpack-plugin": "1.3.0",
"textlint": "11.2.5",
"ts-loader": "5.4.5",
"ts-node": "8.2.0",
"typescript": "3.4.5",
"webpack": "4.32.2",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.4.1",
"ts-node": "8.3.0",
"typescript": "3.5.2",
"webpack": "4.35.0",
"webpack-cli": "3.3.4",
"webpack-dev-server": "3.7.2",
"webpack-espower-loader": "2.0.0"
},
"engine": {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@uncovertruth/eslint-config": "4.5.0",
"@uncovertruth/eslint-config-react": "4.4.0",
"babel-eslint": "10.0.1",
"babel-eslint": "10.0.2",
"crowdin-cli": "0.3.0",
"eslint-plugin-react": "7.13.0"
},
Expand Down
Loading

0 comments on commit 5f9659b

Please sign in to comment.