diff --git a/examples/services/dashboard/package.json b/examples/services/dashboard/package.json index eb475f9a3fd..d3f533ce3d2 100644 --- a/examples/services/dashboard/package.json +++ b/examples/services/dashboard/package.json @@ -28,7 +28,7 @@ "@blueprintjs/select": "3.16.6", "@blueprintjs/table": "3.9.0", "@blueprintjs/timezone": "3.9.6", - "@emotion/core": "10.0.28", + "@emotion/core": "11.0.0", "axios": "0.21.1", "connected-react-router": "6.6.1", "dayjs": "1.8.26", diff --git a/examples/tabs/palette-exemplar/package.json b/examples/tabs/palette-exemplar/package.json index 44e467416fc..bb5854e071c 100644 --- a/examples/tabs/palette-exemplar/package.json +++ b/examples/tabs/palette-exemplar/package.json @@ -58,7 +58,7 @@ "@misk/dev": "0.3.3", "@misk/prettier": "0.3.3", "@misk/test": "0.3.3", - "jest-emotion": "10.0.14", + "jest-emotion": "11.0.0", "@misk/tslint": "0.3.3", "@testing-library/dom": "7.2.2", "@testing-library/react": "9.1.1", diff --git a/examples/tabs/starter-basic/package.json b/examples/tabs/starter-basic/package.json index f39b55bf61d..fb2c6985504 100644 --- a/examples/tabs/starter-basic/package.json +++ b/examples/tabs/starter-basic/package.json @@ -59,7 +59,7 @@ "@misk/dev": "0.3.3", "@misk/prettier": "0.3.3", "@misk/test": "0.3.3", - "jest-emotion": "10.0.14", + "jest-emotion": "11.0.0", "@misk/tslint": "0.3.3", "@testing-library/dom": "7.2.2", "@testing-library/react": "9.1.1", diff --git a/packages/@misk/cli/package.json b/packages/@misk/cli/package.json index e8c56f1b6b5..18ff37962a0 100644 --- a/packages/@misk/cli/package.json +++ b/packages/@misk/cli/package.json @@ -64,7 +64,7 @@ "@types/shelljs": "0.8.7", "@types/yargs": "15.0.4", "jest": "24.9.0", - "jest-emotion": "10.0.14", + "jest-emotion": "11.0.0", "jest-serializer-html": "7.1.0", "ts-jest": "24.3.0" }, diff --git a/packages/@misk/cli/plop-templates/basic/package.json b/packages/@misk/cli/plop-templates/basic/package.json index 8b75cd5f835..eae6c6d3b4a 100644 --- a/packages/@misk/cli/plop-templates/basic/package.json +++ b/packages/@misk/cli/plop-templates/basic/package.json @@ -59,7 +59,7 @@ "@misk/dev": "0.3.3", "@misk/prettier": "0.3.3", "@misk/test": "0.3.3", - "jest-emotion": "10.0.14", + "jest-emotion": "11.0.0", "@misk/tslint": "0.3.3", "@testing-library/dom": "7.2.2", "@testing-library/react": "9.1.1", diff --git a/packages/@misk/common/package.json b/packages/@misk/common/package.json index 92ddf4952ae..aa3283b36c2 100644 --- a/packages/@misk/common/package.json +++ b/packages/@misk/common/package.json @@ -39,8 +39,8 @@ "@blueprintjs/select": "3.16.6", "@blueprintjs/table": "3.9.0", "@blueprintjs/timezone": "3.9.6", - "@emotion/core": "10.0.28", - "@emotion/styled": "10.0.23", + "@emotion/core": "11.0.0", + "@emotion/styled": "11.3.0", "@redux-saga/core": "1.1.3", "axios": "0.21.1", "connected-react-router": "6.6.1", diff --git a/packages/@misk/core/package.json b/packages/@misk/core/package.json index 9862695ba07..516bbd18a59 100644 --- a/packages/@misk/core/package.json +++ b/packages/@misk/core/package.json @@ -38,8 +38,8 @@ "@blueprintjs/select": "3.16.6", "@blueprintjs/table": "3.9.0", "@blueprintjs/timezone": "3.9.6", - "@emotion/core": "10.0.28", - "@emotion/styled": "10.0.23", + "@emotion/core": "11.0.0", + "@emotion/styled": "11.3.0", "@misk/common": "0.3.3", "@misk/simpleredux": "0.3.3", "@redux-saga/core": "1.1.3", @@ -95,7 +95,7 @@ "html-webpack-harddisk-plugin": "1.0.1", "html-webpack-plugin": "3.2.0", "jest": "24.9.0", - "jest-emotion": "10.0.14", + "jest-emotion": "11.0.0", "jest-serializer-html": "7.1.0", "mini-css-extract-plugin": "0.12.0", "node-sass": "4.14.1", diff --git a/packages/@misk/simpleredux/package.json b/packages/@misk/simpleredux/package.json index 86a5a583634..a097e639963 100644 --- a/packages/@misk/simpleredux/package.json +++ b/packages/@misk/simpleredux/package.json @@ -93,7 +93,7 @@ "html-webpack-harddisk-plugin": "1.0.1", "html-webpack-plugin": "3.2.0", "jest": "24.9.0", - "jest-emotion": "10.0.14", + "jest-emotion": "11.0.0", "jest-serializer-html": "7.1.0", "mini-css-extract-plugin": "0.12.0", "node-sass": "4.14.1", diff --git a/packages/@misk/test/package.json b/packages/@misk/test/package.json index 4d150f9f3c0..dc4a11ddbea 100644 --- a/packages/@misk/test/package.json +++ b/packages/@misk/test/package.json @@ -21,7 +21,7 @@ "@types/jest": "25.2.3", "@types/node": "14.17.9", "jest": "24.9.0", - "jest-emotion": "10.0.14", + "jest-emotion": "11.0.0", "jest-serializer-html": "7.1.0", "ts-jest": "24.3.0", "tslib": "2.3.0",