Update package.json

This commit is contained in:
Luke Hagar
2025-10-31 16:49:26 -05:00
committed by GitHub
parent b37ff3c892
commit cdab8c5dfa

View File

@@ -71,19 +71,19 @@
"prettier": "^3.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/bun": "latest",
"@types/node": "^20.0.0",
"prettier": "^3.0.0",
"rollup": "^4.52.2",
"@biomejs/biome": "^2.3.2",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/bun": "^1.3.1",
"@types/node": "^24.9.2",
"prettier": "^3.6.2",
"rollup": "^4.52.5",
"rollup-plugin-typescript": "^1.0.1",
"typescript": "^5.0.0"
"typescript": "^5.9.3"
},
"dependencies": {
"@types/js-yaml": "^4.0.0",
"@types/js-yaml": "^4.0.9",
"js-yaml": "^4.1.0"
}
}