diff --git a/examples/services/dashboard/package.json b/examples/services/dashboard/package.json index 3995cfe69f..23777bb74c 100644 --- a/examples/services/dashboard/package.json +++ b/examples/services/dashboard/package.json @@ -28,7 +28,7 @@ "@blueprintjs/select": "4.9.24", "@blueprintjs/table": "4.10.12", "@blueprintjs/timezone": "4.5.43", - "@emotion/core": "10.3.1", + "@emotion/core": "11.0.0", "axios": "1.6.8", "enum-utils": "1.0.0", "http-method-enum": "1.0.0", diff --git a/examples/tabs/palette-exemplar/package.json b/examples/tabs/palette-exemplar/package.json index 02e1f24181..9ee94fffb7 100644 --- a/examples/tabs/palette-exemplar/package.json +++ b/examples/tabs/palette-exemplar/package.json @@ -54,7 +54,7 @@ "@misk/dev": "0.6.3", "@misk/prettier": "0.6.3", "@misk/test": "0.6.3", - "jest-emotion": "10.0.32", + "jest-emotion": "11.0.0", "@testing-library/dom": "9.2.0", "@testing-library/react": "9.1.1", "@types/jest": "29.5.12", diff --git a/examples/tabs/starter-basic/package.json b/examples/tabs/starter-basic/package.json index 9421f1067f..b6a13ab611 100644 --- a/examples/tabs/starter-basic/package.json +++ b/examples/tabs/starter-basic/package.json @@ -55,7 +55,7 @@ "@misk/dev": "0.6.3", "@misk/prettier": "0.6.3", "@misk/test": "0.6.3", - "jest-emotion": "10.0.32", + "jest-emotion": "11.0.0", "@testing-library/dom": "9.2.0", "@testing-library/react": "9.1.1", "@types/jest": "29.5.12", diff --git a/packages/@misk/cli/package.json b/packages/@misk/cli/package.json index 3c678993db..fd21d99a31 100644 --- a/packages/@misk/cli/package.json +++ b/packages/@misk/cli/package.json @@ -66,7 +66,7 @@ "@typescript-eslint/parser": "5.56.0", "eslint": "8.57.0", "jest": "29.7.0", - "jest-emotion": "10.0.32", + "jest-emotion": "11.0.0", "jest-serializer-html": "7.1.0", "ts-jest": "29.0.5" }, diff --git a/packages/@misk/cli/plop-templates/basic/package.json b/packages/@misk/cli/plop-templates/basic/package.json index d109839d9f..e7f3127825 100644 --- a/packages/@misk/cli/plop-templates/basic/package.json +++ b/packages/@misk/cli/plop-templates/basic/package.json @@ -56,7 +56,7 @@ "@misk/dev": "0.6.3", "@misk/prettier": "0.6.3", "@misk/test": "0.6.3", - "jest-emotion": "10.0.32", + "jest-emotion": "11.0.0", "@testing-library/dom": "9.2.0", "@testing-library/react": "9.1.1", "@types/jest": "29.5.12", diff --git a/packages/@misk/core/package.json b/packages/@misk/core/package.json index 69a9244249..02e32d2bd5 100644 --- a/packages/@misk/core/package.json +++ b/packages/@misk/core/package.json @@ -35,8 +35,8 @@ "dependencies": { "@blueprintjs/core": "4.11.6", "@blueprintjs/icons": "4.9.0", - "@emotion/core": "10.3.1", - "@emotion/styled": "10.3.0", + "@emotion/core": "11.0.0", + "@emotion/styled": "11.12.0", "@misk/simpleredux": "0.6.3", "axios": "1.6.8", "http-method-enum": "1.0.0", @@ -77,7 +77,7 @@ "css-loader": "6.11.0", "eslint": "8.57.0", "jest": "29.7.0", - "jest-emotion": "10.0.32", + "jest-emotion": "11.0.0", "jest-environment-jsdom": "29.7.0", "jest-serializer-html": "7.1.0", "prettier": "2.8.8", diff --git a/packages/@misk/simpleredux/package.json b/packages/@misk/simpleredux/package.json index deb9bc98ae..44efc03faa 100644 --- a/packages/@misk/simpleredux/package.json +++ b/packages/@misk/simpleredux/package.json @@ -62,7 +62,7 @@ "cross-env": "7.0.3", "eslint": "8.57.0", "jest": "29.7.0", - "jest-emotion": "10.0.32", + "jest-emotion": "11.0.0", "jest-environment-jsdom": "29.7.0", "jest-serializer-html": "7.1.0", "prettier": "2.8.8", diff --git a/packages/@misk/test/package.json b/packages/@misk/test/package.json index ea162bbf1c..eae122291c 100644 --- a/packages/@misk/test/package.json +++ b/packages/@misk/test/package.json @@ -21,7 +21,7 @@ "@types/jest": "29.5.12", "@types/node": "18.19.31", "jest": "29.7.0", - "jest-emotion": "10.0.32", + "jest-emotion": "11.0.0", "jest-serializer-html": "7.1.0", "ts-jest": "29.0.5", "tslib": "2.5.0",