Skip to content

Commit fa3adde

Browse files
committed
Update TS and and ts-eslint
1 parent 3dcd73b commit fa3adde

File tree

3 files changed

+274
-255
lines changed

3 files changed

+274
-255
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/helper-compilation-targets": "7.19.3",
4545
"@babel/traverse": "7.19.3",
4646
"@babel/types": "7.19.3",
47-
"esbuild": "0.19.3",
47+
"esbuild": "0.19.7",
4848
"jest-snapshot": "29.3.1",
4949
"msw": "patch:msw@npm:0.40.2#.yarn/patches/msw-npm-0.40.2-2107d48752",
5050
"jscodeshift": "0.13.1",
@@ -65,7 +65,9 @@
6565
"docs/@types/react-dom": "npm:17.0.11",
6666
"docs/@types/react": "npm:17.0.11",
6767
"type-fest": "2.19.0",
68-
"console-testing-library@0.6.1": "patch:console-testing-library@npm%3A0.6.1#./.yarn/patches/console-testing-library-npm-0.6.1-4d9957d402.patch"
68+
"console-testing-library@0.6.1": "patch:console-testing-library@npm%3A0.6.1#./.yarn/patches/console-testing-library-npm-0.6.1-4d9957d402.patch",
69+
"@typescript-eslint/eslint-plugin": "6.12.0",
70+
"@typescript-eslint/parser": "6.12.0"
6971
},
7072
"scripts": {
7173
"build": "yarn build:packages",

packages/toolkit/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,17 @@
5555
"@size-limit/preset-small-lib": "^4.11.0",
5656
"@testing-library/react": "^13.3.0",
5757
"@testing-library/user-event": "^13.1.5",
58-
"@types/convert-source-map": "^1.5.1",
5958
"@types/json-stringify-safe": "^5.0.0",
6059
"@types/nanoid": "^2.1.0",
6160
"@types/node": "^10.14.4",
6261
"@types/query-string": "^6.3.0",
6362
"@types/react": "^18.0.12",
6463
"@types/react-dom": "^18.0.5",
6564
"@types/yargs": "^16.0.1",
66-
"@typescript-eslint/eslint-plugin": "^4.22.0",
67-
"@typescript-eslint/parser": "^4.22.0",
65+
"@typescript-eslint/eslint-plugin": "^6",
66+
"@typescript-eslint/parser": "^6",
6867
"axios": "^0.19.2",
6968
"console-testing-library": "0.6.1",
70-
"convert-source-map": "^1.7.0",
7169
"esbuild-extra": "^0.3.1",
7270
"eslint": "^7.25.0",
7371
"eslint-config-prettier": "^8.3.0",
@@ -91,7 +89,7 @@
9189
"tslib": "^1.10.0",
9290
"tsup": "^7.2.0",
9391
"tsx": "^3.12.2",
94-
"typescript": "~4.9",
92+
"typescript": "5.2",
9593
"vitest": "^0.30.1",
9694
"yargs": "^15.3.1"
9795
},

0 commit comments

Comments
 (0)