Skip to content

Commit ae0d5bf

Browse files
committed
chore: update dependencies
1 parent 51f9607 commit ae0d5bf

3 files changed

Lines changed: 176 additions & 226 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,24 @@
5252
"@commitlint/config-conventional": "^21.0.2",
5353
"@rollup/plugin-typescript": "^12.3.0",
5454
"@types/node": "^22.19.19",
55-
"@vitest/coverage-v8": "^4.1.7",
55+
"@vitest/coverage-v8": "^4.1.8",
5656
"cross-env": "^10.1.0",
5757
"eslint": "^10.4.1",
5858
"eslint-plugin-import": "^2.32.0",
5959
"eslint-plugin-prettier": "^5.5.6",
60-
"eslint-plugin-vue": "^10.9.1",
60+
"eslint-plugin-vue": "^10.9.2",
6161
"glob": "^13.0.6",
6262
"globals": "^17.6.0",
6363
"husky": "^9.1.7",
6464
"lint-staged": "^17.0.7",
6565
"prettier": "^3.8.3",
6666
"rimraf": "^6.1.3",
67-
"rolldown": "^1.0.3",
67+
"rolldown": "^1.1.0",
6868
"tslib": "^2.8.1",
6969
"turbo": "^2.9.16",
7070
"typescript": "^5.9.3",
71-
"typescript-eslint": "^8.60.0",
71+
"typescript-eslint": "^8.60.1",
7272
"vitest": "^4.1.8",
73-
"vue-eslint-parser": "^10.4.0"
73+
"vue-eslint-parser": "^10.4.1"
7474
}
7575
}

packages/protocol-launcher/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@
3636
"access": "public"
3737
},
3838
"license": "MIT",
39-
"files": ["dist", "LICENSE", "README.md"],
39+
"files": [
40+
"dist",
41+
"LICENSE",
42+
"README.md"
43+
],
4044
"repository": {
4145
"type": "git",
4246
"url": "git+https://github.com/zhensherlock/protocol-launcher.git"

0 commit comments

Comments
 (0)