Skip to content

Commit

Permalink
Try fixing deps to next
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Sep 25, 2020
1 parent 5a63c4c commit b63fbe4
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 32 deletions.
16 changes: 8 additions & 8 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"fetch-mock": "~6.3.0",
"json-graphql-server": "~2.1.3",
"proxy-polyfill": "^0.3.0",
"ra-data-fakerest": "^3.0.0",
"ra-data-graphql-simple": "^3.0.0",
"ra-data-simple-rest": "^3.0.0",
"ra-i18n-polyglot": "^3.0.0",
"ra-input-rich-text": "^3.0.0",
"ra-language-english": "^3.0.0",
"ra-language-french": "^3.0.0",
"ra-data-fakerest": "next",
"ra-data-graphql-simple": "next",
"ra-data-simple-rest": "next",
"ra-i18n-polyglot": "next",
"ra-input-rich-text": "next",
"ra-language-english": "next",
"ra-language-french": "next",
"react": "^16.9.0",
"react-admin": "^3.0.0",
"react-app-polyfill": "^1.0.4",
Expand Down Expand Up @@ -54,4 +54,4 @@
"source-map-explorer": "^2.0.0",
"typescript": "^4.0.2"
}
}
}
10 changes: 5 additions & 5 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@babel/polyfill": "^7.10.4",
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"ra-data-fakerest": "^3.0.0",
"ra-i18n-polyglot": "^3.0.0",
"ra-input-rich-text": "^3.0.0",
"ra-language-english": "^3.0.0",
"ra-language-french": "^3.0.0",
"ra-data-fakerest": "next",
"ra-i18n-polyglot": "next",
"ra-input-rich-text": "next",
"ra-language-english": "next",
"ra-language-french": "next",
"react": "^16.9.0",
"react-admin": "^3.0.0",
"react-dom": "^16.9.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@material-ui/core": "^4.10.0",
"ra-data-json-server": "^3.0.0",
"ra-data-json-server": "next",
"react": "^16.9.0",
"react-admin": "^3.0.0",
"react-dom": "^16.9.0",
Expand All @@ -21,4 +21,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
2 changes: 1 addition & 1 deletion packages/ra-data-fakerest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"rimraf": "^2.6.3"
},
"peerDependencies": {
"ra-core": "^3.0.0"
"ra-core": "next"
}
}
4 changes: 2 additions & 2 deletions packages/ra-data-graphql-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"graphql-tag": "^2.10.1",
"lodash": "~4.17.5",
"pluralize": "~7.0.0",
"ra-data-graphql": "^3.9.0-beta.1"
"ra-data-graphql": "next"
},
"peerDependencies": {
"graphql": "^14.1.1",
"ra-core": "^3.0.0"
"ra-core": "next"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-data-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"graphql": "^14.1.1",
"ra-core": "^3.0.0"
"ra-core": "next"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-data-json-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"query-string": "^5.1.1",
"ra-core": "^3.9.0-beta.1"
"ra-core": "next"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-data-simple-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"rimraf": "^2.6.3"
},
"peerDependencies": {
"ra-core": "^3.0.0"
"ra-core": "next"
}
}
2 changes: 1 addition & 1 deletion packages/ra-i18n-polyglot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"node-polyglot": "^2.2.2",
"ra-core": "^3.9.0-beta.1"
"ra-core": "next"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-input-rich-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"watch": "tsc --outDir esm --module es2015 --watch"
},
"peerDependencies": {
"ra-core": "^3.0.0",
"ra-ui-materialui": "^4.3.3",
"ra-core": "next",
"ra-ui-materialui": "next",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-language-english/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"watch": "tsc --outDir esm --module es2015 --watch"
},
"dependencies": {
"ra-core": "^3.9.0-beta.1"
"ra-core": "next"
},
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-language-french/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"watch": "tsc --outDir esm --module es2015 --watch"
},
"dependencies": {
"ra-core": "^3.9.0-beta.1"
"ra-core": "next"
},
"keywords": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-ui-materialui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"final-form": "^4.20.0",
"final-form-arrays": "^3.0.1",
"ignore-styles": "~5.0.1",
"ra-core": "^3.9.0-beta.1",
"ra-core": "next",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-final-form": "^6.5.0",
Expand All @@ -56,7 +56,7 @@
"@material-ui/styles": "^4.3.3",
"final-form": "^4.18.5",
"final-form-arrays": "^3.0.1",
"ra-core": "^3.0.0",
"ra-core": "next",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-final-form": "^6.3.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"connected-react-router": "^6.5.2",
"final-form": "^4.18.5",
"final-form-arrays": "^3.0.1",
"ra-core": "^3.9.0-beta.1",
"ra-i18n-polyglot": "^3.9.0-beta.1",
"ra-language-english": "^3.9.0-beta.1",
"ra-ui-materialui": "^3.9.0-beta.1",
"ra-core": "next",
"ra-i18n-polyglot": "next",
"ra-language-english": "next",
"ra-ui-materialui": "next",
"react-final-form": "^6.3.3",
"react-final-form-arrays": "^3.1.1",
"react-redux": "^7.1.0",
Expand Down

0 comments on commit b63fbe4

Please sign in to comment.