Skip to content

Commit

Permalink
feat(react): update emotion package versions (#10736)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Jun 14, 2022
1 parent 4aa7371 commit b19bce2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions packages/react/migrations.json
Expand Up @@ -467,6 +467,23 @@
"alwaysAddToPackageJson": false
}
}
},
"14.3.2": {
"version": "14.3.2-beta.0",
"packages": {
"@types/node": {
"version": "17.0.42",
"alwaysAddToPackageJson": false
},
"@emotion/styled": {
"version": "11.9.3",
"alwaysAddToPackageJson": false
},
"@emotion/react": {
"version": "11.9.3",
"alwaysAddToPackageJson": false
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/react/src/utils/versions.ts
Expand Up @@ -12,8 +12,8 @@ export const typesNodeVersion = '16.11.7';
export const styledComponentsVersion = '5.3.5';
export const typesStyledComponentsVersion = '5.1.25';

export const emotionStyledVersion = '11.8.1';
export const emotionReactVersion = '11.9.0';
export const emotionStyledVersion = '11.9.3';
export const emotionReactVersion = '11.9.3';
export const emotionBabelPlugin = '11.9.2';

// WARNING: This needs to be in sync with Next.js' dependency or else there might be issues.
Expand Down

0 comments on commit b19bce2

Please sign in to comment.