Skip to content

Commit

Permalink
Update emotion monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 5, 2021
1 parent 7ea8a1e commit b82760a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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": "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",
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 @@ -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",
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 @@ -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",
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 @@ -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"
},
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 @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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 @@ -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",
Expand Down Expand Up @@ -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",
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 @@ -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",
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": "25.2.3",
"@types/node": "14.17.6",
"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",
Expand Down

0 comments on commit b82760a

Please sign in to comment.