Skip to content

Commit

Permalink
Update emotion monorepo to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent 1da2639 commit 0f2b32b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@typescript-eslint/parser": "5.56.0",
"eslint": "8.36.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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/plop-templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/@misk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.5",
"@misk/simpleredux": "0.6.3",
"axios": "1.6.8",
"http-method-enum": "1.0.0",
Expand Down Expand Up @@ -77,7 +77,7 @@
"css-loader": "6.11.0",
"eslint": "8.36.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/simpleredux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"cross-env": "7.0.3",
"eslint": "8.36.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/jest": "29.5.12",
"@types/node": "18.15.10",
"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",
Expand Down

0 comments on commit 0f2b32b

Please sign in to comment.