Skip to content

Commit

Permalink
remove redundant dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov committed Jan 31, 2025
1 parent fafff49 commit 449fb09
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 245 deletions.
12 changes: 1 addition & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,13 @@
},
"devDependencies": {
"@polkadot/types": "14.3.1",
"@types/node": "18.16.19",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@vitejs/plugin-react": "4.0.3",
"@vitejs/plugin-react-swc": "3.3.2",
"autoprefixer": "10.4.14",
"babel-polyfill": "6.26.0",
"eslint": "8.43.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-import": "2.27.5",
Expand All @@ -51,9 +46,6 @@
"eslint-plugin-react-refresh": "0.4.3",
"postcss": "8.4.24",
"prettier": "2.8.8",
"react-app-rewired": "2.2.1",
"react-scripts": "5.0.1",
"rollup-plugin-visualizer": "5.9.2",
"sass": "1.62.0",
"tailwind-merge": "1.13.2",
"tailwindcss": "3.3.2",
Expand All @@ -63,8 +55,6 @@
"vite-plugin-dts": "3.5.1",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-node-polyfills": "0.17.0",
"vite-plugin-svgr": "3.2.0",
"vite-plugin-top-level-await": "1.3.1",
"vite-plugin-wasm": "3.2.2"
"vite-plugin-svgr": "3.2.0"
}
}
2 changes: 1 addition & 1 deletion frontend/packages/ez-transactions/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import react from '@vitejs/plugin-react';
import react from '@vitejs/plugin-react-swc';
import { resolve } from 'path';
import { defineConfig } from 'vite';
import svgr from 'vite-plugin-svgr';
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/hooks/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import react from '@vitejs/plugin-react';
import react from '@vitejs/plugin-react-swc';
import { resolve } from 'path';
import { defineConfig } from 'vite';
import dts from 'vite-plugin-dts';
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/ui/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import react from '@vitejs/plugin-react';
import react from '@vitejs/plugin-react-swc';
import path, { resolve } from 'path';
import { defineConfig } from 'vite';
import svgr from 'vite-plugin-svgr';
Expand Down
Loading

0 comments on commit 449fb09

Please sign in to comment.