Skip to content

Commit f29b630

Browse files
committed
fix: sort packages
1 parent d5e02d0 commit f29b630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"@types/recompose": "^0.30.10",
8484
"@typescript-eslint/eslint-plugin": "8.3.0",
8585
"@typescript-eslint/parser": "8.3.0",
86+
"@vitejs/plugin-react": "4.5.2",
8687
"env-cmd": "10.1.0",
8788
"eslint": "^8.57.1",
8889
"eslint-config-airbnb": "^19.0.4",
@@ -111,13 +112,12 @@
111112
"ts-jest": "29.2.5",
112113
"ts-node": "10.9.2",
113114
"typescript": "5.5.4",
115+
"vite": "6.3.5",
114116
"vite-plugin-compression2": "2.0.1",
115117
"vite-plugin-pwa": "^0.21.1",
116-
"vite-tsconfig-paths": "5.0.1",
117-
"vite": "6.3.5",
118118
"vite-plugin-require-transform": "1.0.21",
119119
"vite-plugin-svgr": "^2.4.0",
120-
"@vitejs/plugin-react": "4.5.2"
120+
"vite-tsconfig-paths": "5.0.1"
121121
},
122122
"jest": {
123123
"collectCoverageFrom": [

0 commit comments

Comments
 (0)