Merge branch 'main' of github.com:blockscout/frontend into pagination-fixes
Showing
additional.d.ts
deleted
100644 → 0
This diff is collapsed.
... | @@ -41,7 +41,6 @@ | ... | @@ -41,7 +41,6 @@ |
"framer-motion": "^6", | "framer-motion": "^6", | ||
"lodash": "^4.0.0", | "lodash": "^4.0.0", | ||
"next": "12.2.5", | "next": "12.2.5", | ||
"next-react-svg": "1.1.3", | |||
"node-fetch": "^3.2.9", | "node-fetch": "^3.2.9", | ||
"phoenix": "^1.6.15", | "phoenix": "^1.6.15", | ||
"pino-http": "^8.2.1", | "pino-http": "^8.2.1", | ||
... | @@ -57,6 +56,7 @@ | ... | @@ -57,6 +56,7 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@playwright/experimental-ct-react": "^1.26.1", | "@playwright/experimental-ct-react": "^1.26.1", | ||
"@svgr/webpack": "^6.5.1", | |||
"@types/d3": "^7.4.0", | "@types/d3": "^7.4.0", | ||
"@types/node": "17.0.36", | "@types/node": "17.0.36", | ||
"@types/phoenix": "^1.5.4", | "@types/phoenix": "^1.5.4", | ||
... | ... |
ui/txs/TxsNewItemNotice.tsx
0 → 100644
This diff is collapsed.
Please register or sign in to comment