Skip to content

Commit

Permalink
Use newest prop func
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinBrett committed Sep 22, 2024
1 parent a2b07cb commit 0593c9b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 0 additions & 2 deletions e2e/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ declare global {

export const EXCLUDED_CONSOLE_LOGS = (browserName: string): string[] => {
const excludedConsoleLogs = [
// https://github.com/emotion-js/emotion/pull/3093
'styled-components: it looks like an unknown prop "fetchpriority" is being sent through to the DOM',
// Generic messages
"Download the React DevTools for a better development experience",
"[HMR] connected",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"*.{ts,tsx}": "stylelint --fix",
"*.{js,ts,tsx}": "eslint --fix"
},
"resolutions": {
"@emotion/is-prop-valid": "^1.3.1"
},
"dependencies": {
"@mlc-ai/web-llm": "^0.2.64",
"@monaco-editor/loader": "^1.4.0",
Expand Down Expand Up @@ -71,7 +74,7 @@
"quickjs-emscripten": "^0.31.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-rnd": "^10.4.12",
"react-rnd": "10.4.12",
"resedit": "^2.0.2",
"rtf.js": "^3.0.9",
"styled-components": "^6.1.13",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1115,17 +1115,17 @@
resolved "https://registry.yarnpkg.com/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz#519c1549b0e147759e7825701ecffd25e5819f7b"
integrity sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg==

"@emotion/[email protected]":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.2.tgz#d4175076679c6a26faa92b03bb786f9e52612337"
integrity sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==
"@emotion/[email protected]", "@emotion/is-prop-valid@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz#8d5cf1132f836d7adbe42cf0b49df7816fc88240"
integrity sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==
dependencies:
"@emotion/memoize" "^0.8.1"
"@emotion/memoize" "^0.9.0"

"@emotion/memoize@^0.8.1":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
"@emotion/memoize@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==

"@emotion/[email protected]":
version "0.8.1"
Expand Down Expand Up @@ -7246,7 +7246,7 @@ react-redux@^7.2.2:
prop-types "^15.7.2"
react-is "^17.0.2"

react-rnd@^10.4.12:
[email protected]:
version "10.4.12"
resolved "https://registry.yarnpkg.com/react-rnd/-/react-rnd-10.4.12.tgz#f3e0ae736e467c614f46f531f5f62e27aa14f352"
integrity sha512-EZ0ddi+R9JQVqk6jtPzvy11z5kjdw3aZbtiRmA9KP09UNx3LZT8WFrWO3QXbH7dHo1DKO3Rh8usCCwaJgu6Ahg==
Expand Down

0 comments on commit 0593c9b

Please sign in to comment.