Skip to content

Commit e69e679

Browse files
committed
Bump all packages
1 parent 0650485 commit e69e679

2 files changed

Lines changed: 651 additions & 697 deletions

File tree

package.json

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,29 @@
1111
"find-unused": "ts-unused-exports ./tsconfig.json --showLineNumber"
1212
},
1313
"dependencies": {
14-
"prettier": "^3.3.3",
14+
"prettier": "^3.5.1",
1515
"prettier-plugin-organize-imports": "^4.1.0",
16-
"react": "^18.3.1",
17-
"react-dom": "^18.3.1",
18-
"styled-components": "^6.1.13"
16+
"react": "^19",
17+
"react-dom": "^19",
18+
"styled-components": "^6.1.15"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^18.3.12",
22-
"@types/react-dom": "^18.3.1",
23-
"@typescript-eslint/eslint-plugin": "^8.16.0",
24-
"@typescript-eslint/parser": "^8.16.0",
25-
"@vitejs/plugin-react": "^4.3.3",
26-
"eslint": "^9.15.0",
27-
"eslint-plugin-react-hooks": "^5.0.0",
28-
"eslint-plugin-react-refresh": "^0.4.14",
29-
"ts-unused-exports": "^10.1.0",
30-
"typescript": "^5.7.2",
31-
"vite": "^5.4.11"
21+
"@types/react": "^19.0.8",
22+
"@types/react-dom": "^19.0.3",
23+
"@typescript-eslint/eslint-plugin": "^8.24.0",
24+
"@typescript-eslint/parser": "^8.24.0",
25+
"@vitejs/plugin-react": "^4.3.4",
26+
"eslint": "^9.20.1",
27+
"eslint-plugin-react-hooks": "^5.1.0",
28+
"eslint-plugin-react-refresh": "^0.4.19",
29+
"ts-unused-exports": "^11.0.1",
30+
"typescript": "^5.7.3",
31+
"vite": "^6.1.0"
3232
},
33-
"packageManager": "pnpm@10.4.0+sha256.e57e8a544f7a84247cfa77dd6d923eae5199a373474e53eab1f540c796289386"
33+
"packageManager": "pnpm@10.4.0+sha256.e57e8a544f7a84247cfa77dd6d923eae5199a373474e53eab1f540c796289386",
34+
"pnpm": {
35+
"onlyBuiltDependencies": [
36+
"esbuild"
37+
]
38+
}
3439
}

0 commit comments

Comments
 (0)