Skip to content

Commit e3aa6eb

Browse files
committed
wip
1 parent af70e7f commit e3aa6eb

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

apps/react-client/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"web-vitals": "^4.2.4"
2929
},
3030
"devDependencies": {
31+
"@eslint/js": "^9.22.0",
3132
"@nish1896/eslint-flat-config": "^1.1.3",
3233
"@testing-library/dom": "^10.4.0",
3334
"@testing-library/jest-dom": "^6.6.3",
@@ -39,6 +40,7 @@
3940
"@types/react-dom": "^19.0.4",
4041
"@types/react-redux": "^7.1.34",
4142
"eslint": "^9.22.0",
43+
"globals": "^16.0.0",
4244
"typescript": "^5.8.2"
4345
},
4446
"browserslist": {

apps/react-client/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ESNext",
3+
"target": "ES2024",
44
"module": "ESNext",
55
"moduleResolution": "Bundler",
66
"lib": [

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)