Skip to content

Commit 18511d7

Browse files
authored
Merge branch 'main' into fix-else
2 parents 57f865c + 19e0099 commit 18511d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
"@types/node": "^20.14.10",
7777
"@types/semver": "^7.5.8",
7878
"@typescript-eslint/eslint-plugin": "^7.16.0",
79-
"@typescript-eslint/parser": "~7.13.1",
80-
"@typescript-eslint/types": "~7.13.1",
79+
"@typescript-eslint/parser": "~7.16.0",
80+
"@typescript-eslint/types": "~7.16.0",
8181
"benchmark": "^2.1.4",
8282
"chai": "^4.4.1",
8383
"env-cmd": "^10.1.0",
84-
"esbuild": "^0.21.5",
84+
"esbuild": "^0.23.0",
8585
"esbuild-register": "^3.5.0",
8686
"eslint": "^8.57.0",
8787
"eslint-config-prettier": "^9.1.0",
@@ -103,7 +103,7 @@
103103
"prettier": "~3.3.2",
104104
"prettier-plugin-pkg": "^0.18.1",
105105
"prettier-plugin-svelte": "^3.2.5",
106-
"rimraf": "^5.0.9",
106+
"rimraf": "^6.0.0",
107107
"semver": "^7.6.2",
108108
"svelte": "^5.0.0-next.181",
109109
"svelte2tsx": "^0.7.13",

0 commit comments

Comments
 (0)