Skip to content

Commit 96e37a1

Browse files
committed
dependency updates
1 parent 311f575 commit 96e37a1

File tree

3 files changed

+641
-352
lines changed

3 files changed

+641
-352
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -52,39 +52,39 @@
5252
],
5353
"license": "MIT",
5454
"devDependencies": {
55-
"@types/assert": "^1.4.3",
56-
"@types/classnames": "^2.2.9",
55+
"@types/assert": "^1.4.6",
56+
"@types/classnames": "^2.2.10",
5757
"@types/jsonp": "^0.2.0",
58-
"@types/react": "^16.9.17",
59-
"@types/react-dom": "^16.9.4",
60-
"@typescript-eslint/eslint-plugin": "^2.14.0",
61-
"@typescript-eslint/parser": "^2.14.0",
62-
"cross-env": "6.0.3",
63-
"css-loader": "3.4.1",
58+
"@types/react": "^16.9.23",
59+
"@types/react-dom": "^16.9.5",
60+
"@typescript-eslint/eslint-plugin": "^2.23.0",
61+
"@typescript-eslint/parser": "^2.23.0",
62+
"cross-env": "7.0.2",
63+
"css-loader": "3.4.2",
6464
"eslint": "6.8.0",
65-
"eslint-config-prettier": "^6.9.0",
65+
"eslint-config-prettier": "^6.10.0",
6666
"eslint-loader": "3.0.3",
6767
"eslint-plugin-babel": "^5.3.0",
68-
"eslint-plugin-import": "2.19.1",
68+
"eslint-plugin-import": "2.20.1",
6969
"eslint-plugin-jsx-a11y": "6.2.3",
7070
"eslint-plugin-prettier": "^3.1.2",
71-
"eslint-plugin-react": "7.17.0",
72-
"eslint-plugin-react-hooks": "2.3.0",
73-
"file-loader": "5.0.2",
71+
"eslint-plugin-react": "7.19.0",
72+
"eslint-plugin-react-hooks": "2.5.0",
73+
"file-loader": "5.1.0",
7474
"html-webpack-plugin": "3.2.0",
7575
"prettier": "^1.19.1",
7676
"react": "16.3.0",
7777
"react-dom": "16.3.0",
78-
"react-hot-loader": "4.12.18",
79-
"rimraf": "^3.0.0",
80-
"style-loader": "1.1.2",
81-
"terser-webpack-plugin": "2.3.1",
78+
"react-hot-loader": "4.12.20",
79+
"rimraf": "^3.0.2",
80+
"style-loader": "1.1.3",
81+
"terser-webpack-plugin": "2.3.5",
8282
"ts-loader": "^6.2.1",
83-
"typescript": "3.7.4",
83+
"typescript": "3.8.3",
8484
"url-loader": "3.0.0",
85-
"webpack": "4.41.5",
86-
"webpack-cli": "3.3.10",
87-
"webpack-dev-server": "3.10.1"
85+
"webpack": "4.42.0",
86+
"webpack-cli": "3.3.11",
87+
"webpack-dev-server": "3.10.3"
8888
},
8989
"dependencies": {
9090
"classnames": "^2.2.5",

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// "typeRoots": [], /* List of folders to include type definitions from. */
4545
// "types": [], /* Type declaration files to be included in compilation. */
4646
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
47-
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
47+
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
4848
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
4949

5050
/* Source Map Options */
@@ -56,6 +56,7 @@
5656
/* Experimental Options */
5757
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
5858
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
59+
"skipLibCheck": true
5960
},
6061
"include": ["src"]
6162
}

0 commit comments

Comments
 (0)