Merge branch 'main' of github.com:blockscout/frontend into fancy-select
Showing
... | ... | @@ -78,7 +78,7 @@ |
"@types/dom-to-image": "^2.6.4", | ||
"@types/jest": "^29.2.0", | ||
"@types/js-cookie": "^3.0.2", | ||
"@types/node": "17.0.36", | ||
"@types/node": "18.11.18", | ||
"@types/phoenix": "^1.5.4", | ||
"@types/qrcode": "^1.5.0", | ||
"@types/react": "18.0.9", | ||
... | ... | @@ -86,7 +86,7 @@ |
"@types/ws": "^8.5.3", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"dotenv-cli": "^6.0.0", | ||
"eslint": "^8.28.0", | ||
"eslint": "^8.32.0", | ||
"eslint-config-next": "^12.3.0", | ||
"eslint-plugin-es5": "^1.5.0", | ||
"eslint-plugin-import-helpers": "^1.2.1", | ||
... | ... | @@ -102,7 +102,7 @@ |
"svgo": "^2.8.0", | ||
"ts-jest": "^29.0.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "4.7.2", | ||
"typescript": "4.8.2", | ||
"vite-plugin-svgr": "^2.2.2", | ||
"vite-tsconfig-paths": "^3.5.2", | ||
"ws": "^8.11.0" | ||
... | ... |
Please register or sign in to comment