Skip to content

Commit 4818532

Browse files
author
root
committed
fix: update esbuild versiong
Signed-off-by: root <coder-sett>
1 parent de177e6 commit 4818532

File tree

3 files changed

+211
-282
lines changed

3 files changed

+211
-282
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"react-odometerjs": "^2.1.2",
7575
"react-resize-detector": "^7.1.2",
7676
"react-use": "^17.4.0",
77-
"sharp": "^0.31.3",
77+
"sharp": "^0.32.6",
7878
"tailwind-merge": "^1.12.0",
7979
"valtio": "^1.10.7",
8080
"viewerjs": "^1.11.4"

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"devDependencies": {
1818
"eslint": "^8.45.0",
1919
"eslint-config-custom": "*",
20-
"esno": "^0.16.3",
20+
"esno": "^4.8.0",
2121
"fs-extra": "^11.1.0",
2222
"husky": "^8.0.1",
2323
"joi": "^17.7.1",
2424
"lint-staged": "^13.0.3",
25-
"patch-package": "^6.5.0",
25+
"patch-package": "^8.0.0",
2626
"prettier": "^2.7.1",
2727
"prettier-plugin-tailwindcss": "^0.1.13",
2828
"yaml": "^2.2.2"
@@ -38,6 +38,9 @@
3838
"@types/react-dom": "19.2.3",
3939
"i18next": "23.16.8",
4040
"next-i18next": "^15.4.3",
41-
"react-i18next": "^13.5.0"
41+
"react-i18next": "^13.5.0",
42+
"ws": "^8.17.1",
43+
"tmp": "^0.2.3",
44+
"esbuild": "^0.25.0"
4245
}
4346
}

0 commit comments

Comments
 (0)