Skip to content

Commit

Permalink
Merge branch 'main' into feat/bridge-ui-v2--update-eth-balance
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK authored Sep 5, 2023
2 parents 900d028 + 0ac9f53 commit 5c46ff8
Show file tree
Hide file tree
Showing 8 changed files with 2,035 additions and 1,844 deletions.
2 changes: 1 addition & 1 deletion packages/bridge-ui-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.22.3",
"@types/debug": "^4.1.7",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^5.45.0",
"@vitest/coverage-v8": "^0.33.0",
"@wagmi/cli": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@babel/preset-env": "^7.16.0",
"@sentry/vite-plugin": "^2.2.1",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tsconfig/svelte": "^3.0.0",
"@tsconfig/svelte": "^5.0.2",
"@types/debug": "^4.1.7",
"@types/eslint": "^8.2.1",
"@types/estree": "^0.0.50",
"@types/jest": "^27.5.2",
"@types/mixpanel": "^2.14.3",
"@types/sanitize-html": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^5.16.0",
"@wagmi/cli": "^1.0.1",
"@zerodevx/svelte-toast": "^0.6.3",
Expand All @@ -49,7 +49,7 @@
"node-sass": "^7.0.1",
"postcss": "^8.4.19",
"postcss-cli": "^7.1.2",
"postcss-loader": "^6.2.0",
"postcss-loader": "^7.3.3",
"prettier": "2.7.1",
"prettier-plugin-svelte": "^2.9.0",
"rollup-plugin-node-builtins": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/pos-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@babel/preset-env": "^7.16.0",
"@sentry/vite-plugin": "^2.2.1",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tsconfig/svelte": "^3.0.0",
"@tsconfig/svelte": "^5.0.2",
"@types/debug": "^4.1.7",
"@types/eslint": "^8.2.1",
"@types/estree": "^0.0.50",
"@types/jest": "^27.0.2",
"@types/mixpanel": "^2.14.3",
"@types/sanitize-html": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^5.16.0",
"@wagmi/cli": "^1.0.1",
"@zerodevx/svelte-toast": "^0.6.3",
Expand All @@ -47,7 +47,7 @@
"node-sass": "^7.0.1",
"postcss": "^8.4.19",
"postcss-cli": "^7.1.2",
"postcss-loader": "^6.2.0",
"postcss-loader": "^7.3.3",
"prettier": "2.7.1",
"prettier-plugin-svelte": "^2.9.0",
"rollup-plugin-node-builtins": "^2.0.0",
Expand Down
Loading

0 comments on commit 5c46ff8

Please sign in to comment.