Skip to content

Commit

Permalink
chore(deps): update definitelytyped
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 2750e28 commit c45bba4
Show file tree
Hide file tree
Showing 6 changed files with 284 additions and 214 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@types/eslint": "^8.44.0",
"@types/jest": "^27.5.2",
"@types/jest": "^29.5.13",
"@types/node": "^18.17.14",
"@types/react": "^17.0.69",
"@types/react-dom": "^17.0.22",
"@types/svgo": "^2.6.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/svgo": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"babel-loader": "^9.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"@compiled/utils": "^0.12.0",
"@fixture/strict-api-test": "*",
"@testing-library/react": "^12.1.5",
"@types/jsdom": "^16.2.15",
"@types/react-dom": "^17.0.22",
"@types/jsdom": "^21.1.7",
"@types/react-dom": "^18.3.1",
"expect-type": "^0.17.3",
"jsdom": "^19.0.0",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"devDependencies": {
"@babel/traverse": "^7.21.5",
"@types/convert-source-map": "^1.5.2"
"@types/convert-source-map": "^2.0.3"
}
}
2 changes: 1 addition & 1 deletion website/packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@compiled/website-ui": "^1.0.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@types/mdx-js__react": "^1.5.8",
"@types/mdx-js__react": "^2.0.0",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
Expand Down
22 changes: 17 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,13 @@
unist-builder "2.0.3"
unist-util-visit "2.0.3"

"@mdx-js/react@*":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746"
integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==
dependencies:
"@types/mdx" "^2.0.0"

"@mdx-js/[email protected]", "@mdx-js/react@^1.6.22":
version "1.6.22"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
Expand Down Expand Up @@ -1521,12 +1528,17 @@
dependencies:
"@types/unist" "^2"

"@types/mdx-js__react@^1.5.8":
version "1.5.8"
resolved "https://registry.yarnpkg.com/@types/mdx-js__react/-/mdx-js__react-1.5.8.tgz#a709076d48d17bb2e3168a0686d79b16e55ff9a4"
integrity sha512-iLQL8JZ4AZ+rpZvGUsQwENffpsSCMLYB8kE6OhGasLmdYn7aSLq53uOvZrKx5FM+hymE2nm08HDfq7tFx02ElA==
"@types/mdx-js__react@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@types/mdx-js__react/-/mdx-js__react-2.0.0.tgz#beefa273209aedf04b6f37d4c41a295b0d33200a"
integrity sha512-CULRBwQwLTb2RrhERg43x4857LaAjWcA2oncJdW0zj9m6eZQbGcOxZTHMiOxYmNmSrbDJQwJ6JiokqzBLAenEA==
dependencies:
"@types/react" "*"
"@mdx-js/react" "*"

"@types/mdx@^2.0.0":
version "2.0.13"
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.13.tgz#68f6877043d377092890ff5b298152b0a21671bd"
integrity sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==

"@types/mime@^1":
version "1.3.5"
Expand Down
Loading

0 comments on commit c45bba4

Please sign in to comment.