Skip to content

Commit

Permalink
chore(dependencies): set react, react-dom and cozy-bar as deps
Browse files Browse the repository at this point in the history
  • Loading branch information
trollepierre committed Aug 12, 2022
1 parent 1fd8ebd commit 4447827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@material-ui/lab": "4.0.0-alpha.60",
"@material-ui/styles": "4.11.5",
"classnames": "2.3.1",
"cozy-bar": "7.17.8",
"cozy-client": "^32.3.1",
"cozy-device-helper": "^2.1.0",
"cozy-doctypes": "1.83.7",
Expand All @@ -51,6 +52,8 @@
"lodash": "4.17.21",
"piwik-react-router": "0.12.1",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-markdown": "4.3.1",
"react-redux": "7.2.2",
"react-router-dom": "4.2.2",
Expand All @@ -66,16 +69,13 @@
"babel-preset-cozy-app": "2.0.2",
"browser-resolve": "^2.0.0",
"bundlemon": "^1.4.0",
"cozy-bar": "7.17.8",
"cozy-scripts": "6.3.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.9.1",
"eslint-config-cozy-app": "4.0.0",
"eslint-plugin-import": "2.26.0",
"jest-environment-jsdom-sixteen": "2.0.0",
"npm-run-all": "4.1.5",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-hot-loader": "4.12.20",
"react-test-renderer": "16.13.1"
}
Expand Down

0 comments on commit 4447827

Please sign in to comment.