Skip to content

Commit c76ca11

Browse files
dependabot-preview[bot]Jack-Works
authored andcommitted
chore(deps-dev): bump typescript, eslint, prettier to latest
chore(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v6.3.0...v6.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> chore(deps): bump ts-loader from 6.0.4 to 6.2.0 Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 6.0.4 to 6.2.0. - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md) - [Commits](TypeStrong/ts-loader@v6.0.4...v6.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> chore(deps-dev): bump eslint-plugin-prettier from 3.1.0 to 3.1.1 Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v3.1.0...v3.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> chore(deps): bump @typescript-eslint/eslint-plugin from 2.3.3 to 2.4.0 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.3.3 to 2.4.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.4.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> chore(deps): bump @types/jest from 24.0.18 to 24.0.19 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.18 to 24.0.19. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> chore(deps-dev): bump typescript from 3.6.2 to 3.7.0-beta chore: upgrade ts, eslint, prettier
1 parent 8a7b9e1 commit c76ca11

File tree

2 files changed

+281
-51
lines changed

2 files changed

+281
-51
lines changed

Diff for: package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"@types/bip39": "^2.4.2",
4040
"@types/classnames": "^2.2.7",
4141
"@types/gun": "^0.9.1",
42-
"@types/jest": "^24.0.13",
42+
"@types/jest": "^24.0.19",
4343
"@types/json-stable-stringify": "^1.0.32",
4444
"@types/lodash-es": "^4.17.3",
45-
"@types/node": "^12.7.11",
45+
"@types/node": "^12.12.7",
4646
"@types/qrcode": "^1.3.3",
4747
"@types/react": "^16.9.11",
4848
"@types/react-dom": "^16.9.2",
4949
"@types/react-router-dom": "^5.1.0",
5050
"@types/tiny-secp256k1": "^1.0.0",
51-
"@typescript-eslint/eslint-plugin": "^2.0.0",
51+
"@typescript-eslint/eslint-plugin": "^2.6.1",
5252
"anchorme": "^1.1.2",
5353
"async-call-rpc": "^1.0.0",
5454
"bip39": "^3.0.2",
@@ -57,7 +57,7 @@
5757
"copy-webpack-plugin": "^5.0.3",
5858
"elliptic": "^6.4.1",
5959
"eslint-plugin-import": "^2.18.2",
60-
"eslint-plugin-react-hooks": "^2.1.2",
60+
"eslint-plugin-react-hooks": "^2.2.0",
6161
"gun": "0.2019.930",
6262
"husky": "^3.0.5",
6363
"idb": "^4.0.3",
@@ -77,8 +77,8 @@
7777
"react-scripts": "^3.2.0",
7878
"serialijse": "^0.1.3",
7979
"tiny-secp256k1": "^1.1.2",
80-
"ts-loader": "^6.0.1",
81-
"typescript": "^3.6.2",
80+
"ts-loader": "^6.2.1",
81+
"typescript": "^3.7.2",
8282
"wallet.ts": "^0.2.8",
8383
"web-ext-types": "^3.1.0",
8484
"webcrypto-liner": "0.1.38",
@@ -97,17 +97,17 @@
9797
"@storybook/theming": "^5.2.4",
9898
"@types/storybook__addon-info": "^4.1.0",
9999
"@types/storybook__react": "^4.0.1",
100-
"@typescript-eslint/parser": "^2.0.0",
100+
"@typescript-eslint/parser": "^2.6.1",
101101
"awesome-typescript-loader": "^5.2.1",
102102
"chrome-launcher": "^0.11.2",
103-
"eslint": "^6.4.0",
104-
"eslint-config-prettier": "^6.3.0",
105-
"eslint-plugin-prettier": "^3.1.0",
103+
"eslint": "^6.6.0",
104+
"eslint-config-prettier": "^6.5.0",
105+
"eslint-plugin-prettier": "^3.1.1",
106106
"esm": "^3.2.25",
107107
"jest": "^24.9.0",
108-
"prettier": "^1.18.2",
109108
"puppeteer-core": "^1.20.0",
110109
"react-devtools": "^4.2.0",
110+
"prettier": "^1.19.0",
111111
"storybook-addon-material-ui": "^0.9.0-alpha.19",
112112
"ts-node": "^8.4.1",
113113
"web-ext": "^3.2.0",

0 commit comments

Comments
 (0)