Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(refactor) update dependencies for node16 #198

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83,898 changes: 73,260 additions & 10,638 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"remove:peer": "rm -rf node_modules/react node_modules/react-dom node_modules/react-redux",
"bootstrap": "npm install && lerna bootstrap --no-hoist",
"bootstrap:ignorescripts": "npm install && lerna bootstrap --no-hoist --ignore-scripts",
"bootstrap:dev": "npm install && npm run install:peer && lerna bootstrap --no-hoist --force-local",
"bootstrap:dev": "npm install && lerna bootstrap --no-hoist --force-local",
"lint": "lerna run lint",
"build": "lerna run build",
"build:css": "lerna run build:css",
Expand All @@ -26,7 +26,6 @@
},
"devDependencies": {
"@storybook/addon-actions": "^6.2.9",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.5.0",
"install-peers-cli": "^2.2.0",
Expand All @@ -36,8 +35,8 @@
"lerna": "^4.0.0"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-redux": "^7.2.1"
}
}
12 changes: 6 additions & 6 deletions packages/bfx-containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"author": "Bitfinex",
"license": "Apache-2.0",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^7.2.1"
},
"devDependencies": {
Expand Down Expand Up @@ -68,25 +68,25 @@
"base-64": "^0.1.0",
"bignumber.js": "^9.0.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.8.0",
"connected-react-router": "6.9.3",
"crypto-js": "^4.1.1",
"date-fns": "^2.16.1",
"history": "^4.10.1",
"i18next": "^19.5.1",
"lodash": "^4.17.15",
"memoize-one": "^5.1.1",
"prop-types": "^15.7.2",
"rc-slider": "^9.6.4",
"rc-slider": "10.0.1",
"react-beforeunload": "^2.2.4",
"react-grid-layout": "^1.1.1",
"react-hook-form": "^7.21.0",
"react-i18next": "^11.7.0",
"react-measure": "^2.3.0",
"react-router-dom": "^5.2.0",
"react-router-dom": "^5.3.4",
"redux": "^4.0.5",
"redux-action-types": "^2.0.0",
"redux-batched-subscribe": "^0.1.6",
"redux-injectors": "^1.3.0",
"redux-injectors": "^2.1.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"sass": "^1.34.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"author": "Bitfinex",
"license": "Apache-2.0",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"devDependencies": {
"@babel/core": "^7.10.3",
Expand Down Expand Up @@ -81,15 +81,15 @@
"memoize-one": "^5.1.1",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"rc-slider": "^9.6.4",
"rc-slider": "10.0.1",
"react-datepicker": "^3.3.0",
"react-draggable": "^4.4.5",
"react-grid-layout": "^1.1.1",
"react-i18next": "^11.7.0",
"react-measure": "^2.3.0",
"react-number-format": "^4.4.1",
"react-outside-click-handler": "^1.3.0",
"react-popper-tooltip": "^2.11.1",
"react-popper-tooltip": "^3.1.1",
"react-transition-group": "^4.4.1",
"react-virtualized": "^9.22.3",
"sass": "^1.34.1",
Expand Down
7 changes: 4 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
"@babel/plugin-transform-runtime": "^7.13.15",
"install-peers-cli": "^2.2.0",
"react-scripts": "^5.0.0",
"sass": "^1.34.1"
"sass": "^1.34.1",
"eslint-config-react-app": "^7.0.0"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^7.2.1"
},
"browserslist": [
Expand Down
7 changes: 4 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"test": ""
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.13.15",
"@storybook/addon-actions": "^6.3.10",
"@storybook/addon-essentials": "^6.4.22",
Expand All @@ -24,7 +25,6 @@
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.4.22",
"@storybook/storybook-deployer": "^2.8.10",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"css-loader": "^5.2.4",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.5.0",
Expand All @@ -37,11 +37,12 @@
"style-loader": "^2.0.0"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^7.2.1"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"@ufx-ui/core": "^0.15.3"
}
}
1 change: 0 additions & 1 deletion tests/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ import 'regenerator-runtime/runtime'
import 'jest-canvas-mock'
import 'jest-enzyme'
import { configure } from 'enzyme'
import Adapter from '@wojtekmaj/enzyme-adapter-react-17'

configure({ adapter: new Adapter() })
Loading