From 41d3410efb83d18e81b580dd9acc7da2eee226d6 Mon Sep 17 00:00:00 2001 From: mhatvan Date: Fri, 30 Jul 2021 19:48:40 +0200 Subject: 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 --- packages/typings/package.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 packages/typings/package.json (limited to 'packages/typings/package.json') diff --git a/packages/typings/package.json b/packages/typings/package.json deleted file mode 100644 index 5da8389d6..000000000 --- a/packages/typings/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "@meetfranz/typings", - "version": "0.0.11", - "description": "TypeScript typings for internal and external projects", - "author": "Stefan Malzner ", - "homepage": "https://github.com/meetfranz/franz", - "license": "Apache-2.0", - "directories": { - "types": "types" - }, - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/meetfranz/franz.git" - }, - "bugs": { - "url": "https://github.com/meetfranz/franz/issues" - }, - "gitHead": "e9b9079dc921e85961954727a7b2a8eabe5b9798" -} -- cgit v1.2.3-54-g00ecf