Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Oct 21, 2024
1 parent c8262be commit 5539c28
Show file tree
Hide file tree
Showing 9 changed files with 1,124 additions and 971 deletions.
12 changes: 6 additions & 6 deletions frontend/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"@plasmohq/storage": "^1.12.0",
"classnames": "^2.5.1",
"lucide-react": "^0.438.0",
"plasmo": "^0.89.2",
"plasmo": "^0.89.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chrome": "^0.0.273",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
Expand All @@ -37,8 +37,8 @@
"eslint-plugin-react": "^7.37.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"manifest": {
"permissions": [
Expand Down
1,042 changes: 594 additions & 448 deletions frontend/extension/pnpm-lock.yaml

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions frontend/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/joy": "5.0.0-beta.48",
"@reduxjs/toolkit": "^2.2.7",
"@reduxjs/toolkit": "^2.3.0",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"i18next": "^23.15.1",
"i18next": "^23.16.2",
"lodash-es": "^4.17.21",
"lucide-react": "^0.446.0",
"nice-grpc-web": "^3.3.5",
"qrcode.react": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.0.2",
"react-router-dom": "^6.26.2",
"react-i18next": "^15.1.0",
"react-router-dom": "^6.27.0",
"react-use": "^17.5.1",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.14",
"uuid": "^10.0.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@bufbuild/buf": "^1.42.0",
"@bufbuild/protobuf": "^2.1.0",
"@bufbuild/buf": "^1.45.0",
"@bufbuild/protobuf": "^2.2.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
Expand All @@ -47,13 +47,13 @@
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.1",
"long": "^5.2.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"protobufjs": "^7.4.0",
"typescript": "^5.6.2",
"vite": "^5.4.8"
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"resolutions": {
"csstype": "3.1.2"
Expand Down
Loading

0 comments on commit 5539c28

Please sign in to comment.