Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Aug 4, 2019
1 parent c68913f commit 5d68293
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/development-runtime/package.json
@@ -1,7 +1,7 @@
{
"name": "development-runtime",
"private": true,
"version": "2.1.0",
"version": "2.1.5",
"dependencies": {
"@material-ui/core": "latest",
"@material-ui/styles": "latest",
Expand All @@ -24,9 +24,9 @@
"test": "cross-env CYPRESS_SUPPORT=y yarn start-server-and-test "
},
"devDependencies": {
"@testing-library/cypress": "^4.0.5",
"cross-env": "^5.2.0",
"cypress": "^3.4.1",
"@testing-library/cypress": "^4.0.5",
"gatsby-cypress": "^0.2.3",
"start-server-and-test": "^1.9.1"
}
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/production-runtime/package.json
@@ -1,7 +1,7 @@
{
"name": "production-runtime",
"private": true,
"version": "2.1.0",
"version": "2.1.5",
"dependencies": {
"@material-ui/core": "latest",
"@material-ui/styles": "latest",
Expand All @@ -25,8 +25,8 @@
"test": "cross-env CYPRESS_SUPPORT=y yarn build && yarn start-server-and-test "
},
"devDependencies": {
"cypress": "^3.4.1",
"@testing-library/cypress": "^4.0.5",
"cypress": "^3.4.1",
"gatsby-cypress": "^0.2.3",
"start-server-and-test": "^1.9.1"
}
Expand Down
2 changes: 1 addition & 1 deletion gatsby-plugin-material-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-material-ui",
"version": "2.1.4",
"version": "2.1.5",
"description": "Gatsby plugin for Material-UI with built-in server-side rendering support",
"license": "MIT",
"author": "hello@webappsolutions.de",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.1.4"
"version": "2.1.5"
}

0 comments on commit 5d68293

Please sign in to comment.