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 Dec 9, 2024
1 parent 532b68e commit ed3aa20
Show file tree
Hide file tree
Showing 15 changed files with 410 additions and 127 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"@types/eslint": "^8.44.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.17.14",
"@types/react": "^17.0.69",
"@types/react-dom": "^17.0.22",
"@types/react": "^17.0.83",
"@types/react-dom": "^17.0.25",
"@types/svgo": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-strip-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@compiled/babel-plugin": "*",
"@types/babel__core": "^7.20.3",
"@types/babel__core": "^7.20.5",
"prettier": "^2.8.8"
}
}
6 changes: 3 additions & 3 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"devDependencies": {
"@compiled-private/module-a": "^0.1.0",
"@compiled/benchmark": "1.1.0",
"@types/babel__core": "^7.20.3",
"@types/benchmark": "^2.1.4",
"@types/resolve": "^1.20.4",
"@types/babel__core": "^7.20.5",
"@types/benchmark": "^2.1.5",
"@types/resolve": "^1.20.6",
"benchmark": "^2.1.4",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"jscodeshift": "^0.16.0"
},
"devDependencies": {
"@types/jscodeshift": "^0.11.9"
"@types/jscodeshift": "^0.12.0"
}
}
4 changes: 2 additions & 2 deletions packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"postcss-values-parser": "^6.0.2"
},
"devDependencies": {
"@types/autoprefixer": "^10.2.0",
"@types/cssnano": "^5.0.0",
"@types/autoprefixer": "^10.2.4",
"@types/cssnano": "^5.1.3",
"outdent": "^0.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"devDependencies": {
"@babel/eslint-parser": "^7.21.8",
"@types/estraverse": "^5.1.7",
"@types/estree": "^1.0.3",
"@types/estree-jsx": "^1.0.2",
"@types/estree": "^1.0.6",
"@types/estree-jsx": "^1.0.5",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"outdent": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"css": "^3.0.0"
},
"devDependencies": {
"@types/css": "^0.0.35",
"@types/css": "^0.0.38",
"csstype": "^3.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/parcel-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@parcel/core": "^2.8.3",
"@parcel/fs": "^2.8.3",
"@parcel/types": "^2.8.3",
"@types/babel__core": "^7.20.3",
"@types/babel__core": "^7.20.5",
"prettier": "^2.8.8",
"source-map": "^0.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@fixture/strict-api-test": "*",
"@testing-library/react": "^12.1.5",
"@types/jsdom": "^16.2.15",
"@types/react-dom": "^17.0.22",
"@types/react-dom": "^17.0.25",
"expect-type": "^0.17.3",
"jsdom": "^19.0.0",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions website/packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@mdx-js/react": "^1.6.22",
"@types/mdx-js__react": "^1.5.8",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-router-dom": "^5.3.3",
"babel-loader": "^9.1.3",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
Expand Down
4 changes: 2 additions & 2 deletions website/packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@babel/preset-typescript": "^7.24.1",
"@compiled/babel-plugin": "latest",
"@compiled/react": "latest",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions website/packages/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@compiled/website-ui": "^1.0.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions website/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@babel/preset-typescript": "^7.24.1",
"@compiled/babel-plugin": "latest",
"@compiled/react": "latest",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-syntax-highlighter": "^15.5.13",
"react-syntax-highlighter": "^15.5.0",
"typescript": "^5.4.5"
Expand Down
38 changes: 27 additions & 11 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1582,12 +1582,12 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==

"@types/react-dom@^18.3.0":
version "18.3.0"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0"
integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
"@types/react-dom@^18.3.2":
version "18.3.2"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.2.tgz#b58a9520f5f317a00bbda0271502889b71c345f0"
integrity sha512-Fqp+rcvem9wEnGr3RY8dYNvSQ8PoLqjZ9HLgaPUOjJJD120uDyOxOjc/39M4Kddp9JQCxpGQbnhVQF0C0ncYVg==
dependencies:
"@types/react" "*"
"@types/react" "^18"

"@types/react-router-dom@^5.3.3":
version "5.3.3"
Expand All @@ -1613,10 +1613,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18.3.1":
version "18.3.1"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
"@types/react@*", "@types/react@^18", "@types/react@^18.3.14":
version "18.3.14"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.14.tgz#7ce43bbca0e15e1c4f67ad33ea3f83d75aa6756b"
integrity sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"
Expand Down Expand Up @@ -6523,7 +6523,16 @@ [email protected]:
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^4.1.0:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down Expand Up @@ -6588,7 +6597,14 @@ string_decoder@~1.1.1:
dependencies:
safe-buffer "~5.1.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down
Loading

0 comments on commit ed3aa20

Please sign in to comment.