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

chore(deps): bump react from 16.14.0 to 17.0.1 in /packages/generator/app/templates #3090

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/generator/app/templates/package.json
Expand Up @@ -38,8 +38,8 @@
"postcss-loader": "^4.2.0",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"redbox-react": "^1.6.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.5.0",
Expand All @@ -48,14 +48,14 @@
"devDependencies": {
"@jetbrains/eslint-config": "^5.3.1",
"@jetbrains/stylelint-config": "^2.0.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"babel-eslint": "^10.1.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-dom": "^1.9.0",
"chai-enzyme": "1.0.0-beta.1",
"electron": "^11.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.22.0",
"eslint-plugin-bdd": "^2.1.1",
"eslint-plugin-import": "^2.22.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/app/templates/test-bundler.js
Expand Up @@ -6,7 +6,7 @@ import sinonChai from 'sinon-chai';
import chaiEnzyme from 'chai-enzyme';
import sinon from 'sinon';
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';

Enzyme.configure({adapter: new Adapter()});

Expand Down