Skip to content

Commit

Permalink
Merge pull request #220 from element-hq/renovate/tsconfig-vite-react-3.x
Browse files Browse the repository at this point in the history
Update dependency @tsconfig/vite-react to v3
  • Loading branch information
robintown authored Aug 2, 2024
2 parents 6d597f3 + d199fc1 commit de9c42e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.1",
"@tsconfig/node18": "^18.2.2",
"@tsconfig/vite-react": "^2.0.1",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/vite-react": "^3.0.0",
"@types/eslint": "^9.0.0",
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
Expand Down
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": ["@tsconfig/vite-react/tsconfig.json"],
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
"references": [{ "path": "./tsconfig.node.json" }],
"compilerOptions": {
"lib": ["es2022", "dom", "dom.iterable"],
// We import React as an unused local in order to support React 17
"noUnusedLocals": false
}
}
2 changes: 1 addition & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["@tsconfig/node18/tsconfig.json"],
"extends": ["@tsconfig/node20/tsconfig.json"],
"compilerOptions": {
"composite": true,
"allowJs": true,
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2395,15 +2395,15 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==

"@tsconfig/node18@^18.2.2":
version "18.2.4"
resolved "https://registry.yarnpkg.com/@tsconfig/node18/-/node18-18.2.4.tgz#094efbdd70f697d37c09f34067bf41bc4a828ae3"
integrity sha512-5xxU8vVs9/FNcvm3gE07fPbn9tl6tqGGWA9tSlwsUEkBxtRnTsNmwrV8gasZ9F/EobaSv9+nu8AxUKccw77JpQ==
"@tsconfig/node20@^20.1.4":
version "20.1.4"
resolved "https://registry.yarnpkg.com/@tsconfig/node20/-/node20-20.1.4.tgz#3457d42eddf12d3bde3976186ab0cd22b85df928"
integrity sha512-sqgsT69YFeLWf5NtJ4Xq/xAF8p4ZQHlmGW74Nu2tD4+g5fAsposc4ZfaaPixVu4y01BEiDCWLRDCvDM5JOsRxg==

"@tsconfig/vite-react@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@tsconfig/vite-react/-/vite-react-2.0.1.tgz#6d1e28c33f529fa41335bfd620fc64c0e32e1237"
integrity sha512-Sxt6vfbhgEzV2TH/02wLEiM7RJVYGx1mn2INlzovXS6/Fnm7G+CyOHZUD5c5fOlQvH54LNhdGgfI/9fuK6+kuQ==
"@tsconfig/vite-react@^3.0.0":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@tsconfig/vite-react/-/vite-react-3.0.2.tgz#e49e4be4ee88858552316d22abafc95cd9e57958"
integrity sha512-AFynAtE1Un3Rko20Ghe2mVC/QWD4rStJ2PnyIZU2kzC4UyWpf1YhAEY87GojH/XPZCY8Mdt27gsYyy+6l6HV+w==

"@types/argparse@1.0.38":
version "1.0.38"
Expand Down

0 comments on commit de9c42e

Please sign in to comment.