Skip to content

Commit adf0b38

Browse files
committed
chore: update dependencies
1 parent aa0f6bd commit adf0b38

7 files changed

Lines changed: 545 additions & 409 deletions

File tree

.changeset/long-taxes-fix.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'protocol-launcher': patch
3+
'@protocol-launcher/shared': patch
4+
---
5+
6+
chore: update dependencies

.opencode/package-lock.json

Lines changed: 115 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"lodash-es": "^4.18.1",
2424
"pinia": "^3.0.4",
2525
"protocol-launcher": "workspace:*",
26-
"vue": "^3.5.31"
26+
"vue": "^3.5.32"
2727
}
2828
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"@commitlint/cli": "^20.5.0",
4949
"@commitlint/config-conventional": "^20.5.0",
5050
"@rollup/plugin-typescript": "^12.3.0",
51-
"@types/node": "^22.19.15",
52-
"@vitest/coverage-v8": "^4.1.2",
51+
"@types/node": "^22.19.17",
52+
"@vitest/coverage-v8": "^4.1.3",
5353
"cross-env": "^10.1.0",
54-
"eslint": "^10.1.0",
54+
"eslint": "^10.2.0",
5555
"eslint-plugin-import": "^2.32.0",
5656
"eslint-plugin-prettier": "^5.5.5",
5757
"eslint-plugin-vue": "^10.8.0",
@@ -61,12 +61,12 @@
6161
"lint-staged": "^16.4.0",
6262
"prettier": "^3.8.1",
6363
"rimraf": "^6.1.3",
64-
"rolldown": "^1.0.0-rc.13",
64+
"rolldown": "^1.0.0-rc.14",
6565
"tslib": "^2.8.1",
66-
"turbo": "^2.9.3",
66+
"turbo": "^2.9.5",
6767
"typescript": "^5.9.3",
68-
"typescript-eslint": "^8.58.0",
69-
"vitest": "^4.1.2",
68+
"typescript-eslint": "^8.58.1",
69+
"vitest": "^4.1.3",
7070
"vue-eslint-parser": "^10.4.0"
7171
}
7272
}

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"

packages/shared/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
"access": "public"
3535
},
3636
"license": "MIT",
37-
"files": ["dist", "LICENSE", "README.md"],
37+
"files": [
38+
"dist",
39+
"LICENSE",
40+
"README.md"
41+
],
3842
"repository": {
3943
"type": "git",
4044
"url": "git+https://github.com/zhensherlock/protocol-launcher.git"

0 commit comments

Comments
 (0)