Skip to content

Commit ea289a3

Browse files
committed
chore: move dev deps to dev deps
1 parent 77f8afc commit ea289a3

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
"dependencies": {
2525
"@actions/core": "^1.11.1",
2626
"@modelcontextprotocol/sdk": "^1.15.1",
27-
"@rollup/plugin-json": "^6.1.0",
28-
"@types/js-yaml": "^4.0.9",
2927
"js-yaml": "^4.1.0",
3028
"pkce-challenge": "^5.0.0"
3129
},
@@ -50,7 +48,9 @@
5048
"prettier-eslint": "^16.4.2",
5149
"rollup": "^4.43.0",
5250
"typescript": "^5.8.3",
53-
"vitest": "^3"
51+
"vitest": "^3",
52+
"@rollup/plugin-json": "^6.1.0",
53+
"@types/js-yaml": "^4.0.9"
5454
},
5555
"optionalDependencies": {
5656
"@rollup/rollup-linux-x64-gnu": "*"

0 commit comments

Comments
 (0)