Skip to content

Commit

Permalink
updated all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaidman committed Jun 13, 2021
1 parent dff9bc3 commit 727fb4e
Show file tree
Hide file tree
Showing 3 changed files with 1,564 additions and 1,586 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
'~(.*)$': '<rootDir>/src$1',
'^@welldone-software/why-did-you-render$': '<rootDir>/src/whyDidYouRender.js',
},
'testEnvironment': 'jsdom',
};

if (process.env.USE_REACT_16 === 'true') {
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,40 +58,40 @@
"react": "^16 || ^17"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.2",
"@babel/eslint-parser": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/eslint-parser": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@types/react-redux": "^7.1.16",
"@welldone-software/jest-console-handler": "^1.0.0",
"acorn-walk": "^8.1.0",
"astring": "^1.7.4",
"astring": "^1.7.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"concurrently": "^6.1.0",
"babel-jest": "^27.0.2",
"concurrently": "^6.2.0",
"coveralls": "^3.1.0",
"create-react-class": "^15.7.0",
"cross-env": "^7.0.3",
"cypress": "^7.3.0",
"eslint": "^7.26.0",
"cypress": "^7.5.0",
"eslint": "^7.28.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react": "^7.24.0",
"express": "^4.17.1",
"express-history-api-fallback": "^2.2.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"jest": "^27.0.4",
"jest-cli": "^27.0.4",
"magic-string": "^0.25.7",
"nollup": "^0.16.4",
"react": "^17.0.1",
"nollup": "^0.16.5",
"react": "^17.0.2",
"react-16": "npm:react@^16.14.0",
"react-dom": "npm:@hot-loader/react-dom@^17.0.1",
"react-dom-16": "npm:@hot-loader/react-dom@^16.14.0",
Expand All @@ -102,13 +102,13 @@
"react-router-dom": "^5.2.0",
"redux": "^4.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.48.0",
"rollup": "^2.51.2",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-commonjs-alternate": "^0.8.0",
"rollup-plugin-license": "^2.3.0",
"rollup-plugin-license": "^2.5.0",
"rollup-plugin-node-resolve": "^5.2.0",
"start-server-and-test": "^1.12.2",
"start-server-and-test": "^1.12.5",
"styled-components": "^5.3.0",
"typescript": "^4.2.4"
"typescript": "^4.3.2"
}
}
Loading

0 comments on commit 727fb4e

Please sign in to comment.