Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update emotion monorepo to v11.14.0 (minor) #680

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"type": "module",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.1",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@graasp/apps-query-client": "3.7.3",
"@graasp/sdk": "4.32.1",
"@graasp/stylis-plugin-rtl": "2.2.0",
Expand Down
37 changes: 23 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ __metadata:
languageName: node
linkType: hard

"@emotion/cache@npm:^11.13.5":
"@emotion/cache@npm:^11.14.0":
version: 11.14.0
resolution: "@emotion/cache@npm:11.14.0"
dependencies:
Expand Down Expand Up @@ -827,15 +827,15 @@ __metadata:
languageName: node
linkType: hard

"@emotion/react@npm:11.13.5":
version: 11.13.5
resolution: "@emotion/react@npm:11.13.5"
"@emotion/react@npm:11.14.0":
version: 11.14.0
resolution: "@emotion/react@npm:11.14.0"
dependencies:
"@babel/runtime": "npm:^7.18.3"
"@emotion/babel-plugin": "npm:^11.13.5"
"@emotion/cache": "npm:^11.13.5"
"@emotion/cache": "npm:^11.14.0"
"@emotion/serialize": "npm:^1.3.3"
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.1.0"
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.2.0"
"@emotion/utils": "npm:^1.4.2"
"@emotion/weak-memoize": "npm:^0.4.0"
hoist-non-react-statics: "npm:^3.3.1"
Expand All @@ -844,7 +844,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/c85bde9c6144be6f243e44d6834b16df8151b91c5136ea28d9d917155d64d1bbfba000ae98866fd9f5089546f0b0655c20b9e4280cdc5ccf39acc4a2fde37a39
checksum: 10/3356c1d66f37f4e7abf88a2be843f6023b794b286c9c99a0aaf1cd1b2b7c50f8d80a2ef77183da737de70150f638e698ff4a2a38ab2d922f868615f1d5761c37
languageName: node
linkType: hard

Expand Down Expand Up @@ -901,23 +901,23 @@ __metadata:
languageName: node
linkType: hard

"@emotion/styled@npm:11.13.5":
version: 11.13.5
resolution: "@emotion/styled@npm:11.13.5"
"@emotion/styled@npm:11.14.0":
version: 11.14.0
resolution: "@emotion/styled@npm:11.14.0"
dependencies:
"@babel/runtime": "npm:^7.18.3"
"@emotion/babel-plugin": "npm:^11.13.5"
"@emotion/is-prop-valid": "npm:^1.3.0"
"@emotion/serialize": "npm:^1.3.3"
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.1.0"
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.2.0"
"@emotion/utils": "npm:^1.4.2"
peerDependencies:
"@emotion/react": ^11.0.0-rc.0
react: ">=16.8.0"
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/cf6c47f9e9292b817aaec4e34cedc996727318018b621525576a1f541cfb3ecf2443729bfba503d4467d8183ca7732fe817bd7202386f4206a9d218e6e2202d8
checksum: 10/64bb3fd8c5d3042ba803eb2052fddf8e057b927682677f8fc41ecfe2b1abcc0da03944fde79fac8f2f55a56383d5c9547b93d4641bb51452cf59415c02dd9b10
languageName: node
linkType: hard

Expand All @@ -937,6 +937,15 @@ __metadata:
languageName: node
linkType: hard

"@emotion/use-insertion-effect-with-fallbacks@npm:^1.2.0":
version: 1.2.0
resolution: "@emotion/use-insertion-effect-with-fallbacks@npm:1.2.0"
peerDependencies:
react: ">=16.8.0"
checksum: 10/2374999db8d53ef661d61ed1026c42a849632e4f03826f7eba0314c1d92ae342161d737f5045453aa46dd4008e13ccefeba68d3165b667dfad8e5784fcb0c643
languageName: node
linkType: hard

"@emotion/utils@npm:^1.4.0, @emotion/utils@npm:^1.4.1":
version: 1.4.1
resolution: "@emotion/utils@npm:1.4.1"
Expand Down Expand Up @@ -8158,8 +8167,8 @@ __metadata:
"@commitlint/config-conventional": "npm:19.6.0"
"@commitlint/types": "npm:^19.0.0"
"@cypress/code-coverage": "npm:3.13.9"
"@emotion/react": "npm:11.13.5"
"@emotion/styled": "npm:11.13.5"
"@emotion/react": "npm:11.14.0"
"@emotion/styled": "npm:11.14.0"
"@eslint/compat": "npm:^1.2.0"
"@eslint/eslintrc": "npm:3.2.0"
"@eslint/js": "npm:9.16.0"
Expand Down
Loading