Skip to content

Commit

Permalink
Test 3.8 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 12, 2020
1 parent dd7d706 commit 9dedad8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"size-limit": "^0.21.0",
"ts-node": "^8.3.0",
"tslint": "5.14.0",
"typescript": "^3.7.4",
"typescript": "^3.8.1-rc",
"typescript-to-proptypes": "^1.4.0",
"vrtest": "^0.2.0",
"webpack": "^4.41.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ import { createStyles, makeStyles } from '@material-ui/styles';
defaultTheme: validCustomTheme,
});

// $ExpectError
makeStyles(style, {
// $ExpectError
defaultTheme: invalidCustomTheme,
});

Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-styles/test/styles.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ withStyles(theme =>
content: {
minHeight: '100vh',
},
// $ExpectError
'@media (min-width: 960px)': {
content: {
// $ExpectError
display: 'flex',
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/test/typescript/styles.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ withStyles(theme =>
content: {
minHeight: '100vh',
},
// $ExpectError
'@media (min-width: 960px)': {
content: {
// $ExpectError
display: 'flex',
},
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14829,10 +14829,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.2.tgz#a09e1dc69bc9551cadf17dba10ee42cf55e5d56c"
integrity sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==

typescript@^3.7.4, typescript@next:
version "3.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"
integrity sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==
typescript@^3.8.1-rc, typescript@next:
version "3.8.1-rc"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.1-rc.tgz#f94333c14da70927ccd887be2e91be652a9a09f6"
integrity sha512-aOIe066DyZn2uYIiND6fXMUUJ70nxwu/lKhA92QuQzXyC86fr0ywo1qvO8l2m0EnDcfjprYPuFRgNgDj7U2GlQ==

uglify-js@^3.1.4:
version "3.7.2"
Expand Down

0 comments on commit 9dedad8

Please sign in to comment.