aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typings/types/react-jss.d.ts
diff options
context:
space:
mode:
authorLibravatar mhatvan <markus_hatvan@aon.at>2021-07-30 19:48:40 +0200
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-30 23:06:24 +0000
commit41d3410efb83d18e81b580dd9acc7da2eee226d6 (patch)
tree65249a87c9f464ec670273b3f994cca8066587c7 /packages/typings/types/react-jss.d.ts
parentchore: migrate from tslint to @typescript-eslint (#1706) (diff)
downloadferdium-app-41d3410efb83d18e81b580dd9acc7da2eee226d6.tar.gz
ferdium-app-41d3410efb83d18e81b580dd9acc7da2eee226d6.tar.zst
ferdium-app-41d3410efb83d18e81b580dd9acc7da2eee226d6.zip
chore: cleanup and improve dependencies
- removed `@meetfranz/typings` because it only stubbed external type definitions - removed `@babel/polyfill` because there are no old browsers in use with Electron - replaced deprecated `mdi` with `@mdi/font` - removed unused `atob`, `btoa`, `targz`, `node-fetch`, `terser-webpack-plugin`, `webpack-node-externals` - added used, but not installed dependencies `color`, `csstype`, `debug`, `minimist`, `jss` - upgraded `@types/node` to match used node version - upgraded `@types/fs-extra` to match fs-extra version - add missing `arrow-parens` rule to `.eslintrc` rulest for .js files
Diffstat (limited to 'packages/typings/types/react-jss.d.ts')
-rw-r--r--packages/typings/types/react-jss.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/typings/types/react-jss.d.ts b/packages/typings/types/react-jss.d.ts
deleted file mode 100644
index 9a77ddb87..000000000
--- a/packages/typings/types/react-jss.d.ts
+++ /dev/null
@@ -1 +0,0 @@
1declare module 'react-jss';