Skip to content

Commit

Permalink
feat(index): bump sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon committed Nov 7, 2023
1 parent 12329e9 commit d285cca
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 173 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "^5.14.16",
"@mui/lab": "5.0.0-alpha.152",
"@mui/material": "^5.14.17",
"@mui/x-data-grid": "^6.18.0",
"@phala/lib": "workspace:*",
"@phala/store": "workspace:*",
Expand All @@ -34,7 +34,7 @@
"@talismn/connect-wallets": "^1.2.3",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/react": "^18.2.35",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"ajv": "^8.12.0",
"date-fns": "^2.30.0",
Expand All @@ -55,7 +55,7 @@
"react-intersection-observer": "^9.5.2",
"react-markdown": "^9.0.0",
"react-snap-carousel": "^0.3.2",
"recharts": "^2.9.2",
"recharts": "^2.9.3",
"sharp": "^0.32.6",
"swr": "2.2.2",
"typescript": "^5.2.2"
Expand All @@ -65,7 +65,7 @@
"@svgr/webpack": "^8.1.0",
"@swc-jotai/debug-label": "^0.1.0",
"@swc-jotai/react-refresh": "^0.1.0",
"@types/lodash-es": "^4.17.10",
"@types/lodash-es": "^4.17.11",
"@types/sharp": "^0.32.0"
}
}
10 changes: 5 additions & 5 deletions apps/index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@emotion/styled": "^11.11.0",
"@metamask/detect-provider": "^2.0.0",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "^5.14.16",
"@mui/lab": "5.0.0-alpha.152",
"@mui/material": "^5.14.17",
"@next/bundle-analyzer": "^14.0.1",
"@phala/index": "^1.0.39",
"@phala/index": "^1.0.41",
"@phala/lib": "workspace:*",
"@phala/store": "workspace:*",
"@phala/util": "workspace:*",
Expand Down Expand Up @@ -46,9 +46,9 @@
"@svgr/webpack": "^8.1.0",
"@swc-jotai/debug-label": "^0.1.0",
"@swc-jotai/react-refresh": "^0.1.0",
"@types/lodash-es": "^4.17.10",
"@types/lodash-es": "^4.17.11",
"@types/node": "^18.18.8",
"@types/react": "^18.2.35",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/subbridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@metamask/detect-provider": "^2.0.0",
"@metamask/providers": "^13.1.0",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "^5.14.16",
"@mui/lab": "5.0.0-alpha.152",
"@mui/material": "^5.14.17",
"@next/bundle-analyzer": "^14.0.1",
"@phala/lib": "workspace:*",
"@phala/store": "workspace:*",
Expand All @@ -45,7 +45,7 @@
"@phala/eslint-config": "workspace:*",
"@svgr/webpack": "^8.1.0",
"@types/node": "^18.18.8",
"@types/react": "^18.2.35",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.0.0",
"main": "index.js",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-n": "^16.3.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
Expand Down
Loading

0 comments on commit d285cca

Please sign in to comment.