Skip to content

Commit

Permalink
chore: remove scheduler dep in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Nov 24, 2019
1 parent dad228f commit 09ba0ab
Show file tree
Hide file tree
Showing 19 changed files with 15 additions and 34 deletions.
3 changes: 1 addition & 2 deletions examples/custom-base-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"docz": "next",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
}
}
3 changes: 1 addition & 2 deletions examples/custom-config-location/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"docz": "next",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
}
}
3 changes: 1 addition & 2 deletions examples/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"docz": "next",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
Expand Down
3 changes: 1 addition & 2 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet-async": "^1.0.4",
"scheduler": "^0.15.0"
"react-helmet-async": "^1.0.4"
}
}
3 changes: 1 addition & 2 deletions examples/images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"docz": "next",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
}
}
3 changes: 1 addition & 2 deletions examples/less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"less": "3.10.3",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
}
}
3 changes: 1 addition & 2 deletions examples/logo-in-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"docz": "next",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
}
}
1 change: 0 additions & 1 deletion examples/monorepo-package/packages/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0",
"universal-console": "^0.1.3"
}
}
1 change: 0 additions & 1 deletion examples/monorepo-separate-docs/packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0",
"universal-console": "^0.1.3"
}
}
1 change: 0 additions & 1 deletion examples/monorepo/packages/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0",
"universal-console": "^0.1.3"
}
}
3 changes: 1 addition & 2 deletions examples/now/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"docz": "next",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
},
"devDependencies": {
"now": "^16.1.2"
Expand Down
3 changes: 1 addition & 2 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"react": "^16.8.6",
"react-art": "^16.8.6",
"react-dom": "^16.8.6",
"react-native-web": "^0.11.7",
"scheduler": "^0.15.0"
"react-native-web": "^0.11.7"
},
"devDependencies": {
"@babel/core": "^7.5.5"
Expand Down
3 changes: 1 addition & 2 deletions examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"scheduler": "^0.15.0"
"react-router-dom": "^5.0.1"
}
}
3 changes: 1 addition & 2 deletions examples/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"node-sass": "4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
}
}
1 change: 0 additions & 1 deletion examples/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0",
"styled-components": "^4.3.2"
}
}
3 changes: 1 addition & 2 deletions examples/stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"gatsby-plugin-stylus": "2.1.11",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
}
}
3 changes: 1 addition & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"@emotion/styled": "^10.0.14",
"docz": "next",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
},
"devDependencies": {
"@types/react": "^16.8.23",
Expand Down
3 changes: 1 addition & 2 deletions examples/webpack-alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"docz": "next",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
}
}
3 changes: 1 addition & 2 deletions examples/with-themes-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"docz": "next",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scheduler": "^0.15.0"
"react-dom": "^16.8.6"
}
}

0 comments on commit 09ba0ab

Please sign in to comment.