Skip to content

Commit d4963c4

Browse files
authored
Upgrade packages (codesandbox#570)
* Upgrade packages * Update package.json * Update Button snaps
1 parent faaea1a commit d4963c4

File tree

4 files changed

+1213
-754
lines changed

4 files changed

+1213
-754
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
]
3535
},
3636
"workspaces": [
37-
"packages/**"
37+
"packages/homepage",
38+
"packages/app",
39+
"packages/common",
40+
"packages/codesandbox-api"
3841
],
3942
"devDependencies": {
4043
"all-contributors-cli": "^4.3.0",

packages/app/src/app/components/Button/__snapshots__/Button.test.js.snap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ exports[`Button renders 1`] = `
2727
-moz-user-select: none;
2828
-ms-user-select: none;
2929
user-select: none;
30+
-webkit-text-decoration: none;
3031
text-decoration: none;
3132
cursor: pointer;
3233
}
@@ -93,6 +94,7 @@ exports[`Button renders disabled 1`] = `
9394
-moz-user-select: none;
9495
-ms-user-select: none;
9596
user-select: none;
97+
-webkit-text-decoration: none;
9698
text-decoration: none;
9799
}
98100
@@ -136,6 +138,7 @@ exports[`Button renders href 1`] = `
136138
-moz-user-select: none;
137139
-ms-user-select: none;
138140
user-select: none;
141+
-webkit-text-decoration: none;
139142
text-decoration: none;
140143
cursor: pointer;
141144
}
@@ -204,6 +207,7 @@ exports[`Button renders onClick 1`] = `
204207
-moz-user-select: none;
205208
-ms-user-select: none;
206209
user-select: none;
210+
-webkit-text-decoration: none;
207211
text-decoration: none;
208212
cursor: pointer;
209213
}
@@ -272,6 +276,7 @@ exports[`Button renders properties 1`] = `
272276
-moz-user-select: none;
273277
-ms-user-select: none;
274278
user-select: none;
279+
-webkit-text-decoration: none;
275280
text-decoration: none;
276281
cursor: pointer;
277282
}
@@ -340,6 +345,7 @@ exports[`Button renders secondary 1`] = `
340345
-moz-user-select: none;
341346
-ms-user-select: none;
342347
user-select: none;
348+
-webkit-text-decoration: none;
343349
text-decoration: none;
344350
cursor: pointer;
345351
}
@@ -407,6 +413,7 @@ exports[`Button renders to 1`] = `
407413
-moz-user-select: none;
408414
-ms-user-select: none;
409415
user-select: none;
416+
-webkit-text-decoration: none;
410417
text-decoration: none;
411418
cursor: pointer;
412419
}

packages/homepage/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"gatsby-plugin-google-tagmanager": "^1.0.8",
1212
"gatsby-plugin-nprogress": "^1.0.9",
1313
"gatsby-plugin-react-helmet": "^1.0.8",
14-
"gatsby-plugin-sharp": "^1.6.23",
1514
"gatsby-plugin-sitemap": "^1.2.7",
1615
"gatsby-plugin-styled-components": "^2.0.5",
1716
"gatsby-react-router-scroll": "^1.0.3",

0 commit comments

Comments
 (0)