Skip to content

Commit

Permalink
Merge pull request #2500 from OlympusDAO/develop
Browse files Browse the repository at this point in the history
Release: Range Bond Price and UX Improvements, remove cross-chain pools & dep updates
  • Loading branch information
appleseed-iii committed Dec 13, 2022
2 parents 8e35581 + 8c71416 commit 8d2a607
Show file tree
Hide file tree
Showing 30 changed files with 3,021 additions and 15,075 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = api => {

if (!validEnv.includes(currentEnv)) {
throw new Error(
`Please specify a valid 'NODE_ENV' or 'BABEL_ENV' environment variables. Valid values are "development", "test", and "production". Instead, received: ${JSON.stringify(
`Please specify a valid 'MODE' or 'BABEL_ENV' environment variables. Valid values are "development", "test", and "production". Instead, received: ${JSON.stringify(
currentEnv,
)}.`,
);
Expand Down
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.4",
"@emotion/styled": "^11.10.5",
"@ethersproject/address": "^5.6.1",
"@ethersproject/providers": "^5.7.1",
"@ledgerhq/iframe-provider": "^0.4.2",
"@mui/icons-material": "^5.10.16",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.10.17",
"@mui/system": "^5.10.8",
"@mui/x-data-grid": "^5.17.7",
Expand All @@ -55,17 +55,16 @@
"graphql-request": "^5.0.0",
"graphql-tag": "^2.0.0",
"react": "17.0.2",
"react-countdown": "^2.3.3",
"react-dom": "17.0.2",
"react-ga": "^3.3.1",
"react-ga4": "^1.4.1",
"react-hot-toast": "^2.4.0",
"react-markdown": "^8.0.3",
"react-redux": "^8.0.4",
"react-markdown": "^8.0.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.5",
"react-step-progress-bar": "^1.0.3",
"react-uid": "^2.3.2",
"recharts": "^2.1.14",
"recharts": "^2.2.0",
"tinycolor2": "^1.4.2",
"typescript": "^4.8.4",
"wagmi": "^0.7.15"
Expand All @@ -87,11 +86,11 @@
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.6.1",
"@graphql-codegen/cli": "2.13.6",
"@graphql-codegen/cli": "2.16.1",
"@graphql-codegen/typescript": "2.8.5",
"@graphql-codegen/typescript-operations": "^2.5.8",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@graphql-codegen/typescript-react-query": "^4.0.4",
"@graphql-codegen/typescript-react-query": "^4.0.6",
"@tanstack/react-query-devtools": "^4.19.1",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
Expand All @@ -110,9 +109,9 @@
"@types/tinycolor2": "^1.4.3",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.39.0",
"@vitejs/plugin-react": "^2.0.1",
"@vitest/coverage-c8": "^0.25.5",
"@typescript-eslint/parser": "^5.46.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "^0.25.8",
"@vitest/ui": "^0.23.1",
"assert": "^2.0.0",
"autoprefixer": "^10.4.13",
Expand All @@ -125,7 +124,7 @@
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-no-relative-import-paths": "^1.4.0",
"eslint-plugin-no-relative-import-paths": "^1.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -136,29 +135,29 @@
"https-browserify": "^1.0.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-extended": "^3.1.0",
"jest-when": "^3.5.1",
"jsdom": "^20.0.0",
"jest-extended": "^3.2.0",
"jest-when": "^3.5.2",
"jsdom": "^20.0.3",
"less-plugin-npm-import": "^2.1.0",
"lint-staged": "^13.0.3",
"lint-staged": "^13.1.0",
"node-watch": "^0.7.1",
"os-browserify": "^0.3.0",
"postcss": "^8.4.16",
"postcss": "^8.4.20",
"prettier": "^2.7.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react-app-rewired": "^2.2.1",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-polyfill-node": "^0.10.2",
"sass": "^1.55.0",
"sass": "^1.56.2",
"shelljs": "^0.8.5",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"type-graphql": "^1.1.1",
"typechain": "^8.1.0",
"typechain": "^8.1.1",
"url": "^0.11.0",
"vite": "^3.0.9",
"vite-plugin-svgr": "^2.2.2",
"vite": "^4.0.0",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^3.5.0",
"vitest": "^0.23.1"
},
Expand Down
Loading

0 comments on commit 8d2a607

Please sign in to comment.