Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Jan 26, 2024
1 parent 6710260 commit b9218fb
Show file tree
Hide file tree
Showing 2 changed files with 1,565 additions and 1,212 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,58 +19,58 @@
},
"dependencies": {
"@amplitude/analytics-browser": "^1.2.3",
"@heroicons/react": "^2.0.18",
"@metamask/post-message-stream": "^5.0.0",
"@revoke.cash/chains": "^28.0.0",
"@heroicons/react": "^2.1.1",
"@metamask/post-message-stream": "^5.1.0",
"@revoke.cash/chains": "^30.0.0",
"eth-rpc-errors": "^4.0.3",
"extension-port-stream": "^2.0.1",
"extension-port-stream": "^2.1.1",
"i18next": "^21.10.0",
"object-hash": "^3.0.0",
"react": "^17.0.1",
"react": "^17.0.2",
"react-async-hook": "^4.0.0",
"react-dom": "^17.0.1",
"react-i18next": "^11.18.6",
"react-select": "^5.7.0",
"react-select": "^5.8.0",
"react-switch": "^6.1.0",
"stream-browserify": "^3.0.0",
"tailwind-merge": "^1.12.0",
"viem": "^1.18.6",
"tailwind-merge": "^1.14.0",
"viem": "^1.21.4",
"webextension-polyfill": "^0.9.0"
},
"devDependencies": {
"@localazy/cli": "^1.7.3",
"@types/chrome": "^0.0.243",
"@localazy/cli": "^1.7.5",
"@types/chrome": "^0.0.259",
"@types/object-hash": "^2.2.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/readable-stream": "^2.3.13",
"@types/webextension-polyfill": "^0.10.1",
"autoprefixer": "^10.4.7",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^9.0.1",
"copy-webpack-plugin": "^9.1.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"css-loader": "^6.9.1",
"dotenv-webpack": "^8.0.1",
"glob": "^7.1.6",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"glob": "^7.2.3",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.7.2",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.0.0",
"postcss": "^8.4.33",
"postcss-loader": "^7.3.4",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"process": "^0.11.10",
"rimraf": "^3.0.2 ",
"style-loader": "^3.3.1",
"tailwindcss": "^3.1.6",
"ts-loader": "^8.0.0",
"tsx": "^4.2.1",
"typescript": "^5.2.2",
"web-ext": "^7.1.1",
"webpack": "^5.61.0",
"webpack-cli": "^4.0.0",
"webpack-merge": "^5.0.0",
"rimraf": "^3.0.2",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"ts-loader": "^8.4.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"web-ext": "^7.11.0",
"webpack": "^5.90.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.10.0",
"webpack-merge-and-include-globally": "^2.3.4",
"wext-manifest-loader": "^2.4.1",
"wext-manifest-webpack-plugin": "^1.2.1"
Expand Down
Loading

0 comments on commit b9218fb

Please sign in to comment.