Skip to content

Commit

Permalink
Bump packages
Browse files Browse the repository at this point in the history
Use `*` for react peer dependency to retain backward compatibility
Resolves cookpete/react-player#56
  • Loading branch information
philip-luther committed Nov 22, 2024
1 parent 7601d7b commit 95c0551
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
},
"homepage": "https://github.com/CookPete/react-player",
"peerDependencies": {
"react": "^0.14.0"
"react": "*"
},
"devDependencies": {
"auto-changelog": "^0.3.0",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.17",
"babel-eslint": "^5.0.0-beta6",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
Expand All @@ -74,9 +74,9 @@
"mocha": "^2.3.4",
"node-sass": "^3.4.2",
"normalize.css": "^4.0.0",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.3",
"react-dom": "^0.14.0",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"rimraf": "^2.4.4",
"sass-loader": "^3.1.2",
"snazzy": "^3.0.0",
Expand All @@ -89,7 +89,7 @@
"dependencies": {
"es6-promise": "^3.1.2",
"load-script": "^1.0.0",
"query-string": "^3.0.0",
"query-string": "^4.1.0",
"whatwg-fetch": "^0.11.0"
},
"standard": {
Expand Down

0 comments on commit 95c0551

Please sign in to comment.