Skip to content

Commit 7d291ef

Browse files
authored
Update deps (#3734)
* Update deps * disable another skipLibCheck * another update
1 parent 7f76263 commit 7d291ef

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
6262
"@linaria/core": "^6.0.0",
6363
"@microsoft/api-extractor": "^7.50.0",
64-
"@tanstack/react-router": "^1.111.3",
65-
"@tanstack/router-plugin": "^1.111.3",
64+
"@tanstack/react-router": "^1.114.16",
65+
"@tanstack/router-plugin": "^1.114.16",
6666
"@testing-library/dom": "^10.1.0",
6767
"@testing-library/react": "^16.2.0",
6868
"@testing-library/user-event": "^14.5.2",
@@ -81,7 +81,7 @@
8181
"eslint": "^9.20.1",
8282
"eslint-plugin-jest-dom": "^5.5.0",
8383
"eslint-plugin-react": "^7.37.4",
84-
"eslint-plugin-react-compiler": "^19.0.0-beta-e1e972c-20250221",
84+
"eslint-plugin-react-compiler": "^19.0.0-beta-bafa41b-20250307",
8585
"eslint-plugin-react-hooks": "^5.2.0",
8686
"eslint-plugin-react-hooks-extra": "^1.26.2",
8787
"eslint-plugin-sonarjs": "^3.0.1",

tsconfig.test.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
44
"lib": ["ESNext", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
5-
"skipLibCheck": true,
65
"types": ["vitest/globals", "@vitest/browser/providers/playwright"]
76
},
87
"include": ["test/**/*"],

tsconfig.website.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
4-
"lib": ["ESNext", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
5-
"skipLibCheck": true
4+
"lib": ["ESNext", "DOM", "DOM.Iterable", "DOM.AsyncIterable"]
65
},
76
"include": ["website/**/*"],
87
"references": [{ "path": "tsconfig.src.json" }]

0 commit comments

Comments
 (0)